|
Boost-Build : |
From: Rob Stewart (rob_stewart_lists_at_[hidden])
Date: 2005-08-21 22:33:05
David Abrahams wrote:
> "rob_stewart_lists" <rob_stewart_lists_at_[hidden]> writes:
>
>> MkDir1
>> d:\tmp\build\bin\boost\libs\date_time\build\boost_date_time.dll
>>
>>
>> mkdir "d:\tmp\build\bin\boost\libs\date_time\build\boost_date_time.dll"
>>
>
> Okay, that is the command it was trying to execute.
That's the first error message that included the mkdir whatever
command line. The others were quoted verbatim in their entirety.
>> spawn: No such file or directory Executing through .bat file
>> Executing command [cmd.exe] [/Q/C] [D:\DOCUME~1\Rob\LOCALS~1\Temp\jam156-00.bat]
>
>
> So what happens when you type
>
> cmd.exe /Q/C "D:\DOCUME~1\Rob\LOCALS~1\Temp\jam156-00.bat"
>
> at the command line?
bash: cmd.exe: command not found
I changed it to c:/windows/system32/cmd.exe and it ran with no
output and an exit status of zero. The command was the one shown
above (mkdir ...).
FYI:
$ which mkdir
/bin/mkdir
Based upon your previous reply, I did build bjam.exe from the
sources. The result was:
unknown target type for <@boost!libs!test!build>libboost_prg_exec_monitor.dll
Now what do I do?
-- Rob
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