bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUmakefile in gui/Model


From: Adam Fedor
Subject: Re: GNUmakefile in gui/Model
Date: Sat, 06 Oct 2001 22:46:03 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.4) Gecko/20010915

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]