On Feb 18, 2005, at 10:03 AM, Andreas H�schler wrote:
FaxServiceFoundation.m: undefined reference to '__objc_class_name_NSObject'C:\GNUstep\Development\msys\1.0\mingw\bin\dllwrap.exe: no export definition file provided.
Creating one. This might not what you want.
You need to use:
libFaxServiceFoundation_LIBRARIES_DEPEND_UPON += -lobjc -lgnustep-base
The dllwrap.exe is a different problem. Look at base/Source/Makefile.postamble for an example of creating a .def file (near the end). Something like this needs to go in gnustep-make, but I've never gotten around to it.
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
