X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <52734966.6040501@iki.fi> Date: Fri, 01 Nov 2013 08:25:42 +0200 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: New version of autotools? References: <535c9b42-9a81-4d11-a73b-aba5d1be65f2 AT googlegroups DOT com> In-Reply-To: <535c9b42-9a81-4d11-a73b-aba5d1be65f2@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com On 10/31/2013 02:40 PM, Georg Potthast wrote: > Hi Juan, > > thank you for the new grep version. Do you think you could port a later version of the autotools to djgpp? I have trouble porting some applications to DOS since the autotools currently available on the djgpp site seem not to work with these makefiles. It requires some porting efforts at least according to what I saw when tried to build them last time At least for DJGPP port of GCC I'm not using DJGPP ports of autotools already for a long time. Especially as GCC requires a specified version of automake and autoconf. So for me steps are following: 1) generate gcc Linux to DJGPP cross-compiler SRPM package which contains required source modifications from my own GIT repository 2) A side product from building cross-compiler is source package for DJGPP. All autotools related stuff is done in this step (under Linux) 3) Build gcc as native compiler from source package created in step 2 I guess that something similar can be done also for other packages. Andris