This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libtool problem at gcc-3.0.4 build under Solaris 2.6


Hi there,
unfortunately I have to report what seems to be a bug
in the build procedure of the new gcc (3.0.4).

Here are the details:
I'm running Solaris 2.6 (uname -a returns SunOS 5.6)
I try to compile gcc-3.0.4
Configuration was done with configure --prefix=$HOME/TESTDIR -enable-languages=c++,c
The command make bootstrap was issued.
At a moment where the stage2 compiler has already been used
a failing libtool command causes the build process to halt
(see attached output for exact circumstances).

Sincerely
Jack LENZ

(cd .libs && rm -f libsupc++convenience.la && ln -s ../libsupc++convenience.la
libsupc++convenience.la)

/bin/sh ../libtool --tag CXX --tag disable-shared --mode=link
/export/home/JACK/GNU/gcc304objs/gcc/xgcc
-B/export/home/JACK/GNU/gcc304objs/gcc/ -nostdinc++
-L/export/home/JACK/GNU/gcc304objs/sparc-sun-solaris2.6/libstdc++-v3/src
-L/export/home/JACK/GNU/gcc304objs/sparc-sun-solaris2.6/libstdc++-v3/src/.libs
-B=/export/home/JACK/GNU/testgcc304/sparc-sun-solaris2.6/bin/
-B=/export/home/JACK/GNU/testgcc304/sparc-sun-solaris2.6/lib/ -isystem
=/export/home/JACK/GNU/testgcc304/sparc-sun-solaris2.6/include
-fno-implicit-templates -prefer-pic -Wall -Wno-format -W
-Wwrite-strings -Winline -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections -g -o libsupc++.la -rpath
=/export/home/JACK/GNU/testgcc304/lib del_op.lo del_opnt.lo del_opv.lo
del_opvnt.lo eh_alloc.lo eh_aux_runtime.lo eh_catch.lo eh_exception.lo
eh_globals.lo eh_personality.lo eh_terminate.lo eh_throw.lo
new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo pure.lo
tinfo.lo tinfo2.lo vec.lo -lm 

libtool: link: only absolute run-paths are allowed



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]