POV-Ray : Newsgroups : povray.beta-test : Compiling Unix sources on OS X Tiger (re-post from p.unix) : Re: Compiling Unix sources on OS X Tiger (re-post from p.unix) Server Time: 9 Jul 2008 07:05:41 GMT
  Re: Compiling Unix sources on OS X Tiger (re-post from p.unix)  
From: Nicolas Calimet
Date: 2 Apr 2008 13:05:12
> I have to use --with-boost=/users/mac just to get it to recognize that boost is
> installed and I've been trying to use --with-boost-thread in just about every
> combination.

	According to your config.log you are misusing the --with-boost-thread
configure option.  You specified:

--with-boost-thread=libboost_thread-mt-d-1_34_1

while it should be:

--with-boost-thread=boost_thread-mt-d-1_34_1

i.e. without the "lib" prefix.  Note that 'configure --help' gives the correct
syntax for this option.

	HTH,
	- NC


Post a reply to this message

Copyright 1991-2004 POV-Team™