Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-Id: <200003280434.WAA18089@hp2.xraylith.wisc.edu> To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: net release/installer status? In-reply-to: Your message of "Tue, 28 Mar 2000 04:04:08 +0200." <38E01318 DOT 5EA4BD9 AT vinschen DOT de> Date: Mon, 27 Mar 2000 22:34:41 -0600 From: Mumit Khan Corinna Vinschen writes: > FYI: I finally could cross compile cygwin1.dll on my linux box. > Ah, yes, it's not only compiled but it also runs under W2K. > > Nevertheless I have some trouble. I have patched two Makefiles and > I had to configure twice in winsup. Eventually I couldn't compile > the utils subdir because w32api/include isn't in the configured > incude path list. > The problem may actually be quite simple -- we may be lacking -nostdinc -I in the Makefiles. The -B only handles the newlib includes, but the w32api headers are still coming from your installed tree. I remember running into this when I had an older version of w32api and gcc installed, and tried an one-tree build. I should dig it up and submit a patch for it. Regards, Mumit