> -----Original Message----- > From: Fred Kiefer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 7:11 PM > To: [EMAIL PROTECTED] > Subject: GNUstep under mingw > > GNUSTEP_SYSTEM_ROOT/Tools directory. For this to work also the > environment variable GNUSTEP_TARGET_OS has to be set to > mingw32, which > is not mentioned in the README.mingw.
I think it says to use make target=i386-mingw32, which should work also > references > to `__nszone_private_hidden_default_zone' follow > make[1]: *** > [shared_obj/ix86/mingw32/gnu-gnu-gnu/benchmark.exe] Error 1 > make: *** [benchmark.all.test-tool.variables] Error 2 > > There is a mechanism for exporting functions and variables. See the GS_EXPORT definition (NSObjCRuntime.h). There's one for __nszone_private... so I don't know why you got that error. I haven't tried to compile anything recently on mingw, so it's possible something has changed. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
