Hi,
Trying to install lyx 1.1.5 under SuSE 6.4 (with C++ installed) I am having
./configure fail with the message "Unable to find a working C++ compiler"
What changes do I need to make so that lyx can find crtbegin.o, cc1plus etc.
The relevant bit of config.log is below.
thanks,
Morgan
configure:1661: checking for a working C++ compiler
configure:1697: g++ -o conftest conftest.C 1>&5
cpp: -lang-c++: linker input file unused since linking not done
ld: cannot open crtbegin.o: No such file or directory
configure: failed program was:
#line 1692 "configure"
#include "confdefs.h"
class foo { int bar; }; int main(){return(0);}
configure:1697: gcc -o conftest conftest.C 1>&5
gcc: installation problem, cannot exec `cc1plus': No such file or directory
configure: failed program was:
#line 1692 "configure"
#include "confdefs.h"
class foo { int bar; }; int main(){return(0);}
configure:1697: c++ -o conftest conftest.C 1>&5
cpp: -lang-c++: linker input file unused since linking not done
ld: cannot open crtbegin.o: No such file or directory