
after adding "C:\Program Files\Dev-Cpp\bin" to PATH, you can just use as following: bjam "-sTOOLS=mingw" "--with-python-root=C:\Python24" install to compile and install boost to default directory C:\Boost, but if you want to install another directory, use: bjam "--prefix=some\path\you\like" "-sTOOLS=mingw" "--with-python-root=C:\Python24" install -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org]On Behalf Of Jonathan Turkanis Sent: 2004年12月7日 8:35 To: boost-users@lists.boost.org Subject: [Boost-users] Re: building boost with dev-cpp "Katti Faceli" <katti@icmc.usp.br> wrote in message:
I am trying to build boost 1.32.0 with dev-cpp.
I am employing the command line: bjam "-sTOOLS=mingw" "--with-python-root=C:\Python24" "-sMINGW_ROOT_DIRECTORY=C:\Program Files\Dev-Cpp"
I don't know the Dev-Cpp directory structure, but I would assume you need something like -sMINGW_ROOT_DIRECTORY=C:\Program Files\Dev-Cpp\mingw Jonathan _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users