Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#359 closed Support Requests (Fixed)

problem building on linux

Reported by: nobody Owned by: René Rivera
Milestone: Component: None
Version: None Severity:
Keywords: Cc:

Description

I tried to build boost under my own user and in a tree
that I own.
I used :
 bjam "sTOOLS=gcc"
-prefix=/nfs/us13/sverker/c++/boost/install/ install
First it said #skipping phyton..." which is ok with me.
Then I get :
---------------------------------------------------------------------
don't know how to make sTOOLS=gcc
don't know how to make
-prefix=/nfs/us13/sverker/c++/boost/install/
...patience...
...found 10593 targets...
...updating 3329 targets...
...can't find 2 targets...

Then I get many complaints that it cannot write in
/usr/local..

And finaly :
...failed updating 111 targets...
...skipped 3218 targets...
...updated 851 targets...

/nfs/us13/sverker/c++/boost/install/ is empty.

Do I always have ro run under root? Why do I get these
two "dont know how to ..."?

Yours
Sverker Almehed Lund Sweden

Change History (3)

comment:1 by René Rivera, 18 years ago

Logged In: YES 
user_id=33595

You need to do:

    bjam "-sTOOLS=gcc"
-prefix=/nfs/us13/sverker/c++/boost/install/ install

Note the "-" before the TOOLS, to indicate it's an option.

comment:2 by René Rivera, 18 years ago

Status: assignedclosed

comment:3 by nobody, 18 years ago

Logged In: NO 

Sorry, I just saw the missing minus-signs.
                  /  The same
Note: See TracTickets for help on using tickets.