On Tue, 16 Nov 2004, Sandip Bhattacharya wrote:
> > I am a bit out of my depth here, what is your version of gcc > > > > Do a gcc -v you will also get the build options > > > > [root at pluto build]# gcc -v > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs > Configured with: ../configure --prefix=/usr --mandir=/usr/share/man > --infodir=/usr/share/info --enable-shared --enable-threads=posix > --disable-checking --disable-libunwind-exceptions --with-system-zlib > --enable-__cxa_atexit --host=i386-redhat-linux > Thread model: posix > gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7) I'm surprised it didn't include --enable-languages=c,c++ Anyway, not only am I out of my depth, I am starting to drown! I would simply build another gcc, say 3.3.2 with the same specs as above plus --enable-languages=c,c++ in /opt and then try building the cvs using that gcc ie, make CC=/opt/gcc-3.3.2/bin/gcc or you might want to go up to 3.3.5 I think it is now You also might get some feedback from other Fedora users if they have had trouble. Sorry Owen
