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 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 To: Rafal Filipczyk cc: cygwin AT cygwin DOT com Subject: Re: 1.1.8: problem linking using gcc, g77 (NT 4.0) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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