gnustep-dev
[Top][All Lists]
Advanced

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

Frameworks that use Frameworks on Windows


From: Björn Giesler
Subject: Frameworks that use Frameworks on Windows
Date: Thu, 2 Feb 2006 21:00:37 +0100

Hi,

I'm trying to build Adresses on Windows, which consists of two frameworks (Adresses.framework and AddressView.framework), the latter depending on the former. Everything seems to build fine, and Addresses.framework links as well.

Linking AddressView.framework, however, gives me the following information about AppKit classes:

Info: resolving __objc_class_name_NSTableView by linking to __imp___objc_class_name_NSTableView (auto-import)

and so on. So linking works there, obviously with some underscore symbol magic. Examining libAddresses.dll.a with nm shows that all classes there have the __imp___objc_class_name... prefix as well.

When it tries to link to Addresses.framework, it outputs

...undefined reference to __objc_class_name_ADAdressbook

and so on. Is there something special that the GNUstep libraries do to define their symbols so that auto-linking works for them? Has anyone got this working?

Thanks in advance,
Björn





reply via email to

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