Try adding a -static like this, delete bin/squeezeslave and run make
again.

Code:
--------------------
    
  ${CC} -o bin/squeezeslave $^ -static -L/opt/local/lib -lmad -lFLAC 
-lvorbisfile -lvorbis -logg 
/System/Library/Frameworks/CoreAudio.framework/CoreAudio 
/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox -lpthread
  
--------------------


If the MacPorts that you needed to install included the static versions
of the libraries you should be golden.  If not, perhaps you can check
the ports to see there's also static versions available.

A static library filename looks like libmad.a whereas a shared version
would be called libmad.so

Type;

file bin/squeezeslave

and post the output if OSX has the file command.

Thanks,

Ralphy


-- 
ralphy
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=54124

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to