This is the mail archive of the gcc@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]

Help : Build problem


 Hello all,
	i am getting the following error during 
 build . ( make bootstrap)

/bin/sh ../libtool --tag CXX --tag disable-shared
--mode=link /delsoft/krishanu/ssa/ssa-obj/gcc/xgcc
-shared-libgcc -B/delsoft/krishanu/ssa/ssa-obj/gcc/
-nostdinc++ 
-L/delsoft/krishanu/ssa/ssa-obj/i686-pc-linux-gnu/libstdc++-v3/src
-L/delsoft/krishanu/ssa/ssa-obj/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B../ssa_install/i686-pc-linux-gnu/bin/
-B../ssa_install/i686-pc-linux-gnu/lib/ -isystem
../ssa_install/i686-pc-linux-gnu/include -Wl,-O1  
-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
../ssa_install/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 eh_type.lo new_handler.lo
new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo pure.lo
tinfo.lo tinfo2.lo vec.lo cxa_demangle.lo
dyn-string.lo  -lm 
libtool: link: only absolute run-paths are allowed
make[4]: *** [libsupc++.la] Error 1
make[4]: Leaving directory
`/delsoft/krishanu/ssa/ssa-obj/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/delsoft/krishanu/ssa/ssa-obj/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/delsoft/krishanu/ssa/ssa-obj/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory
`/delsoft/krishanu/ssa/ssa-obj'
make: *** [bootstrap] Error 2
-----------------------------------------
before that i have issued the following commands.
>From top-level dir i.e gcc

mkdir ssa-obj
cd ssa-obj
../gcc/configure --prefix=../ssa_install
--program-prefix=ssa- \
      --with-local-prefix=../local --with-gnu-as
--with-gnu-ld \
      --enable-languages=c,c++

please help. Thanking you in anticipation.
krishanu



__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com


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