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: flex?


ask wrote:
Hi. i installed everything in order to compile and still i get these
errors..please help.

siege@siegepc1 ~/muh-2.2
$ make
make  all-recursive
make[1]: Entering directory `/home/siege/muh-2.2'
Making all in src
make[2]: Entering directory `/home/siege/muh-2.2/src'
gcc  -g -O2 -Wall   -o muh.exe  ascii.o channels.o commands.o dcc.o
dlink.o igno
re.o irc.o log.o match.o muh.o perm.o table.o tools.o parser.o lexer.o
common.o
 -lcrypt
muh.o: In function `read_cfg':
/home/siege/muh-2.2/src/muh.c:106: undefined reference to `_yyin'
/home/siege/muh-2.2/src/muh.c:110: undefined reference to `_yyrestart'
/home/siege/muh-2.2/src/muh.c:115: undefined reference to `_yyin'
/home/siege/muh-2.2/src/muh.c:108: undefined reference to `_yyin'
/home/siege/muh-2.2/src/muh.c:110: undefined reference to `_yyrestart'
/home/siege/muh-2.2/src/muh.c:112: undefined reference to `_yyin'
/home/siege/muh-2.2/src/muh.c:115: undefined reference to `_yyin'
parser.o: In function `yyparse':
/home/siege/muh-2.2/src/parser.c:1293: undefined reference to `_yylex'
collect2: ld returned 1 exit status
make[2]: *** [muh.exe] Error 1
make[2]: Leaving directory `/home/siege/muh-2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/siege/muh-2.2'
make: *** [all] Error 2

But you don't show where flex failed. Do you mean you are missing -lfl in this command?


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