delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/01/29/01:54:57

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: Mon, 29 Jan 2001 00:54:00 -0600 (CST)
From: Mumit Khan <khan AT NanoTech DOT Wisc DOT EDU>
To: Lothan <lothan AT newsguy DOT com>
cc: Cygwin <cygwin AT cygwin DOT com>
Subject: Re: Long command line
In-Reply-To: <EJEMICJMAGCJAPFPGPLGAEAOCHAA.lothan@newsguy.com>
Message-ID: <Pine.HPP.3.96.1010129005207.20620Z-100000@hp2.xraylith.wisc.edu>
MIME-Version: 1.0

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019