POV-Ray : Newsgroups : povray.unix : Compiling with icc 12.1 : Re: Compiling with icc 12.1 Server Time
2 May 2024 09:09:14 EDT (-0400)
  Re: Compiling with icc 12.1  
From: clipka
Date: 15 Dec 2011 05:46:56
Message: <4ee9d020$1@news.povray.org>
Am 15.12.2011 09:29, schrieb jhu:
> Running Debian 7. I can get Povray 3.7 to compile with gcc 4.6. I'm having
> issues with icc 12.1 however.
>
>
> Libraries
> ---------
> checking whether to link with cygwin DLL... no
> checking whether to enable static linking... no
> checking for the pthreads library -lpthreads... no
> checking whether pthreads work without any flags... no
> checking whether pthreads work with -Kthread... no
> checking whether pthreads work with -kthread... no
> checking for the pthreads library -llthread... no
> checking whether pthreads work with -pthread... yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for boostlib>= 1.37... yes
> checking whether the Boost::Thread library is available... no
> configure: error: cannot find a suitable boost thread library
>
> Probably some configure option I'm missing. Halp!

Did you add the path to the boost library to the linker path (LD_PATH or 
whatever it's caled)?

IRC there are also some issues with icpc regarding the header files & 
runtime libraries it is compatible with.

I guess you did remember to "source" the proper script file to set the 
icpc environment stuff, so I won't mention that. (Uh, I just did - sorry 
;-))


BTW, I'd like to ask two favors of you:

- Can you please take notes of all build problems you encounter, and 
possibly how you solved them (either yourself or with the aid of 
others)? That would help us improve the INSTALL docs.

- Once you get it to compile, can you please run some extensive testing 
with photons scenes (for example the "balcony" and "optics" advanced 
sample scenes)? On my Linux system I still get some very obscure 
sporadic segfaults with icpc-compiled POV-Ray when rendering photons scenes.


Post a reply to this message

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