I use Mac OSX snow Leopard and it is a 64 bit (intel core 2 Duo).. The project is the sample that I found in the SFML Audio directory. The compiler is the gcc (4 I think). To compile the example I used:
g++ -o Prova provaSuono.cpp -framework sfml-audio -framework sfml-system
All is ok, but when i try to open ./Prova it gives me:
Library not loaded: /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
Referenced from: /Library/Frameworks/sfml-audio.framework/Versions/A/sfml-audio
Reason: no suitable image found. Did find:
/System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL: no matching architecture in universal wrapper
/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL: no matching architecture in universal wrapper
/System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL: no matching architecture in universal wrapper
Trace/BPT trap
SFML version is the 1.6!
->The strange thing is that using Xcode it works! But by Terminal, isn't the same thing!