This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

RE: building problems with gcc 3.2 relating to libstdc..


> what system?

> what version of glibc?

> what configure options?

> what's the exact output?

> -benjamin

> what system?

>what version of glibc?

>what configure options?

>what's the exact output?

>-benjamin

Hi Ben,

Thanks for the reply.

The system is suse 7.0 with kernel version 2.2.16. The version of glibc is 2-2.2-31.
I used no configure options, but the building option was -lean (to save space on my disk). 
With the exact output, I tried using my basic knownledge and thought the following command
would output the errors whilst building "make bootstrap -lean > errormessage". 
This resulted in no errors outputted?

#######################################

/root/gccbuild/gcc/xgcc -shared-libgcc -B/root/gccbuild/gcc/ -nostdinc++ -L/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/src -L/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/alpha-unknown-linux-gnu/bin/ -B/usr/local/alpha-unknown-linux-gnu/lib/ -isystem /usr/local/alpha-unknown-linux-gnu/include -nostdinc++ -I/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include/alpha-unknown-linux-gnu -I/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/include -I/root/gccsource/gcc-3.2/libstdc++-v3/libsupc++ -I/root/gccsource/gcc-3.2/libstdc++-v3/libmath -g -O2 -D_GNU_SOURCE -mieee -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c /root/gccsource/gcc-3.2/libstdc++-v3/src/globals.cc  -fPIC -DPIC -o .libs/globals.o
make[4]: Leaving directory `/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3/src'
make[3]: Leaving directory `/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3'
make[2]: Leaving directory `/root/gccbuild/alpha-unknown-linux-gnu/libstdc++-v3'
make[1]: Leaving directory `/root/gccbuild'

#######################################

Any idea on how I could get the correct information for you, sorry I'm pretty new to linux and
compiling etc.

Richard


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