On 01/29/2013 07:48 PM, Arash wrote: > Hi, > > I have a very similar situation and I have faced exactly the same error, but > the mentioned solution doesn't work for me. I have installed Python 2.7.3 on > CentOS 6.3. I run this command: > > ./configure --enable-openmp PYTHON="/usr/local/bin/python2.7" > CPPFLAGS="-I/usr/local/include/python2.7" > LDFLAGS="-L/usr/local/lib/python2.7"
In your other email, you said you had installed the boost libraries in
/usr/local/include/boost/
/usr/local/lib
Therefore, your variables should be
CPPFLAGS="-I/usr/local/include"
LDFLAGS="-L/usr/local/lib"
Also, whenever encountering ./configure problems, please _always_
attach the file config.log, which contains more detailed information on
any failures.
Cheers,
Tiago
--
Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] http://lists.skewed.de/mailman/listinfo/graph-tool
