X-Spam-Check-By: sourceware.org Message-ID: <4478C147.3030409@sbcglobal.net> Date: Sat, 27 May 2006 14:14:47 -0700 From: Tim Prince Reply-To: tprince AT myrealbox DOT com User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: flex? References: <20060527140357 DOT 132661a94e08ba2a4a13e304d833fafe DOT 3080637286 DOT wbe AT email DOT secureserver DOT net> In-Reply-To: <20060527140357.132661a94e08ba2a4a13e304d833fafe.3080637286.wbe@email.secureserver.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 ask wrote: > Hi. i installed everything in order to compile and still i get these > errors..please help. > > siege AT 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/