--- On Fri, 7/25/08, Eljay Love-Jensen <eljay@xxxxxxxxx> wrote: > From: Eljay Love-Jensen <eljay@xxxxxxxxx> > Subject: Re: ctype_members.cc: error: redefinition > To: unga888@xxxxxxxxx, "GCC-help" <gcc-help@xxxxxxxxxxx> > Date: Friday, July 25, 2008, 9:32 PM > Hi Unga, > > > Anybody care to look into this issue? :) > Thanks for the reply. > What was your compile line? > ../gcc-4.3.1/configure --prefix=/usr \ --enable-shared --enable-languages=c,c++ \ --disable-bootstrap --libexecdir=/usr/libexec \ --enable-threads=posix --enable-clocale=gnu \ --infodir=/usr/share/info --mandir=/usr/share/man But I modified the GCC sources as follows: 1) sed -i '' 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in 2) sed -i '' 's/^XCFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in 3) sed -i '' 's@\./fixinc\.sh@-c true@' gcc/Makefile.in > What is the path to your GCC source? > /usr/home/gcc/gcc-4.3.1 > What is the path to your build location? > /usr/home/gcc/gcc-build > Do you have all the prerequisites to build GCC, as per the > documentation? > <http://gcc.gnu.org/install/> > No, prerequisites available are as follows: ISO C90 compiler: GCC 4.3.1 (from a different directory) GNAT: None *** A POSIX or SVR4 awk: nawk GNU binutils: Binutils-2.18 gzip version 1.2.4 (or later): FreeBSD gzip 20070711 bzip2 version 1.0.2 (or later): Bzip2-1.0.5 GNU make version 3.80 (or later): make-3.81 GNU tar version 1.14 (or later): bsdtar 2.4.17 GNU Multiple Precision Library (GMP) version 4.1 (or later): gmp-4.2.2 MPFR Library version 2.3.0 (or later): mpfr-2.3.1 jar, or InfoZIP (zip and unzip): None *** autoconf version 2.59: None *** GNU m4 version 1.4 (or later): m4-1.4.11 automake version 1.9.6: None *** gettext version 0.14.5 (or later): Gettext-0.17 gperf version 2.7.2 (or later): gperf-3.0.3 DejaGnu 1.4.4: dejagnu-1.4.4 Expect: Expect-5.43.0 Tcl: tcl8.4.19 autogen version 5.5.4 (or later): autogen-5.9.5 guile version 1.4.1 (or later): guile-1.8.5 Flex version 2.5.4 (or later): Flex 2.5.4 (FreeBSD version) Texinfo version 4.7 (or later): texinfo-4.12 TeX (any working version): None *** SVN (any version): None *** SSH (any version): None *** Perl version 5.6.1 (or later): perl-5.10.0 GNU diffutils version 2.7 (or later): diffutils-2.8.1 patch version 2.5.4 (or later): FreeBSD Patch version 2.1 ecj1: None *** gjavah: None *** Are the prerequisites sufficient? Do I specifically require the autoconf and automake to compile and install the GCC? Kind regards Unga