/usr/bin/ld: Undefined symbols

Joined
May 24, 2007
Messages
1
Reaction score
0
Points
1
I'm trying to compile a program that compiles perfectly on my new macbook but gives me the following message when I compile it on my one year old mac mini:

/usr/bin/ld: Undefined symbols:
___dso_handle
collect2: ld returned 1 exit status
make: *** [testSWBSCZ] Error 1

Any ideas of why i'm getting this message?
 

rman


Retired Staff
Joined
Dec 24, 2002
Messages
12,637
Reaction score
168
Points
63
Location
Los Angeles, California
Your Mac's Specs
14in MacBook Pro M1 Max 32GB 2TB
What that is telling you is that a sub routine is missing (dso handle). You are missing some of the compiler libraries on the mini mac. Make sure you have all of the development environment on your mac nin as you do on your macbook.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top