POV-Ray : Newsgroups : povray.unix : Trying to build on OpenSuse 13.1 : Re: Trying to build on OpenSuse 13.1 Server Time
7 May 2024 23:40:36 EDT (-0400)
  Re: Trying to build on OpenSuse 13.1  
From: Le Forgeron
Date: 26 Sep 2014 10:12:30
Message: <5425744e@news.povray.org>
Le 26/09/2014 14:37, Warp a écrit :
> configure fails with this:
> 
> configure:7284: checking for boostlib >= 1.37
> configure:7338: g++ -c  -pthread  -I/usr/include conftest.cpp >&5
> configure:7338: $? = 0
> configure:7340: result: yes
> configure:7506: checking whether the Boost::Thread library is available
> configure:7538: g++ -c -pthread  -pthread  -I/usr/include conftest.cpp >&5
> configure:7538: $? = 0
> configure:7553: result: yes
> configure:7749: checking whether the boost thread library is usable
> configure:7769: g++ -o conftest  -pthread  -pthread -I/usr/include  -L/usr/lib c
> onftest.cpp   -pthread  >&5
> /tmp/ccQTte5D.o: In function `__static_initialization_and_destruction_0(int, int
> )':
> conftest.cpp:(.text+0x4f): undefined reference to
`boost::system::generic_category()'
> conftest.cpp:(.text+0x5b): undefined reference to
`boost::system::generic_category()'
> conftest.cpp:(.text+0x67): undefined reference to `boost::system::system_category()'
> collect2: error: ld returned 1 exit status
> 
> 

Blind reflex with boost: add   LIBS="-lboost_system -lboost_thread" to
the configure line.

And hope that everything-dev of boost is installed.

-- 
Just because nobody complains does not mean all parachutes are perfect.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.