POV-Ray : Newsgroups : povray.unix : Compiling with icc 12.1 : Re: Compiling with icc 12.1 Server Time
2 May 2024 08:49:01 EDT (-0400)
  Re: Compiling with icc 12.1  
From: jhu
Date: 15 Dec 2011 14:35:01
Message: <web.4eea4b6cdc656ac1d19b0ec40@news.povray.org>
Le_Forgeron <jgr### [at] freefr> wrote:
> Le 15/12/2011 13:50, Le_Forgeron nous fit lire :
> > More technical details if still needed tonight (about 6 hours away),
> > once I'm back on the actual system with icc. (but I'm not sure it was in
> > the 12 serie or not)
>
> Yep, 12.0.5
>
> Had to install in /opt/intel a version of boost (from tar ball, compiled
> & installed with icc/icpc)
>
>   $ source /opt/intel/bin/compilervars.sh intel64
>
>   $ ./configure COMPILED_BY="the name which matter"
> --disable-io-restrictions --with-boost-libdir=/opt/intel/lib
> --with-boost-thread=boost_thread --with-boost=/opt/intel CC=icc CXX=icpc
> --disable-debug
>
>
>
> --disable-io-restrictions  : just my personal taste.

Aarrrgh!

Ok, just downloaded boost 1.45, compiled with icc, installed into /opt/intel.

I run the command you gave (copy and paste) and...

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


??? I don't understand why it can't find the libraries when I've explicitly
stated where they are?


Post a reply to this message

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