discuss-gnustep
[Top][All Lists]
Advanced

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

Library makefile on Windows


From: Andreas Höschler
Subject: Library makefile on Windows
Date: Fri, 18 Feb 2005 18:03:44 +0100

Hello all,

since building frameworks on Wndows did not work for me (known to be broken) I tried my luck with a library. However, I got the same error. Here is my current make file for a very simple test library with only one class.

include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_BUILD_DIR = /Build/FaxServiceFoundation
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
LIBRARY_NAME = libFaxServiceFoundation
libFaxServiceFoundation_HEADER_FILES = FaxServiceProtocol.h FaxServiceFoundation.h
libFaxServiceFoundation_HEADER_FILES_INSTALL_DIR = FaxServiceFoundation
libFaxServiceFoundation_OBJC_FILES = FaxServiceFoundation.m
libFaxServiceFoundation_C_FILES =
libFaxServiceFoundation_LIBS += -lobjc -lgnustep-base
include $(GNUSTEP_MAKEFILES)/library.make

What can be wrong here. I still get the appended error message. Thanks!!!

Regards,

  Andreas

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.





reply via email to

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