Jean-Marc Lasgouttes wrote:
>
> >>>>> "Kate" == Kate Evans-Jones <- RSG <[EMAIL PROTECTED]>> writes:
>
> Kate> Unfortunately though I have further problems and I am beginning
> Kate> to suspect that they are due to the setup of this network. Below
> Kate> are the errors. I even started again from scratch, double
> Kate> checking libraries etc, and got the same errors.
>
> In order to link against the libstdc++ library, you should use g++ (or
> c++) as compiler, not gcc. Or you can add a -lstdc++ to the command
> line.
>
> JMarc
Maybe there is something wrong in the lyx configure script. I have
problems similar to this user, and here's why I say so.
I installed GCC from CVS in /usr/local/gcc and then used a configure
statement for lyx like so:
# export PATH=/usr/local/gcc/bin:$PATH
# CXX=/usr/local/gcc/bin/i686-pc-linux-gnu-g++
CC=/usr/local/gcc/bin/i686-pc-linux-gnu-gcc ./configure
--prefix=/opt/lyx
But the configuration output is indicating the trouble:
Configuration:
Source code location: .
C++ Compiler: gcc
C++ Compiler flags: -g -O2 -fhonor-std -fvtable-thunks
-ffunction-sections -fdata-sections
C Compiler:
/usr/local/gcc/bin/i686-pc-linux-gnu-gcc
C Compiler flags: -g -O2
LyX binary dir: /opt/lyx/bin
LyX files dir: /opt/lyx/share/lyx
Special flags: included-string
Configuration of LyX was successful.
Type 'make' to compile the program,
And in all the makefiles, it has CXX=gcc.
--
Paul E. Johnson email: [EMAIL PROTECTED]
Dept. of Political Science http://lark.cc.ukans.edu/~pauljohn
University of Kansas Office: (785) 864-9086
Lawrence, Kansas 66045 FAX: (785) 864-5700