Boost C++ Libraries: Ticket #1124: ./configure failed on cygwin https://svn.boost.org/trac10/ticket/1124 <p> Atry@ATRY /cygdrive/c/boost_1_34_1 $ ./configure ./configure: line 7: $'\r': command not found ./configure: line 9: $'\r': command not found ./configure: line 23: $'\r': command not found ./configure: line 28: $'\r': command not found ./configure: line 30: syntax error near unexpected token `$'do\r<em> '/configure: line 30: `do </em></p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1124 Trac 1.4.3 Vladimir Prus Sat, 28 Jul 2007 13:13:57 GMT owner, component changed https://svn.boost.org/trac10/ticket/1124#comment:1 https://svn.boost.org/trac10/ticket/1124#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Vladimir Prus</span> to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>component</strong> <span class="trac-field-old">build</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> <p> ./configure is Doug department. The error definitely means that in Windows packages, configure has Windows line ending. That's probably wrong, but I don't know for sure what's the right solution. </p> Ticket René Rivera Sat, 28 Jul 2007 14:07:52 GMT <link>https://svn.boost.org/trac10/ticket/1124#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1124#comment:2</guid> <description> <p> The most likely cause is that the OP is trying to use the ZIP archive, which has DOS EOLs, with cygwin. The OP needs to use the TAR archive, which has UNIX EOLs. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Sat, 28 Jul 2007 14:08:01 GMT</pubDate> <title>milestone changed https://svn.boost.org/trac10/ticket/1124#comment:3 https://svn.boost.org/trac10/ticket/1124#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.34.1</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket pop.atry@… Fri, 31 Aug 2007 18:32:11 GMT <link>https://svn.boost.org/trac10/ticket/1124#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1124#comment:4</guid> <description> <p> The one I download is .7z, It causes this problem. And I reinstall from a tar.bz2 packet, that's OK. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Thu, 06 Sep 2007 19:20:21 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1124#comment:5 https://svn.boost.org/trac10/ticket/1124#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> EOL problem confirmed... Closing as this is an expected behavior, in that not all tools in Windows deal with differing EOLs. I.e. it's not a Boost bug. </p> Ticket