egcs-980221: build fails for shared libstdc++ on HP-UX 10.20

Graham Hudspith geordie@lucent.com
Tue Feb 24 07:01:00 GMT 1998


Graham Hudspith wrote:
>     For the last few snapshots, I have not been able to build
>     egcs on HP-UX 10.20, with the build failing for a shared
>     version of libstdc++.

Ditto SunOS 5.5.1. Here config.status is:

    ./configure --host=sparc-sun-solaris2.5.1 \
            --prefix=/apps/gcc/egcs1.0 --enable-haifa \
            --enable-shared --norecursion
    
    No GNU as, sed or ld. At the same point as for the HP-UX build,
    I get:

mv tlist stdlist
rm -f tlibstdc++.a
ar rc tlibstdc++.a `cat stdlist`
mv tlibstdc++.a libstdc++.a
true libstdc++.a
rm -f tlist
cp stdlist tlist
if [ x"yes" = xyes ]; then \
  sed 's,\([A-Za-z_]*\.o\),pic/\1,g' tlist > tlist2 ; \
  mv tlist2 tlist ; \
else true ; fi
mv tlist piclist
/home/gnusrc/egcs-980221-sunos5/gcc/xgcc
-B/home/gnusrc/egcs-980221-sunos5/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
_IO_do_write                        0x6d0     	../libio/pic/fileops.o
_IO_do_write                        0x620     	../libio/pic/fileops.o
_IO_do_write                        0x58      	../libio/pic/fileops.o
_IO_do_write                        0x100     	../libio/pic/fileops.o
_IO_do_write                        0x648     	../libio/pic/fileops.o

    Once again, I have a full 'nohup.out' file, if this is on
    any interest?
    
    Graham.

-- 
Graham Hudspith, Transmission Dev Group, | Email:
graham.hudspith@lucent.com
Lucent Technologies Network Systems (UK),|   
Swindon Road, Malmesbury,                |   
Wiltshire SN16 9NA, UK.                  | Phone: +44 1666 832372/822861



More information about the Gcc-bugs mailing list