Hi,
Thanks for your answer.
"Lars Gullik Bjønnes" wrote:
>
> Christoph Bauer <[EMAIL PROTECTED]> writes:
>
> | Hi there!
> |
> | I tried to install to instll lyx-1.1.5fix1 on a Solaris-2.6 with
> | gcc-2.95.1.
> | I installed libXpm and Xforms.
> | First i got the same problems as described here (linking probs):
> | http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg11243.html
> |
> | After i added '-lstdc++' to the linker options in the Makefile I got
> | round this rock. Now I am stuck with the following message:
> |
> | ...ort/.libs/libsupport.a -lforms -lXpm -lSM -lICE -liberty -lc -lm
> | -L/usr/openw
> | in/lib -lX11 -lsocket -lnsl -lstdc++ -R/usr/openwin/lib
> | -R/usr/openwin/lib
> | Undefined first referenced
> | symbol in file
> | __eh_pc
> | /usr/gnu/lib/libstdc++.a(filebuf.o)
>
> Tis could be some "exception handler program counter" I don't
> know...you are compiling without exceptions right? Perhaps you should
> try to compile with exceptions.
I'm no great C++ guru,... I guess you mean the -fnoexceptions option.
I took that out of the Makefiles - didn't change anything.
Any other ideas?
Christoph