From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Krivosheev To: Alexandre Oliva Cc: egcs@cygnus.com Subject: Re: egcs-980221 problems on Solaris-2.6 Date: Wed, 25 Feb 1998 06:39:00 -0000 Message-id: References: X-SW-Source: 1998-02/msg01165.html On Wed, 25 Feb 1998, Alexandre Oliva wrote: > Oleg Krivosheev writes: > > > /home/room1/kriol/egcs-980221/gcc/xgcc > > -B/home/room1/kriol/egcs-980221/gcc/ -g -O2 -fno-implicit-templates -h > > libstdc++.so.2.8.0 -shared -o libstdc++.so.2.8.0 `cat piclist` -lm > > Text relocation remains referenced > > against symbol offset in file > > 0x40 ../libio/pic/ioextend.o > > > > > > SUN native ld > > I was unable to reproduce your problem, on an unpatched Solaris 2.6 > host. Was your ld patched somehow? Isn't it from any Sun compiler > package? it might be so... But the real problem is that all files in pic/ directory are compiled without -fPIC option - i don't think linker is the cause of the problem... Someone contacted me in personal e-mail and confirmed he had the same problem on Solaris 2.6/x86 just in case drabble ~ $ ld -V ld: Software Generation Utilities - Solaris/ELF (3.0) regards OK