[Fortran, committed to trunk] Fixed powerpc "unsigned" printing of

Toon Moene toon@moene.indiv.nluug.nl
Sat Apr 13 13:53:00 GMT 2002


John David Anglin wrote:

> I tried this.  In the process, I discovered that libg2c.sl.0.0 and
> libobjc.sl.1.0 are incorrectly linked after installation:
> 
> # chatr libg2c.sl.0.0
>          [...]
>          internal name:
>              libg2c.sl.0
>          shared library list:
>              dynamic   /usr/lib/libm.2
>              dynamic   /usr/lib/libc.2
>              dynamic   /xxx/gnu/gcc-3.1/objdir/gcc/libgcc_s.sl
> 
> The shared library is linked against libgcc_s.sl in my build directory
> rather than the install directory :-(

Fascinating - on my Debian system (when installing into /usr/snp), I get
this from ldd:

toon@laptop:~/g77-bugs$ ldd /usr/snp/lib/libg2c.so
        libm.so.6 => /lib/libm.so.6 (0x40022000)
        libc.so.6 => /lib/libc.so.6 (0x4003f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

i.e., no mention of libgcc ...

As the ultimate test, I removed all my build directories - and I still
could build and run non-trivial executables.

Is this something HPUX-specific, perhaps ?

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)



More information about the Gcc-bugs mailing list