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: Mon, 29 Jan 2001 00:54:00 -0600 (CST) From: Mumit Khan To: Lothan cc: Cygwin Subject: Re: Long command line In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 28 Jan 2001, Lothan wrote: > Does anyone know a way around long command lines generated from make? I was > trying to compile the lclint source package and the link line got chopped > off. As you can see, it is extremely long. > > gcc -O4 -o lclint cppmain.o cpplib.o cppexp.o cpphash.o cpperror.o uentry.o [ ... ] > llmain.o cgrammar.o cscanner.o -ll 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. Regards, Mumit -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple