Newsgroups: comp.os.msdos.djgpp From: Dan McGregor X-Sender: dragon AT amnesiac DOT home Subject: Re: djgpp and Win2K In-Reply-To: Message-ID: References: <200007070753 DOT KAA25571 AT mailgw1 DOT netvision DOT net DOT il> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Lines: 14 Date: Sun, 09 Jul 2000 08:27:23 GMT NNTP-Posting-Host: 24.66.252.226 X-Complaints-To: abuse AT home DOT net X-Trace: news1.sshe1.sk.home.com 963131243 24.66.252.226 (Sun, 09 Jul 2000 01:27:23 PDT) NNTP-Posting-Date: Sun, 09 Jul 2000 01:27:23 PDT Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 It's probably only DOS executables which have this problem. I don't believe Cygnus or MingW32 have this problem as they are Win32 native. BTW, all executables produced with Cygwin use the cygwin1.dll library. The Cygwin library is under the GPL, and therefore all programs produced with cygwin are under the GPL. The way around this is to use the -mno-cygwin command-line option on cygwin's GCC. I personally use MingW32 to do Win32 development, and unix/gcc for my unix development. On Sat, 8 Jul 2000, Douglas Steele wrote: > Is it only GJGPP programs which have the nested problem ? > What about Cygnus ? Any idea if same problem.