Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost_thread issue #4

Open
Kluchozaur opened this issue Oct 8, 2018 · 1 comment
Open

Boost_thread issue #4

Kluchozaur opened this issue Oct 8, 2018 · 1 comment

Comments

@Kluchozaur
Copy link

Hi, I have problem while I make ../configure.
This is the error:

configure: error: in /home/milena/openvrml-master/build': configure: error: libboost_thread not found See config.log' for more details

I try everything what I found in the internet but it didn't work:

milena@milena-GV62-8RC:/usr/lib/x86_64-linux-gnu$ ls -l libboost_thread*
-rw-r--r-- 1 root root 352882 cze 14 2016 libboost_thread.a
lrwxrwxrwx 1 root root 19 paź 8 12:11 libboost_thread-mt.a -> ./libboost_thread.a
lrwxrwxrwx 1 root root 27 paź 8 12:13 libboost_thread-mt.so -> ./libboost_thread.so.1.58.0
lrwxrwxrwx 1 root root 25 cze 14 2016 libboost_thread.so -> libboost_thread.so.1.58.0
-rw-r--r-- 1 root root 154480 cze 14 2016 libboost_thread.so.1.58.0

@feishengfei
Copy link

I have the same issue.

Here is the config.log snap:

| /* end confdefs.h.  */  
| #include <boost/thread.hpp>
| int 
| main (void)
| {
| boost::thread t
|   ;   
|   return 0;
| }
configure:20809: result: no
configure:20813: error: in `/home/felix/github/openvrml':
configure:20815: error: libboost_thread-mt not found
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

-> % dpkg --list | grep libboost | grep thread
ii libboost-context1.74-dev:amd64 1.74.0-14ubuntu3 amd64 provides a sort of cooperative multitasking on a single thread
ii libboost-context1.74.0:amd64 1.74.0-14ubuntu3 amd64 provides a sort of cooperative multitasking on a single thread
ii libboost-coroutine1.74-dev:amd64 1.74.0-14ubuntu3 amd64 provides a sort of cooperative multitasking on a single thread
ii libboost-coroutine1.74.0:amd64 1.74.0-14ubuntu3 amd64 provides a sort of cooperative multitasking on a single thread
ii libboost-fiber1.74-dev:amd64 1.74.0-14ubuntu3 amd64 cooperatively-scheduled micro-/userland-threads
ii libboost-fiber1.74.0:amd64 1.74.0-14ubuntu3 amd64 cooperatively-scheduled micro-/userland-threads
ii libboost-thread-dev:amd64 1.74.0.3ubuntu7 amd64 portable C++ multi-threading (default version)
ii libboost-thread1.74-dev:amd64 1.74.0-14ubuntu3 amd64 portable C++ multi-threading
ii libboost-thread1.74.0:amd64 1.74.0-14ubuntu3 amd64 portable C++ multi-threading

Then I try configure with:

./configure --prefix=/usr BOOST_LIB_SUFFIX=""

Then I can overcome above issue, but there are still errors as below:

checking for varargs GLU tesselator callback function type... no
checking for sdl-config... /usr/bin/sdl-config
configure: error: in `/home/felix/github/openvrml':
configure: error: SpiderMonkey is required for Script node JavaScript support
See `config.log' for more details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants