Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <200012012139.eB1Ldxj10686@plmlir4.mail.eds.com> From: "Kelley Cook" To: "Cygwin" , "Cheng-Chieh Lee" Date: Fri, 01 Dec 2000 16:39:46 -0500 Reply-To: "Kelley Cook" X-Mailer: PMMail 2000 Standard (2.10.2010) For Windows 2000 (5.0.2195;1) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: GCC & CYGWIN1.DLL Conflicting versions >I downloaded and installed CYGWIN 1.1.6. >When I tried to use gcc to compile C codes, >I got the error messages that said cpp.exe >cc1.exe and collect2.exe all have conflicting >versions of cygwin1.dll. DO you know what's going on >and have any suggestions? Thanks. > >CC Like it says, you probably have multiple versions of cygwin1.dll installed. at the Bash prompt: $ type -a cygwin1.dll should tell you where all of them are installed. Delete all of the older ones. The only one that should be present should be in the /bin directory ** You can, of course all use the "Find ..." command on your start menu. ** Note that /usr/bin and /bin are actually the same directory, so that should show up twice. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com