delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
X-Authentication-Warning: | hp2.xraylith.wisc.edu: khan owned process doing -bs |
Date: | Tue, 13 Feb 2001 15:45:16 -0600 (CST) |
From: | Mumit Khan <khan AT NanoTech DOT Wisc DOT EDU> |
To: | Rafal Filipczyk <rafalfi AT hotmail DOT com> |
cc: | cygwin AT cygwin DOT com |
Subject: | Re: 1.1.8: problem linking using gcc, g77 (NT 4.0) |
In-Reply-To: | <F27lb4fbS3JH47R674O00009fdc@hotmail.com> |
Message-ID: | <Pine.HPP.3.96.1010213153831.15708E-100000@hp2.xraylith.wisc.edu> |
MIME-Version: | 1.0 |
On Tue, 13 Feb 2001, Rafal Filipczyk wrote: > I am enclosing the information you were looking for > in an attachement. I have Visual Fortran loaded. > I suspect it interferes with gcc linking. It shows > up in the file I am enclosing. First thing you ought to do is to look at good at your environment variables, specifically the following: LIBRARY_PATH COMPILER_PATH C_INCLUDE_PATH CPLUS_INCLUDE_PATH and if any of these are set, you should unset them. Secondly, why are you telling the linker to look in LCC's and MSVC's library directory!!!! Look at the file and see references to /cygdrive/e/Program Files/lcc/lib and also to DevStudio files. Either you're explicitly adding -L/cygdrive/e/Program Files/lcc/lib or worse, you have these in LIBRARY_PATH environment variable. Clean up your environment variables. If you need more help with this, please post your current environment variables. $ env > /tmp/env.out and include the /tmp/env.out file. Regards, Mumit -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |