Hi, I want to compile with GCC in combination with FLEX and BISON. I have already got lex.yy.c and y.tab.c, but when I compiled with the following command: gcc y.tab.c -ll -ly, it always shows an error information: /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5 /../../../../i686-pc-cygwin/bin/ld: cannot find -ll collect2: ld returned 1 exit status I don't know why it cannot find -ll and -ly. who knows how to resolve this problem? Thanks a lot YZ
__________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/