public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC/GNAT 4.0.0 and latter configuration/installation problem or bug.
@ 2005-07-11 13:19 Scott McConnell
  0 siblings, 0 replies; only message in thread
From: Scott McConnell @ 2005-07-11 13:19 UTC (permalink / raw)
  To: gcc-help

For 4.0.0 and latter libgnat and libgnarl are static in my
links. In the Mandrak distribution of 3.4.3 the libraries are
shared. It appears they created a patch to make this happen.

http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/gcc/gcc35-ada-link.patch

Will this patch/fix be incorporated into gcc?
Have I configured or installed incorrectly? (See below)

Thanks,

Scott

--------------------------------------------------------------------------

[smcconne@smcconne test]$ echo $PATH
/home/smcconne/gcc/cvs/install/bin:/usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/games:/usr/lib/jre-1.4.2_07/bin:/home/smcconne/bin

[smcconne@smcconne test]$ echo $LD_LIBRARY_PATH
/home/smcconne/gcc/cvs/install/lib:/home/smcconne/gcc/cvs/install/lib/gcc/i686-pc-linux-gnu/4.1.0/adalib


[smcconne@smcconne test]$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc/configure --prefix=/home/smcconne/gcc/cvs/install 
--mandir=/home/smcconne/gcc/cvs/install/man 
--infodir=/home/smcconne/gcc/cvs/install/info --enable-shared 
--enable-languages=c,ada --disable-nls 
--disable-checking--enable-threads=posix
Thread model: posix
gcc version 4.1.0 20050708 (experimental)  **** This same issue is in 4.0.0 
****

[smcconne@smcconne test]$ ldd task_demo_08.sam
        linux-gate.so.1 =>  (0xffffe000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7fc4000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7fba000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7e90000)
        /lib/ld-linux.so.2 (0xb7fec000)

[smcconne@smcconne test]$ ls -l task_demo_08.sam
-rwxr-xr-x  1 smcconne users 737947 Jul  7 14:03 task_demo_08.sam*

------------------------------------------------------------------
GCC that came with Mandrake

[smcconne@smcconne test]$ gcc -v
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib 
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-shared --enable-threads=posix --disable-checking --enable-long-long 
--enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions 
--enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu 
--with-system-zlib
Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)


[smcconne@smcconne test]$ ldd task_demo_08
        linux-gate.so.1 =>  (0xffffe000)
        libgnarl-3.4.so.1 => /usr/lib/libgnarl-3.4.so.1 (0xb7fab000)
        libgnat-3.4.so.1 => /usr/lib/libgnat-3.4.so.1 (0xb7de2000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7dd0000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7dc7000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7c9d000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7c7a000)
        /lib/ld-linux.so.2 (0xb7fec000)

smcconne@smcconne test]$ ldd task_demo_08
        linux-gate.so.1 =>  (0xffffe000)
        libgnarl-3.4.so.1 => /usr/lib/libgnarl-3.4.so.1 (0xb7fab000)
        libgnat-3.4.so.1 => /usr/lib/libgnat-3.4.so.1 (0xb7de2000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7dd0000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7dc7000)
        libc.so.6 => /lib/tls/libc.so.6 (0xb7c9d000)
        libm.so.6 => /lib/tls/libm.so.6 (0xb7c7a000)
        /lib/ld-linux.so.2 (0xb7fec000)


[smcconne@smcconne test]$ ls -l task_demo_08
-rwxr-xr-x  1 smcconne users 27879 Jul  8 07:01 task_demo_08*

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-11 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-11 13:19 GCC/GNAT 4.0.0 and latter configuration/installation problem or bug Scott McConnell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).