<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 13: Scripts are in DOS format</title><link href="https://sourceforge.net/p/libjpeg/bugs/13/" rel="alternate"/><link href="https://sourceforge.net/p/libjpeg/bugs/13/feed.atom" rel="self"/><id>https://sourceforge.net/p/libjpeg/bugs/13/</id><updated>2015-09-15T13:20:28.510000Z</updated><subtitle>Recent changes to 13: Scripts are in DOS format</subtitle><entry><title>#13 Scripts are in DOS format</title><link href="https://sourceforge.net/p/libjpeg/bugs/13/?limit=25#a3db" rel="alternate"/><published>2015-09-15T13:20:28.510000Z</published><updated>2015-09-15T13:20:28.510000Z</updated><author><name>Bob Friesenhahn</name><uri>https://sourceforge.net/u/bfriesen/</uri></author><id>https://sourceforge.net6b613883e70b638572f245c0e48c44f6eafac44d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This SourceForge project is a dead project.  Use the tar.gz file if you want Unix line terminations.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Scripts are in DOS format</title><link href="https://sourceforge.net/p/libjpeg/bugs/13/" rel="alternate"/><published>2015-09-14T22:57:06.950000Z</published><updated>2015-09-14T22:57:06.950000Z</updated><author><name>Felix Almeida</name><uri>https://sourceforge.net/u/tupiniquim/</uri></author><id>https://sourceforge.net9c81134b5edb89f763f07c9d46a507212032daf4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The shell scripts (see below) that come with release 6b (&lt;strong&gt;jpegsr6.zip&lt;/strong&gt;) are all in DOS format, therefore if someone tries to compile it on a UNIX box (e.g. Linux) the following error message will immediately appear:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;: bad interpreter: No such file or directory
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The solution is convert the scripts to UNIX format via a utility like &lt;strong&gt;dos2unix&lt;/strong&gt;:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="nv"&gt;$ &lt;/span&gt;dos2unix config* install-sh lt*
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;After the command above the usual &lt;strong&gt;./configure&lt;/strong&gt; should work as expected.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>