ld: cannot find -lfl [solved]

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author
User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

ld: cannot find -lfl [solved]

#1 Post by MU »

Hi,

just tried to compile xorg 6.8.2 on Puppy 1.0.5 alpha 2 with usr_devx.sfs

When I run "make World", I get this error:

Code: Select all

gcc -m32 -o pswrap -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -pedantic -Wall -Wpointer-arith -Wundef     -L../../exports/lib   main.o pswparser.o lexer.o pswdict.o pswfile.o         systemnames.o psw.o pswstring.o pswsemantics.o     -lfl  -Wl,-rpath-link,../../exports/lib
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
make[4]: *** [pswrap] Error 1
make[4]: Leaving directory `/mnt/linux4/_install/xorg682/xc/config/pswrap'
make[3]: *** [../../config/pswrap/pswrap] Error 2
Any Idea what "fl" is, what I would have to compile or even copy from my mandrake 9.2-system (there it compiles fine)?

Thanks, Mark

------------------------
There was missing "flex".
Downloaded and compiled thesource from here:
http://ftp.iasi.roedu.net/mirrors/ftp.s ... ce/d/flex/

This file (without the patches): http://ftp.iasi.roedu.net/mirrors/ftp.s ... .4a.tar.gz

Post Reply