>>>>> "Nitin" == Nitin D Bhagat <[EMAIL PROTECTED]> writes:
Nitin> Dear Sir,
Nitin> I have installed lyx on Sun-Ultra1 (creater3D). It got
Nitin> configured without any warnings and also "make" worked.
Nitin> But when run "/src/lyx" it comes out giving an error mesg. as:
Nitin> ============= ld.so.1: lyx: fatal: libstdc++.so.2.8.0: can't
Nitin> open file: errno=2 Killed =============
Nitin> What's the problem ??
I would say that your c++ compiler (gcc 2.8.x or egcs) is not
correctly configured to find its own libraries. If you know where
libstdc++.so.2.8.0 is, you can add the option
--with-extra-lib=libstdc++-directory to configure, but this should not
be needed.
JMarc