Re: Debian Sarge: problem with libgnat.so
- From: Ludovic Brenta <ludovic@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 23 Dec 2005 00:35:29 +0100
Martin Klaiber <martinkl@xxxxxxxxxxxxxxxxxx> writes:
> gcc -Wall -o test_c test_c.c -I/usr/local/include/opensteuer -lopensteuer -lgnat
> /usr/bin/ld: cannot find -lgnat
> collect2: ld returned 1 exit status
>
> The main difference between Woody and Sarge is IMHO that the link
> libgnat.so in /usr/lib is missing now.
>
> There is a link usr/lib/gcc-lib/i486-linux/2.8.1/adalib/libgnat.so
> pointing to /usr/lib/libgnat-3.15p.so.1.12 but it seems not to be
> found. I've added this path to /etc/ld.so.conf and to the
> ADA_INCLUDE_PATH, but this makes no change.
>
> So, I've just created this link in /usr/lib and now the compilation
> works as fine as before.
>
> What does this mean now? Is Debian Sarge misconfigurated, or is my
> system misconfigurated, or is my code in the Makefile wrong?
Your Makefile is correct, except that it calls the C compiler to link
your program. If you call gnatgcc instead, you should be fine. By
default, gnatgcc looks in /usr/lib/gcc-lib/i486-linux/2.8.1/adalib,
but gcc (the C compiler) only looks in /usr/lib.
Adding another symlink in /usr/lib is also an option.
--
Ludovic Brenta (maintainer of gnat in Debian).
.
- Follow-Ups:
- Re: Debian Sarge: problem with libgnat.so
- From: Martin Klaiber
- Re: Debian Sarge: problem with libgnat.so
- References:
- Debian Sarge: problem with libgnat.so
- From: Martin Klaiber
- Debian Sarge: problem with libgnat.so
- Prev by Date: Re: SBIRS, Ada and Ignorance
- Next by Date: F-22 operational
- Previous by thread: Debian Sarge: problem with libgnat.so
- Next by thread: Re: Debian Sarge: problem with libgnat.so
- Index(es):
Relevant Pages
|