On 6/2/12 8:37 AM, Alexander Hansen wrote:
> At the point where libatlas.dylib is getting built I get the following
> error:
> 
> ...
> Undefined symbols:
>   "_ATL_FreeAtomicCount", referenced from:
> 
>       _ATL_FreeGlobalAtomicCount in ATL_FreeGlobalAtomicCount.o
>   "restFP", referenced from:
>       _ATL_cCtrsmKL in ATL_cCtrsmKL.o
> 
>       <bunch of other .o>
> 
>   "saveFP", referenced from:
>       _ATL_cCtrsmKL in ATL_cCtrsmKL.o
> 
>       <bunch of other .o>
> 
>   "_ATL_ResetAtomicCount", referenced from:
>       _ATL_ResetGlobalAtomicCount in ATL_ResetGlobalAtomicCount.o
>   "restGPR", referenced from:
>       _ATL_cCtrsmKL in ATL_cCtrsmKL.o
> 
>       <bunch of other .o>
> 
>   "_ATL_DecAtomicCount", referenced from:
>       _ATL_DecGlobalAtomicCount in ATL_DecGlobalAtomicCount.o
>   "_ATL_SetAtomicCount", referenced from:
>       _ATL_SetGlobalAtomicCount in ATL_SetGlobalAtomicCount.o
>   "restGPRx", referenced from:
>       _ATL_DecGlobalAtomicCount in ATL_DecGlobalAtomicCount.o
> 
>       <bunch of other .o>
> 
>   "saveGPR", referenced from:
>       _ATL_DecGlobalAtomicCount in ATL_DecGlobalAtomicCount.o
> 
>       <bunch of other .o>
> 
> ld: symbol(s) not found
> 
> ...
> 
> Package manager version: 0.32.99.git
> Distribution version: selfupdate-cvs Thu May 31 09:27:48 2012, 10.5, powerpc
> Trees: stable/main stable/crypto unstable/main unstable/crypto
> local/main local/injected local/common local/10.4
> Xcode: 3.1.4
> Max. Fink build jobs:  1
> 
> This machine is a G4.
> 

In switching to gcc46 I got rid of the rest* and save* errors.  However,
I'm still left with:

/sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/lib
ld -arch ppc -dynamic -dylib -single_module -dead_strip_dylibs
-dead_strip -x <bunch of .o files> -L. -L/sw/lib/gcc4.6/lib -ldylib1.o
-dylib_install_name /sw/lib/libatlas.dylib -o libatlas.dylib -lSystem
Undefined symbols:
  "_ATL_FreeAtomicCount", referenced from:
      _ATL_FreeGlobalAtomicCount in ATL_FreeGlobalAtomicCount.o
  "_ATL_ResetAtomicCount", referenced from:
      _ATL_ResetGlobalAtomicCount in ATL_ResetGlobalAtomicCount.o
  "_ATL_DecAtomicCount", referenced from:
      _ATL_DecGlobalAtomicCount in ATL_DecGlobalAtomicCount.o
  "_ATL_SetAtomicCount", referenced from:
      _ATL_SetGlobalAtomicCount in ATL_SetGlobalAtomicCount.o
ld: symbol(s) not found


-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to