Looks like it's still trying to load the dynamic libraries.  I'm a
little surprised how different the Mac implementation is.  I've played
around with the crt0 thing on linux and it's not pretty either, best to
stay away from it.

Let's try building the binary by specifying the static libraries on
linking but leaving everything else dynamic.


Code:
--------------------
    
  ${CC} -o bin/squeezeslave $^ /opt/local/lib/libmad.a /opt/local/lib/libFLAC.a 
/opt/local/lib/libvorbisfile.a /opt/local/lib/libvorbis.a 
/opt/local/lib/libogg.a 
/System/Library/Frameworks/CoreAudio.framework/CoreAudio 
/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox -lpthread
  
--------------------


-- 
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
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to