From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: protoize Date: Mon, 20 Dec 1999 10:12:57 +0200 Organization: NetVision Israel Lines: 15 Message-ID: References: <385D98B4 DOT 2A618543 AT removethis DOT ic DOT nospam DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 945677476 15340 199.203.121.2 (20 Dec 1999 08:11:16 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 20 Dec 1999 08:11:16 GMT X-Sender: eliz AT is In-Reply-To: <385D98B4.2A618543@removethis.ic.nospam.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 19 Dec 1999, Scott A. Colcord wrote: > Is there a DJGPP port of protoize anywhere? Protoize is part of the GCC distribution. However, it was never officially ported to DJGPP, and therefore the gccNNNb.zip distributions do not include protoize.exe. Perhaps you could port it, and then submit the patches to the GCC maintainers. Failing that, if you have access to a Linux machine, you will most probably find it there. You can run `protoize' on Linux, and then copy the processed sources to your DOS/Windows machine.