Boost C++ Libraries: Ticket #354: Can't build on cygwin https://svn.boost.org/trac10/ticket/354 <pre class="wiki">boost 1.32.0 from cvs while i'm trying to compile it under cygwin with: bjam -sTOOLS=gcc install i have an error: unknown target type for &lt;@boost!libs!test! build&gt;libboost_prg_exec_monitor. Anybody can help me? Thank you, diabolo@gcnet.ru </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/354 Trac 1.4.3 dbikel Thu, 18 Aug 2005 19:29:51 GMT <link>https://svn.boost.org/trac10/ticket/354#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/354#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=815875 Ditto with boost v.133! I cannot believe this was posted way back in February, but the problem has not since been fixed! Anyone? To give more detail: I downloaded and built bjam from source on cygwin, and ran the same command as above, except I supplied a --prefix argument to install in a non-default directory. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>dbikel</dc:creator> <pubDate>Thu, 18 Aug 2005 21:58:44 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/354#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/354#comment:2</guid> <description> <pre class="wiki">Logged In: YES user_id=815875 Sorry ... my previous followup was obnoxious. I realize many dedicated people are working very hard on fixing the inevitable ton of reported bugs, of which this is only one. So, let me put it another way: I would greatly appreciate it if someone could fix this bug that prevents building Boost on cygwin. Thanks in advance, Dan. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Sun, 23 Oct 2005 16:29:34 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/354#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/354#comment:3</guid> <description> <pre class="wiki">Logged In: YES user_id=33595 We need more information about this problem. Could someone please post a fuller log of what the errors are and the full invocation of bjam. Also what shell is bjam being run from? </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Markus Schöpflin</dc:creator> <pubDate>Fri, 18 Nov 2005 11:17:32 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/354#comment:4 https://svn.boost.org/trac10/ticket/354#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=91733 Ok, I reproduced this with boost 1.33.0 and some recent cygwin installation on W2K. Steps to reproduce: 1. Open bash 2. Change to boost root. 3. cd tools/build/jam_src/ 4. ./build.sh 5. cd ../../../ 6. ./tools/build/jam_src/bin.cygwinx86/bjam.exe This gives: unknown target type for &lt;@boost!libs!test!build&gt;libboost_prg_exec_monitor.dll Inserting echo "NT:" $(NT) ; echo "UNIX:" $(UNIX) ; echo "OS:" $(OS) ; into the boost/libs/test/build Jamfile gives the following result: NT: UNIX: true OS: CYGWIN Looking at the Jamfile for 1.33.1 Beta and CVS HEAD this has been fixed by Rene, therefore I'm closing this bug. Markus </pre> Ticket