Hi there!
I have a little problem ;/
1.6 when I was using the 1.6 all was ok, yesterday I switched to 2.0 and I can not link anything under Linux (Debian 6 x32) ( VPS )
Logs :
root@94:/Game-Server# g++ Server.o -o Server -lsfml-system
/usr/bin/ld:/usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/libsfml-system.so: file format not recognized; treating as linker script
/usr/bin/ld:/usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/libsfml-system.so:1: syntax error
content of libsfml-system.so :
libsfml-system.so.2
content of libsml-system.so.2 :
libsfml-system.so.2.0
I've try to change libsfml-system.so.2.0 to libsfml-system.so but then ;/
LOG :
root@94:/Game-Server# g++ -c Server.cpp
root@94:/Game-Server# g++ -o Server Server.o -lsfml-system -lsfml-network
/usr/lib/gcc/i486-linux-gnu/4.4.5/../../../../lib/libsfml-system.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
Idk what im doing wrong :p compiles ok just cant link :f in 1.6 all was ok :F ( i rewrite my code to 2.0 ;p ( its working on windows ) all should be ok ;/ )