discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Linking frameworks against frameworks


From: Nicola Pero
Subject: Re: Linking frameworks against frameworks
Date: Tue, 23 Dec 2003 18:50:09 +0000 (GMT)

> include $(GNUSTEP_MAKEFILES)/common.make
> FRAMEWORK_NAME = MyTestFrame
> 
> MyTestFrame_HEADER_FILES = PowerController.h MyTestFrame.h
> MyTestFrame_HEADER_FILES_INSTALL_DIR = MyTestFrame
> MyTestFrame_OBJC_FILES = PowerController.m
> MyTestFrame_C_FILES =
> 
> ADDITIONAL_INCLUDE_DIRS +=  -framework FBEnterprise
> MyTestFrame_FRAMEWORK_LIBS +=  -framework FBEnterprise
> 
> include $(GNUSTEP_MAKEFILES)/framework.make
> 
> While compiling the framework I get this
> 
> Making build-headers for framework MyTestFrame...
> Making all for framework MyTestFrame...
>   Linking framework MyTestFrame ...
> ld: warning prebinding disabled because of undefined symbols
> ld: Undefined symbols:
> .objc_class_name_FBMapLocation
> /usr/bin/libtool: internal link edit command failed
> 
> What am I doing wrong?

Try 

MyTestFrame_LIBRARIES_DEPEND_UPON += -framework FBEnterprise





reply via email to

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