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?
/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?