On Tue, 20 Sep 2005, Olly Betts wrote:
Should libtool be able to link a C++ module such that it can be dlopen-ed by a C program (on platforms where this can be made to work)?
Yes. Any libraries necessary for C++ programs should be applied when linking using the C++ compiler. It seems that you have encountered a case where the wrong libraries are used.
Bob ====================================== Bob Friesenhahn [EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
