Ulrik Petersen wrote:
I have a copy of libobjc.a in cygwin/lib/mingw and copied it to c:/dev-cpp/lib/gcc/mingw32/3.4.2 as lobjc.aUnless your Cygwin version of libobjc.a is exactly the same as the one that comes with dev-c++, I suspect this may not be a good idea.
but this is not working
Perhaps try uninstalling and reinstalling dev-c++.
It should be pointed out as well that Cygwin libraries are generally best not mixed with the mingw32 tool set, since the two packages are distinguished by using different runtime libraries. This is highly likely to lead to unpleasantness about linking, although it is not the root of your problem here.
Clay