Where is libdl which is used by cppunit

2004-11-25 Thread Liang Wang
I wrote an example to try cppunit, but got error message below: /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: cannot find -ldl Where is libdl? I can't find it. Here is my Makefile. === example : IntTest.o main.o g++

Re: Where is libdl which is used by cppunit

2004-11-25 Thread Max Bowsher
Liang Wang wrote: I wrote an example to try cppunit, but got error message below: /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld: cannot find -ldl Where is libdl? I can't find it. There is no libdl. Remove -ldl from your link line. Max. -- Unsubscribe info:

Re: Where is libdl which is used by cppunit

2004-11-25 Thread Liang Wang
It works. Thank you. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/