Referencia indefinida al símbolo, aunque la biblioteca esté vinculada

Al vincular un proyecto en el que estoy trabajando, el vinculador da los siguientes errores:

/usr/bin/ld: ../Includes and Libs/lib/libsfml21rca.a(SoundFile.o): undefined reference to symbol 'sf_read_short@@libsndfile.so.1.0'

/usr/bin/ld: note: 'sf_read_short@@libsndfile.so.1.0' is defined in DSO /usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libsndfile.so so try adding it to the linker command line

/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/libsndfile.so: could not read symbols: Invalid operation

La cosa es que libsndfile.so ya está vinculado antes de libsfml21rca.a, así que no tengo idea de dónde está el problema.

Estoy usando Code :: Blocks 10.05

Gracias por la ayuda de antemano

EDITAR:

Aquí está el comando de enlace:

g ++ -L "Incluye y Libs / lib" -L "Incluye y Libs / lib / raknet3_731" -L "Incluye y Libs / lib / d3d_new / x86" -L "Incluye y Libs / lib / ogg" -L "Incluye y Libs / lib / sdl "-LBullet / lib -o (nombre de archivo) ... (una gran cantidad de archivos de objetos) -lGLEW -lglfw -lGL -lGLU -lpthread -lopenal -ljpeg -lfreetype -lsndfile -lXrandr -lsfml-system -lsfml-window -lsfml-audio ../Bullet/lib/LinearMath.lib ../Bullet/lib/BulletCollision.lib ../Bullet/lib/BulletDynamics.lib "../Includes and Libs / lib / raknet3_731 / RakNetLibStaticDebug.lib "" ../Includes and Libs / lib / libsfml21rca.a "../../../../../../home/msabol/Desktop/SFML/sfml2st/sfmlVideo/sfmlVideo/ bin / Release / libsfmlVideo.a ../../../../../../home/msabol/Desktop/SFML/sfmlVideo/bin/Release/libsfmlVideo.a

Respuestas a la pregunta(1)

Su respuesta a la pregunta