POV-Ray : Newsgroups : povray.unofficial.patches : Compiling UberPOV on MacOSX : Re: Compiling UberPOV on MacOSX Server Time
23 Apr 2024 23:27:59 EDT (-0400)
  Re: Compiling UberPOV on MacOSX  
From: Bill Pragnell
Date: 4 Dec 2013 14:55:01
Message: <web.529f8762d8663c00409e7c7f0@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Can you give any additional details (what exactly configure is
> complaining about)?

This seems to be the relevant chunk of config.log:
---------
configure:7606: checking whether the Boost::Thread library is available
configure:7638: g++ -c -pthread  -D_THREAD_SAFE   -I/opt/local/include
conftest.cpp >&5
configure:7638: $? = 0
configure:7653: result: yes
configure:7682: checking for exit in -lboost_thread-mt
configure:7707: g++ -o conftest  -D_THREAD_SAFE   -I/opt/local/include
-L/opt/local/lib conftest.cpp -lboost_thread-mt   -D_THREAD_SAFE   >&5
configure:7707: $? = 0
configure:7717: result: yes
configure:7849: checking whether the boost thread library is usable
configure:7869: g++ -o conftest  -D_THREAD_SAFE   -pthread -I/opt/local/include
-L/opt/local/lib conftest.cpp -lboost_thread-mt  -D_THREAD_SAFE   >&5
Undefined symbols:
  "boost::system::generic_category()", referenced from:
      __static_initialization_and_destruction_0(int, int)in ccjJtpIS.o
      __static_initialization_and_destruction_0(int, int)in ccjJtpIS.o
  "boost::system::system_category()", referenced from:
      __static_initialization_and_destruction_0(int, int)in ccjJtpIS.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
---------

> You do have boost installed, do you?

Worth asking, but yes ;)

Bill


Post a reply to this message

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