Re: GPS compile...

Arnaud Charlet <[email protected]> Fri, 23 Jul 2004 12:55:25 +0200
Newsgroups gmane.comp.ide.gps.devel
Message-ID <[email protected]>
> But Horay! I never got as far as linking before!!

Great.

For all but version_string symbols, you'll find a proper definition
in the file common/src/stubs.c, generated from distrib/gps-1.0-gnat-3.15a1.diff

For version_string, you can add a dummy symbol in stubs.c, e.g:

char *version_string = "";

Arno