[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: GNUstep under mingw
From: |
Adam Fedor |
Subject: |
RE: GNUstep under mingw |
Date: |
Thu, 7 Mar 2002 15:07:52 -0500 |
> -----Original Message-----
> From: Fred Kiefer [mailto:fredkiefer@gmx.de]
> Sent: Wednesday, March 06, 2002 7:11 PM
> To: bug-gnustep@gnu.org
> 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.