SFML community forums
Help => General => Topic started by: key-raw on April 24, 2013, 12:31:58 am
-
I receive this error : ld: library not found for -lsfml-system
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have viewed countless forum posts about past versions and I was wondering if anyone knew how to guide me in the right direction of getting this to work.
-
Well, it can be many things.. first, make sure you have compiled & installed the very last version from github. Then, make sure that you configured correctly your project to use dylibs if you installed them instead of frameworks.
or, wait a few more days for the precompiled SFML 2.0 SDK..
-
Where would i go for directions on how to compile it. I don't know much outside of using xcode for assignments.
-
You can start with the official tutorials on this exact websites. Read completely both Cmake and Xcode before doing anything – lot of people fail to do that and do things wrong later on. If you have any specific question don't esitate to ask, of course.
-
i think you can get the last bulid for xcode compiler (which i dont know)
http://en.sfml-dev.org/forums/index.php?topic=9513.0
-
or download the official release from the download page..
(I never tested those unofficial build so I've no idea if they work correctly or not and for which compiler / std lib)
-
Has anyone noticed it isn't the right place for these kind of question ?
-
Has anyone noticed it isn't the right place for these kind of question ?
Obviously, no ;D