Flex

drodda

Registered
Hi,

I am trying to do my University studies under OSX, as I don't want to have to keep going in to use the Solaris boxes.

I am able to do most things on my Macs.

Problem:

We are currently using flex to creat scanners and I cannot seem to get it to work under OSX. I have the Developer stuff installed.

This is a transcript from the terminal:
[localhost:~/Flex] david% lex mycat.l
[localhost:~/Flex] david% cc -o mycat lex.yy.c -lfl
/usr/bin/ld: can't locate file for: -lfl

I have hunted high and low for the -lfl file and have had no joy.

Any help would be greatly appreciated.

Cheer
 
Back
Top