X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: wmr282 AT hotmail DOT com (w m r) Newsgroups: comp.os.msdos.djgpp,alt.os.development Subject: Re: Port/Recompile GCC (using DJGPP) Date: 23 Apr 2004 18:15:47 -0700 Organization: http://groups.google.com Lines: 17 Message-ID: <398c9ca7.0404231715.7fc506a6@posting.google.com> References: <3a014972 DOT 0404210042 DOT 6c42fc AT posting DOT google DOT com> NNTP-Posting-Host: 209.113.172.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1082769347 18070 127.0.0.1 (24 Apr 2004 01:15:47 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 24 Apr 2004 01:15:47 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com fdjhngslgsgh AT hotmail DOT com (os_dev) wrote in message news:<3a014972 DOT 0404210042 DOT 6c42fc AT posting DOT google DOT com>... > Hey, > > I have a question about recompiling GCC, hope somebody can help me > with this. > I was trying to port GCC to another OS (some hobby OS so I can't use > any pre-existing configure options). I don't know how to do it under WindoesNT. But I did it under Linux ... First, I did the normal build of GCC so I had all the object files. I saved the compile and link command lines it used for the various images (cpp, cc1). Then I edited them to compile and link using my libraries and ran them. Then the normal test, enbug, test, enbug, ... Mike