hi everyone! this is my first time on this forum, so please let me know if i inadvertantly did anything wrong, i am using sfml for the first time because sdl 2.0 doesnt have any good tutorials yet, so needless to say i have no experience. i am running ubuntu 13.04 64 bit and am compiling with g++. i downloaded the 64 bit 2.1 version and followed the tutorial to set it up on linux. i ran sudo apt-get update, but its still getting them. any help would be appreciated. thank you!
/usr/bin/ld: warning: libGLEW.so.1.5, needed by SFML-2.1/lib/libsfml-graphics.so, not found (try using -rpath or -rpath-link)
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewUniform1fARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__GLEW_ARB_shader_objects'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewGetObjectParameterivARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__GLEW_ARB_vertex_shader'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewFramebufferTexture2DEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewUniformMatrix4fvARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewGenFramebuffersEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewUniform3fARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewRenderbufferStorageEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__GLEW_ARB_fragment_shader'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewActiveTextureARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewShaderSourceARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `glewInit'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewBindFramebufferEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewFramebufferRenderbufferEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewLinkProgramARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewUseProgramObjectARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewBlendFuncSeparateEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewGenRenderbuffersEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewUniform2fARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewUniform4fARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewCreateProgramObjectARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `glewGetErrorString'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewCompileShaderARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewDeleteRenderbuffersEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewDeleteObjectARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewGetUniformLocationARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewGetInfoLogARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__GLEW_EXT_blend_func_separate'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewDeleteFramebuffersEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewCheckFramebufferStatusEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewUniform1iARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__GLEW_ARB_texture_non_power_of_two'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__GLEW_ARB_shading_language_100'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewCreateShaderObjectARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewBindRenderbufferEXT'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__GLEW_EXT_framebuffer_object'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewAttachObjectARB'
SFML-2.1/lib/libsfml-graphics.so: undefined reference to `__glewGetHandleARB'
collect2: error: ld returned 1 exit status