From: stan <st...@uc...> - 2003-01-26 01:02:03
|
Hello, Could someone tell me how to compile openc++=20 with g++ 3.2 on linux,=20 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=20 what is the library that I need to use instead of dl on cygwin on winxp? thanks |