discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Library makefile on Windows


From: Adam Fedor
Subject: Re: Library makefile on Windows
Date: Fri, 18 Feb 2005 17:10:53 -0700


On Feb 18, 2005, at 10:03 AM, Andreas Höschler wrote:
FaxServiceFoundation.m: undefined reference to '__objc_class_name_NSObject'
C:\GNUstep\Development\msys\1.0\mingw\bin\dllwrap.exe: no export definition file provided.
Creating one. This might not what you want.



You need to use:

libFaxServiceFoundation_LIBRARIES_DEPEND_UPON += -lobjc -lgnustep-base


The dllwrap.exe is a different problem. Look at base/Source/Makefile.postamble for an example of creating a .def file (near the end). Something like this needs to go in gnustep-make, but I've never gotten around to it.





reply via email to

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