This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Which package is required to build Lex&Yacc in cygwin [gcc -ll]


Hi,
     Thank you very much. I just solved this problem by putting this
*
   *ln -s libfl.a /usr/lib/libl.a

Now it can see my flex library.

Krisakorn



Corinna Vinschen wrote:

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







-- 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]