Hi, I am trying to build boost on a debian system using bash shell. I am getting erros: /bin/sh: line 1: chdir: command not found Is this a common problem? Should i just alias chdir to cd? Thanks, Ivan --------------------- Ivan Novick http://www.0x4849.net
On Tue, 12 Jun 2007 22:29:48 -0700 (PDT)
Hi,
I am trying to build boost on a debian system using bash shell.
I am getting erros:
/bin/sh: line 1: chdir: command not found
What program are you trying to execute? What are the arguments, if any, passed to it? What's your boost version?
Is this a common problem? Should i just alias chdir to cd?
No and no. ;) I think that you are trying to execute the wrong shell-script. But I need more information.
--- raulh39@ya.com wrote:
On Tue, 12 Jun 2007 22:29:48 -0700 (PDT)
wrote: What program are you trying to execute? What are the arguments, if any, passed to it? What's your boost version?
cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost co -P boost ./configure --with-libraries=function_types make MkDir1 bin.v2 MkDir1 bin.v2/libs MkDir1 bin.v2/libs/function_types MkDir1 bin.v2/libs/function_types/build MkDir1 bin.v2/libs/function_types/build/gcc-4.1.1 MkDir1 bin.v2/libs/function_types/build/gcc-4.1.1/debug MkDir1 bin.v2/libs/function_types/build/gcc-4.1.1/debug/threading-multi MkDir1 /home/inovick/boost/libs/function_types/build/timestamps Jamfile.wave /home/inovick/boost/libs/function_types/build/timestamps/arity_loops /bin/sh: line 1: chdir: command not found Ivan --------------------- Ivan Novick http://www.0x4849.net
participants (2)
-
ivan@0x4849.net
-
raulh39@ya.com