swarm-support
[Top][All Lists]
Advanced

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

Re: howto use lispArchiver for library objects


From: Marcus G. Daniels
Subject: Re: howto use lispArchiver for library objects
Date: 22 May 2001 08:35:53 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

>>>>> "DK" == Daniel Kottow <address@hidden> writes:

DK> i just took out the files of the lib. 

Try linking your app with -static or -all-static.  Classes are brought
in to an Objective C app by linkage to symbols based on the name
(incidentally, the same ones that cause the linkage warnings on
certain systems without the patch to GCC).  Dynamic linking doesn't
force these symbols to be brought in (which then brings in the
classes) and then objc_lookup_class doesn't find them when the
Archiver is instantiating things in a .hdf or .scm file.



                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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