Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: Almost there
- To: tlug@example.com
- Subject: Re: Almost there
- From: Viktor Pavlenko <vp@example.com>
- Date: Fri, 29 Jun 2001 21:24:10 +0900
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <3B3C4834.DE8019F0@example.com>
- References: <3B3C4834.DE8019F0@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <MqJiBC.A.HG.BLHP7@example.com>
- Resent-Sender: tlug-request@example.com
>>>>> "DL" == Dan Lindfield <dan.lindfield@example.com> writes: >> configure:1214: checking for flex >> configure:1214: checking for lex >> configure:1247: checking for flex >> configure:1281: checking for yywrap in -ll >> configure:1300: gcc -o conftest -g -O2 conftest.c -ll 1>&5 >> /usr/bin/ld: cannot find -ll >> collect2: ld returned 1 exit status configure is looking for a lex library... flex is found on linux instead. Probably neither flex no lex is installed on your system. If it could find flex it would use -lfl (which means link with libfl.<ext>, and -ll is libl.<ext> where ext is `a' or `so') Please run $ rpm -qa | grep flex and see if you have it installed (and if so where libfl.* is, run locate to find out; it's /usr/lib/libfl.a on my machine). If it's not grab the proper rpm and install it. Good luck Viktor
- References:
- Almost there
- From: Dan Lindfield <dan.lindfield@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: mutt users?
- Next by Date: Re: Almost there
- Prev by thread: Almost there
- Next by thread: Re: Almost there
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links