3

IT just installed this on my machine. I'm trying to find the name of the executable to run GNAT GPS.

Thanks.

Simon Wright
  • 25,108
  • 2
  • 35
  • 62
Daniel Ogburn
  • 551
  • 1
  • 6
  • 16

1 Answers1

4

For GNAT GPL on Linux and Mac OS X, there's a script gps which sets up environment variables as required by the actual executable gps_exe, and then calls it.

For Debian (squeeze, at any rate), there's just /usr/bin/gnat-gps.

Simon Wright
  • 25,108
  • 2
  • 35
  • 62