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 13:17:53 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

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

DK> i am appending all the sources as a tarball.  maybe you can just
DK> untar this on a linux-machine ? 

One thing you could do is change the OBJECTS to temp.o and
then add a target like this:

temp.o: main.o
        ld -r -o temp.o -u __objc_class_name_MySwarm main.o

That will force an undefined symbol for the class you are anticipating
in the .scm file (that isn't otherwise linked into your model).

                  ==================================
   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]