swarm-support
[Top][All Lists]
Advanced

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

Re: Swarm on OsX - new gcc


From: Perrone Alessandro
Subject: Re: Swarm on OsX - new gcc
Date: Wed, 16 Oct 2002 02:56:17 +0200

Hi
There are still some files that are being compiled with the NeXT runtime; those are the references to objc_msgSend, objc_msgSendSuper, and objc_msgSend_stret. My suggestion is to go through all of the swarm libraries to determine which library has the reference; that directory may not be getting the "-fgnu-runtime" flag during the compile. You should be able to go into each .libs directory and run nm on the llibrary file, something like this:
nm libactivity.a | grep msgSend

[alessandro-perrones-Computer:src/misc/.libs] alex% nm libmisc.a |grep msgSend
[alessandro-perrones-Computer:src/activity/.libs] alex% nm libactivity.a | grep msgSend
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
[alessandro-perrones-Computer:src/analysis/.libs] alex% nm libanalysis.a |grep msgSend
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
         U _objc_msgSend
         U _objc_msgSendSuper
[alessandro-perrones-Computer:src/analysis/.libs] alex%

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