X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=vBtohzuj2qLQzxInqZ3rMyOARZo9BT+VsVyk/0H1uIw=; b=OVk+vmRYLT4oVc521ZNz1sf4QA/hf68bRnV7u+7oTVY9F2EXvf7asbGnNn6qO6gF/p fJn7zIBT4teCUHRPvMuOyV1UyZj/4VmTHRg9WI9F67JNm8bTuMSb4kwgtlD0Cjl19w42 o871Wx0HyjR6StXY7QkoTTk0mjTZToMPNeUpV/WvQuhqZANs3pv4581bB2bPLemLZFtl 6Cwr455uWKIsUnNSwxdXVEFAqjGteu9zNB78Qsisd+lJwXKtGTEPeupkf9xE5gw09k+6 I6LMBenQixy8jUG5syu86pnIo4aC1vdZvlcU/718Fu1tHG9f5z62df9HCLO4UGBuW0Ku GPrA== MIME-Version: 1.0 X-Received: by 10.220.53.66 with SMTP id l2mr106395vcg.33.1391220597810; Fri, 31 Jan 2014 18:09:57 -0800 (PST) In-Reply-To: <87b26946-8950-4757-903d-7176b47a2250@googlegroups.com> References: <87b26946-8950-4757-903d-7176b47a2250 AT googlegroups DOT com> Date: Fri, 31 Jan 2014 18:09:57 -0800 Message-ID: Subject: Re: OSX/Linux to DJGPP cross compiler From: Louis Santillan To: "djgpp AT delorie DOT com" Content-Type: text/plain; charset=Big5 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s112A1qm002694 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk That's awesome. I once tried to pull this off, but got distracted by real work. Good job! -L On Thu, Jan 30, 2014 at 9:21 PM, Andrew Wu wrote: > Yes, this script is basically based on the SPEC file from Andris Pavenis' source RPM file. :D > > Because Mac OSX doesn't have RPM package system, I wrote this script based on his work, to build a DJGPP cross compiler on OSX, so I don't need to run a Windows/DOS virtual machine to compile DJGPP program on my Mac. It maybe also useful for other non-RPM based Linux distro. > > Louis Santillan於 2014年1月31日星期五UTC+8下午12時37分42秒寫道: >> Have you compared your work to Andris Pavenis' work? >> >> >> >> http://ap1.pp.fi/djgpp/index.html >> >> >> >> -L >> >> >> >> On Wed, Jan 29, 2014 at 10:03 AM, Andrew Wu wrote: >> >> > Hello. >> >> > >> >> > I wrote a bash script to build DJGPP on Mac OSX and Linux. Maybe it is useful. :D >> >> > >> >> > https://github.com/andrewwutw/build-djgpp >> >> > >> >> > It is based on spec file from rpm files. >> >> > >> >> > It builds gcc 4.8.2. Installation directory is /usr/local/djgpp. Tested on OSX 10.9.1/10.8.5 and Debian 7. > >