Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - DKing

Pages: [1]
1
Audio / 64 Bit Linuxproblems mit the Audiolib of sfml
« on: June 22, 2008, 01:18:44 pm »
Huhu
I have written a small sampleprogramm and compiled it with:
g++ -o Main Main.cpp -lsfml-system -lsfml-window -lsfml-graphics -lsfml-audio -lsfml-system

I use Ubuntu and the compiler says:
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../../lib/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/lib/../lib/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/lib64/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: skipping incompatible /usr/lib/libsfml-audio.so when searching for -lsfml-audio
/usr/bin/ld: cannot find -lsfml-audio
collect2: ld gab 1 als Ende-Status zurück


Know somebody a way to solve the problem?

Pages: [1]