| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Tue, 19 Apr 2005 15:03:36 +0200 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Which package is required to build Lex&Yacc in cygwin [gcc -ll] |
| Message-ID: | <20050419130336.GP16098@cygbert.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <4264F6C2 DOT 7080902 AT mobnets DOT rwth-aachen DOT de> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <4264F6C2.7080902@mobnets.rwth-aachen.de> |
| User-Agent: | Mutt/1.4.2i |
On Apr 19 14:17, Krisakorn Rerkrai wrote: > Hi all, > I tried to make my parser under Cygwin environment. It works well > under the Linux but I have to do it also in Cygwin. It cannot find gcc > -ll command: > This is my result: > > gcc l.uql.c y.uql.c -o uql -ll > /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../i686-pc-cygwin/bin/ld: > cannot find -ll > collect2: ld returned 1 exit status > make: *** [uql] Error 1 You have probably everything you need. Flex does not provide libl.a, but instead libfl.a. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |