swarm-support
[Top][All Lists]
Advanced

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

Re: tclobjc-1.2 on HPUX (9.05), make check and objc_malloc: A FIX


From: Rick Riolo
Subject: Re: tclobjc-1.2 on HPUX (9.05), make check and objc_malloc: A FIX
Date: Sat, 13 Dec 1997 13:53:13 -0500 (EST)

Well, I fixed it by adding

   #include "objc-malloc.h"

to tclObjc.m , doing a re-make which goes fine now, and
then a make check works fine. 
(I wonder how it is that it works on other systems without that?)
  - r

Rick Riolo                           address@hidden
Program for Study of Complex Systems (PSCS)
4068 Randall Lab                
University of Michigan         Ann Arbor MI 48109-1120
Phone: 313 763 3323                  Fax: 313 763 9267
http://pscs.physics.lsa.umich.edu/PEOPLE/rlr-home.html
http://pscs.physics.lsa.umich.edu//pscs.html

On 13 Dec 1997, Marcus G. Daniels wrote:

> Date: 13 Dec 1997 09:21:17 -0800
> From: Marcus G. Daniels <address@hidden>
> To: address@hidden
> Cc: address@hidden
> Subject: Re: tclobjc-1.2 on HPUX (9.05), make check and objc_malloc
> 
> >>>>> "RLR" == Rick Riolo <address@hidden> writes:
> 
> RLR> I tried to install tclobjc-1.2 under HPUX 9.05 (gcc 2.7.2) and
> RLR> the ./configure and make went fine, but then the make check had a
> RLR> problem:
> 
> RLR> collect2: ld returned 1 exit status /bin/ld: 
> RLR> Unsatisfied symbols: 
> RLR> objc_malloc (code) 
> RLR> objc_free (code) 
> RLR> make: *** [checkTcl] Error 1
> 
> What results from a "nm objc-malloc.o"?
> 
> RLR> Does make check work for you?
> 
> The platforms I tested (and it worked) were GNU/Linux, NetBSD, Solaris
> 2.5, and Irix 5.3.
> 
> RLR> What did I forget?
> 
> As far as I can tell, nothing.  As a workaround, you can edit
> tclObjc.m changing "objc_malloc" to "malloc" and "objc_free" to "free"
> and then recompile.  It would be nice to get to the bottom of this,
> though. 
> 
> 

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