Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <026a01c24a26$ad79ab80$6132bc3e@BABEL> From: "Conrad Scott" To: Subject: gcc 3.1.1 Date: Thu, 22 Aug 2002 22:55:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 I've not noticed this issue reported as yet, so here goes. I've just installed the latest gcc 3.1.1 package and tried to build the cygwin DLL. (I used a fresh build directory and configured & built as usual.) In building the DLL itself I needed to add -L/usr/lib/w32api to the command line; otherwise it failed to find the shell32 and uuid libraries. I was also slightly surprised that the DLL wasn't being linked explicitly against the copies of those libraries from the current build tree; for example, cygrun is linked in just that way. Is this an omission or have I managed to mangle my configuration in some way? TIA, expecting to hear that I've fscked something up, // Conrad