POV-Ray : Newsgroups : povray.unix : Compiling POV-Ray 3.7, second attempt : Re: Compiling POV-Ray 3.7, second attempt Server Time
29 Apr 2024 07:11:09 EDT (-0400)
  Re: Compiling POV-Ray 3.7, second attempt  
From: James Holsenback
Date: 27 Jul 2015 14:56:14
Message: <55b67ece$1@news.povray.org>
On 07/26/2015 12:32 PM, William F Pokorny wrote:
> On 07/26/2015 11:09 AM, "Jörg \"Yadgar\" Bleimann" wrote:
>> On 26.07.2015 14:40, Le_Forgeron wrote:
>>> LIBS="-lboost_system
>>> - -lboost_thread"
>>
>> Yadgar
>
> Unsure if your issue, but I believe there is an extra dash above between
> the two library specs. Perhaps try:
>
> LIBS="-lboost_system -lboost_thread"

that's the incantation ... try

./configure COMPILED_BY="Jörg 'Yadgar' Bleimann <yaz### [at] gmxde>" 
LIBS="-lboost_system -lboost_thread"

then do:

make clean
make


Post a reply to this message

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