-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Добрый день. Не получается скомпилировать:
./Make.sh
/usr/bin/ld: cannot find -lboost_filesystem
/usr/bin/ld: cannot find -lboost_system
/usr/bin/ld: cannot find -lboost_regex
collect2: error: ld returned 1 exit status
хотя эти библиотеки есть:
andrew@development:/usr/lib$ ls -l boost
lrwxrwxrwx 1 root root 29 Ноя 10 00:47 boost_filesystem.so -> libboost_filesystem.so.1.49.0
lrwxrwxrwx 1 root root 24 Ноя 10 00:48 boost_regex.so -> libboost_regex.so.1.49.0
lrwxrwxrwx 1 root root 25 Ноя 10 00:47 boost_system.so -> libboost_system.so.1.49.0
lrwxrwxrwx 1 root root 29 Ноя 10 00:43 libboost_filesystem.so -> libboost_filesystem.so.1.49.0
-rw-r--r-- 1 root root 132448 Фев 3 2013 libboost_filesystem.so.1.49.0
-rw-r--r-- 1 root root 106952 Фев 3 2013 libboost_iostreams.so.1.49.0
lrwxrwxrwx 1 root root 24 Ноя 10 00:43 libboost_regex.so -> libboost_regex.so.1.49.0
-rw-r--r-- 1 root root 1218208 Фев 3 2013 libboost_regex.so.1.49.0
lrwxrwxrwx 1 root root 25 Ноя 10 00:43 libboost_system.so -> libboost_system.so.1.49.0
-rw-r--r-- 1 root root 13512 Фев 3 2013 libboost_system.so.1.49.0
Что делать?