From: James M. D. <mdu...@ya...> - 2003-01-26 19:27:20
|
--- stan <st...@uc...> wrote: > Hello, > > Could someone tell me how to compile openc++ > with g++ 3.2 on linux, > it gives me stl errors, > says that deprecated headers are used > and then bails on a: > no matching function call to 'operator new [](unsigned int) > and then similar errors. > > > > Or how to compile openc++ on cygwin with g++2.95 > I think I need a combination of the makefiles for Linux and > win32. > when I use the linux makefile: > it gives me a bunch of warnings about _cdecl being redefined > and then says: > ld cannot find -ldl > what is the library that I need to use instead of dl on cygwin on > winxp? libdl is for dynamic loading. i think you should check if your libtool is out of date. i had to run libtoolize and redo all of that in the ltdl subdir, check my build notes on this mailling list for the debian build. mike ===== James Michael DuPont http://introspector.sourceforge.net/ __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |