Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Lothan" <lothan@newsguy.com>
To: "Mumit Khan" <khan@NanoTech.Wisc.EDU>
Cc: "Cygwin" <cygwin@cygwin.com>
Subject: RE: Long command line
Date: Sun, 28 Jan 2001 23:30:31 -0800
Message-ID: <EJEMICJMAGCJAPFPGPLGAEBACHAA.lothan@newsguy.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: <Pine.HPP.3.96.1010129005207.20620Z-100000@hp2.xraylith.wisc.edu>
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Importance: Normal

> From: cygwin-owner@sources.redhat.com
> [mailto:cygwin-owner@sources.redhat.com]On Behalf Of Mumit Khan
> Sent: Sunday, January 28, 2001 10:54 PM
> To: Lothan
> Cc: Cygwin
> Subject: Re: Long command line
>
>
> It's not that long, and Cygwin can handle it just fine! Are you sure
> you're not seeing a linker error telling you that it can't find libll.a?
> Which you can fix by using `make LINKFLAGS=-lfl' instead. However,
> there are other problems, and here's how you should build lclint (get the
> latest version):
>
>   $ CC='gcc -mno-win32' ./configure
>   $ make LINKFLAGS=-lfl SHELL=/bin/sh
>
> and it should build everything fine.

Mummit, you're a genius! ;-) I had mistakenly *assumed* that it had chopped
the line at the -ll. At least I had expected to see something like -llibll
or such. I reconfigured with your suggestions and it worked like a charm.
Thanks!


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

