Original Post
Ok, I've been trying for the past hour or so to convince boost that it wants to build with the version of mingw32 which comes with Dev-C++ (4.9.9.1), however I'm currently stumpped and all my ideas have run out [crying] I've got Dev-C++ installed to D:\Dev-Cpp I opened a command prompt (cmd.exe) Added the path to tools to the system path (path = %path%;d:\dev-cpp\bin) The called bjam with the following command line; G:\Programming\SDKs\boost_1_32_0>bjam "-sTOOLS=mingw" "-sMINGW_ROOT_DIRECTORY=D:\Dev-Cpp" install which promptly dumped out with a error of 'spawn: Invalid argument' Having googled around a bit I landed apon putting -d+4 in the command line to get some debug info, resulting in ; G:\Programming\SDKs\boost_1_32_0>bjam -d+4 "-sTOOLS=mingw" "-sMINGW_ROOT_DIRECTORY=D:\Dev-Cpp" install which gives me; so, I'm stumpped, anyone got any ideas?
Executing raw command directly
Executing command ["D:\Dev-Cpp\mingw32\bin\g++"] ["-Wl,--enable-auto-image-base"
] ["-Wl,--exclude-symbols,_bss_end__:_bss_start__:_data_end__:_data_start__"] ["
-Wl,--out-implib,bin\boost\libs\date_time\build\boost_date_time.dll\mingw\debugboost_date_time-mgw-d-1_32.lib"] [-g] [-shared] [-Wl,--allow-multiple-definition
] [-mno-cygwin] [-o] ["bin\boost\libs\date_time\build\boost_date_time.dll\mingwdebug\boost_date_time-mgw-d-1_32.dll"] [-L"D:/Dev-Cpp/mingw32/lib"] ["bin\boostlibs\date_time\build\boost_date_time.dll\mingw\debug\greg_month.obj"] ["bin\boos
t\libs\date_time\build\boost_date_time.dll\mingw\debug\greg_weekday.obj"] ["binboost\libs\date_time\build\boost_date_time.dll\mingw\debug\date_generators.obj"]
spawn: Invalid argument