This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: 3.3.1 build failure on SuSE 2.4.20
- From: "Marshall, Simon" <simon dot marshall at misys dot com>
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Fri, 8 Aug 2003 13:50:46 +0100
- Subject: RE: 3.3.1 build failure on SuSE 2.4.20
> Apologies if I appear to be an idiot---I used "~" in "configure
> --prefix" and it didn't get expanded.
IWBNI configure checked for this, but that's another matter...
> -----Original Message-----
> From: Marshall, Simon
> Sent: 08 August 2003 11:47
> To: 'gcc@gcc.gnu.org'
> Subject: 3.3.1 build failure on SuSE 2.4.20
>
> Apologies if I shouldn't be sending this to the list---I figured that
> as 3.3.1 was about to be announced I should waste your time and hassle
> you directly. I picked up 3.3.1 from a mirror site but it failed to
> build on
>
> Linux l0 2.4.20-4GB #1 Mon Mar 17 17:54:44 UTC 2003 i686 unknown
> unknown GNU/Linux
>
> Here's the info, the full build log is attached. It seems to be due
> libtool.
>
> ../configure
> --with-gcc-version-trigger=/home/marshals/ftp/gcc-3.3.1/gcc/version.c
> --host=i686-pc-linux-gnu --enable-threads=posix
> --prefix=~/slash/usr/local --enable-languages=c,c++ --with-system-zlib
> --enable-shared --enable-__cxa_atexit --norecursion
>
> make bootstrap
> :
> /bin/sh ../libtool --tag CXX --mode=link
> /home/marshals/ftp/gcc-3.3.1/obj/gcc/xgcc -shared-libgcc
> -B/home/marshals/ftp/gcc-3.3.1/obj/gcc/ -nostdinc++
> -L/home/marshals/ftp/gcc-3.3.1/obj/i686-pc-linux-gnu/libstdc++-v3/src
> -L/home/marshals/ftp/gcc-3.3.1/obj/i686-pc-linux-gnu/libstdc++-v3/src/
> .libs -B~/slash/usr/local/i686-pc-linux-gnu/bin/
> -B~/slash/usr/local/i686-pc-linux-gnu/lib/ -isystem
> ~/slash/usr/local/i686-pc-linux-gnu/include -Wl,-O1
> -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings
> -fdiagnostics-show-location=once -ffunction-sections -fdata-sections
> -o libstdc++.la -rpath /home/marshals/slash/usr/local/lib/.
> -version-info 5:5:0 -Wl,--version-script=libstdc++-symbol.ver -lm
> bitset.lo codecvt.lo complex_io.lo concept-inst.lo ctype.lo
> ext-inst.lo fstream.lo fstream-inst.lo functexcept.lo globals.lo
> io-inst.lo ios.lo istream-inst.lo limits.lo locale.lo locale-inst.lo
> localename.lo misc-inst.lo ostream-inst.lo sstream-inst.lo
> stdexcept.lo stl-inst.lo streambuf-inst.lo string-inst.lo strstream.lo
> valarray-inst.lo vterminate.lo wstring-inst.lo codecvt_members.lo
> collate_members.lo ctype_members.lo messages_members.lo
> monetary_members.lo numeric_members.lo time_members.lo basic_file.lo
> c++locale.lo ../libmath/libmath.la
> ../libsupc++/libsupc++convenience.la -lm
>
> /home/marshals/ftp/gcc-3.3.1/obj/gcc/xgcc -shared-libgcc
> -B/home/marshals/ftp/gcc-3.3.1/obj/gcc/ -nostdinc++
> -L/home/marshals/ftp/gcc-3.3.1/obj/i686-pc-linux-gnu/libstdc++-v3/src
> -L/home/marshals/ftp/gcc-3.3.1/obj/i686-pc-linux-gnu/libstdc++-v3/src/
> .libs -B
> xgcc: argument to `-B' is missing
> make[4]: *** [libstdc++.la] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive-am] Error 2
> make[1]: *** [all-target-libstdc++-v3] Error 2
> make: *** [bootstrap] Error 2
>
>
> << File: make.log.gz >>