Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 14:17:06 +0200 From: Krisakorn Rerkrai Subject: Which package is required to build Lex&Yacc in cygwin [gcc -ll] To: cygwin AT cygwin DOT com Message-id: <4264F6C2.7080902@mobnets.rwth-aachen.de> MIME-version: 1.0 Content-type: text/plain; charset=TIS-620; format=flowed Content-transfer-encoding: 7BIT User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-IsSubscribed: yes 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 Does anybody know which package is required to build my application? Any help would be appriciated. Krisakorn -- 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/