Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-09-27 06:28:56


----- Original Message -----
From: "lieven vanholme" <Lieven.Vanholme_at_[hidden]>

> Hi,
>
> I tried to compile boost_python(latest CVS) with gcc3.2 using bjam3.1.0
> (os=linux)
> invoking with;
> bjam -sBUILD=release -sPYTHON_VERSION=2.2 -sPYTHON_ROOT=/home/lvholme
>
>
> got first this kind of error:
> -------------------------------------------------
> ...found 818 targets...
> ...updating 31 targets...
> MkDir1 ../../libs/python/bin
> : command not found
> MkDir1 ../../libs/python/bin/libbpl.so
> : is a directory
> mkdir: cannot create directory `\r': File exists
>
> mkdir ../../libs/python/bin/libbpl.so
>
> ...failed MkDir1 ../../libs/python/bin/libbpl.so...
> ...skipped <directory-grist>../../libs/python/bin/libbpl.so/gcc for lack
> of <directory-grist>.
> ./../libs/python/bin/libbpl.so...
> ...
> --------------------------------------------------
>
> and after repeating the command for about five times (directory structure
> got finally build), i got another list of errors, looking all the same:
> --------------------------------------------------
> gcc-C++-action
>
../../libs/python/bin/libbpl.so/gcc/release/inlining-on/runtime-link-dynami
c/sh
> ared-linkable-true/numeric.o
> : is a directory
> g++: cannot specify -o with -c or -S and multiple compilations
> ...
> --------------------------------------------------
>
>
> Is this a gcc3.2-compiler problem?

No, I think this is a problem with the line-ending convention in one of the
Jamfiles or the .jam files in the boost tools/build directory. It looks
like somehow you got a Windows checkout. Are you using a cross-mounted
disk? If not, do you think you could investigate which of these files
contains the offending '\r' line ending? Unfortunately my linux machine is
dead at the moment so I can't easily check this out.

-Dave

-----------------------------------------------------------
David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk