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
28 Jul 2024 16:16:32 EDT (-0400)
  Re: Compiling Unix sources on OS X Tiger (re-post from p.unix)  
From: Nicolas Calimet
Date: 2 Apr 2008 09:05:12
Message: <47f39298$1@news.povray.org>
> 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 2003-2023 Persistence of Vision Raytracer Pty. Ltd.