discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Library makefile on Windows


From: Alex Perez
Subject: Re: Library makefile on Windows
Date: Fri, 18 Feb 2005 12:46:02 -0800
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Andreas Höschler wrote:
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!!!
> FaxServiceFoundation.m: undefined reference to > '__objc_class_name_NSObject'

I know you're linking in the makefile, but it seems like it's not properly linking against GNUstep-base. This is probably some sort of funky GNUstep-make bug under win32. (there are many)

Cheers,
Alex P





reply via email to

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