|
From: | Björn Giesler |
Subject: | Windows and libraries, again |
Date: | Thu, 2 Feb 2006 21:29:49 +0100 |
Hi,OK, found the problem. $(GNUSTEP_INSTANCE)_LDFLAGS ends up in the link command *before* any of the instance's object files, which causes the link command not to see the libraries specified there. Could somebody fix this? It's in
target.make:885 Move $(ALL_LDFLAGS) after $(INTERNAL_LIBRARIES_DEPEND_UPON) and Instance/application.make:118 Move $(ALL_LDFLAGS) directly in front of $(ALL_GUI_LIBS)Sorry for not providing a patch, but stupidly I didn't copy the old state first... anyway, this is trivial. I'm referring to the base-1.11.1-gui-0.10.1 installer, of course.
These changes cause everything to build and link fine. AddressManager starts up, but displays only the menu, and every attempt to make it show a window (info panel, preference panel) make it crash... can somebody tell me where to get gdb for GNUstep for MinGW for Windows? :-)
Thanks in advance, Björn
[Prev in Thread] | Current Thread | [Next in Thread] |