From boost-build Thu Sep 11 06:25:19 2014 From: Vladimir Prus Date: Thu, 11 Sep 2014 06:25:19 +0000 To: boost-build Subject: Re: [Boost-build] Building Boost giving python error centos 6.5 Message-Id: <5411404F.2020004 () cs ! msu ! su> X-MARC-Message: https://marc.info/?l=boost-build&m=141041673226165 On 09/11/2014 05:59 AM, Whitmore, Mattie [USA] wrote: > Hello, > > I am working on building boost but I get the following error with both Python 2.6 (default) and Python 2.7. > > I am running a super simple build: > ./bootstrap > ./bjam --layout=tagged install > > but i get the following error: > > > "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pthread -fPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE > -DNDEBUG -I"." /-I"/usr/include//" -c -o "bin.v2/libs/python/build/gcc-4.4.7/release/threading-multi/numeric.o" > "libs/python/src/numeric.cpp" > > ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.4.7/release/threading-multi/numeric.o... Hi Mattie, the above does not contain any error messages from the compiler. What happens if you run that command by hand? Also, what is: /-I"/usr/include//" It does not sound like valid option - did you edit something, or that's exactly what you see? - Volodya _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build