X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Message-ID: <52AD9B08.1040501@iki.fi> Date: Sun, 15 Dec 2013 14:05:28 +0200 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Attempts to build GCC under DOSEMU Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I'm trying to build gcc-4.8.2 under DOSEMU (in Fedora 19 x86_64) 1) The first problem was that top level configure script failed when trying to run config.status. Narrowed down the problem to the starting sed: simplified example: sed -e 's:foo:bar:g'