ports/51484: undefined reference in libobjc.so

Horance Chou horance at freedom.ie.cycu.edu.tw
Mon Apr 28 07:50:24 UTC 2003


The following reply was made to PR ports/51484; it has been noted by GNATS.

From: Horance Chou <horance at freedom.ie.cycu.edu.tw>
To: freebsd-gnats-submit at FreeBSD.org, horance at freedom.ie.cycu.edu.tw
Cc:  
Subject: Re: ports/51484: undefined reference in libobjc.so
Date: Mon, 28 Apr 2003 15:45:02 +0800

 This ports (devel/swarm) still not working with HDF5 enable,
 so if the graphics/hdf5 was installed, it'll failed to build/execute 
 swarm applications. Error messages are:
 
 ---
 /usr/local/lib/libhdf5.so.0: undefined reference to `pthread_equal'
 /usr/local/lib/libhdf5.so.0: undefined reference to `pthread_setcancelstate'
 /usr/local/lib/libhdf5.so.0: undefined reference to `pthread_once'
 ---
 
 The swarm application will be dynamically linked with libswarm.so
 which is linked with libhdf5.so, but both libswarm and libhdf5 are not 
 linked with libc_r.
 (libhdf5 are linked by libtool with -pthread option).
 I can't make sure the problem is caused by libtool or ld.
 Any ideas?
 
 Best Regards,
      Horance Chou
 



More information about the freebsd-ports-bugs mailing list