[dode]Cleaned "sfml - Release"
-------------- Build: Release in sfml (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -O2 -DSFML_STATIC -I../../SFML-2.4.2/include -c /home/znyk/Pulpit/sfml/main.cpp -o obj/Release/main.o
g++ -L../../SFML-2.4.2/lib -o bin/Release/sfml obj/Release/main.o -s -lsfml-network -lsfml-audio -lsfml-graphics -lsfml-window -lsfml-system
/usr/bin/ld: warning: libjpeg.so.8, needed by ../../SFML-2.4.2/lib/libsfml-graphics.so, not found (try using -rpath or -rpath-link)
../../SFML-2.4.2/lib/libsfml-graphics.so: undefined reference to `jpeg_std_error@LIBJPEG_8.0'
../../SFML-2.4.2/lib/libsfml-graphics.so: undefined reference to `jpeg_set_defaults@LIBJPEG_8.0'
../../SFML-2.4.2/lib/libsfml-graphics.so: undefined reference to `jpeg_start_compress@LIBJPEG_8.0'
../../SFML-2.4.2/lib/libsfml-graphics.so: undefined reference to `jpeg_set_quality@LIBJPEG_8.0'
../../SFML-2.4.2/lib/libsfml-graphics.so: undefined reference to `jpeg_stdio_dest@LIBJPEG_8.0'
../../SFML-2.4.2/lib/libsfml-graphics.so: undefined reference to `jpeg_finish_compress@LIBJPEG_8.0'
../../SFML-2.4.2/lib/libsfml-graphics.so: undefined reference to `jpeg_CreateCompress@LIBJPEG_8.0'
../../SFML-2.4.2/lib/libsfml-graphics.so: undefined reference to `jpeg_destroy_compress@LIBJPEG_8.0'
../../SFML-2.4.2/lib/libsfml-graphics.so: undefined reference to `jpeg_write_scanlines@LIBJPEG_8.0'
collect2: error: ld returned 1 exit status
Process terminated with status 1 (0 minute(s), 2 second(s))
10 error(s), 1 warning(s) (0 minute(s), 2 second(s))
What is wrong ?