On Mon, 7 Jan 2008, mario alejandro wrote:
ld: fatal: dlopen() of support library (-lstdc++) failed with error: ld.so.1: ld : fatal: -lstdc++: open failed: No such file or directory collect2: ld returned 1 exit status error: command 'g++' failed with exit status 1
This message seems to indicate that your system doesn't have libstdc++.so installed or that the linker is not finding it. You probably need to install non-default stuff to build C++ programs on Solaris.
Andi.. _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
