Stephen Brandon wrote:

> Hi,
> 
> On mingw/cygwin, gnustep-gui/Model does not add the
> requisite libraries to link against, to the dllwrap call.
> 
> I needed to add the following BUNDLE_LIBS line near the end
> of the GNUmakefile:
> 
> ifneq ($(GUI_LIB), nx)
> libgmodel_LIBRARIES_DEPEND_UPON = -lgnustep-gui $(FND_LIBS)
> BUNDLE_LIBS += $(libgmodel_LIBRARIES_DEPEND_UPON)
> else
> 

I added libgmodel_BUNDLE_LIBS. Hopefully that will work.



_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to