mpontillo / nfex

Automatically exported from code.google.com/p/nfex
GNU General Public License v2.0
0 stars 0 forks source link

configure && make fails on undefined reference to yywrap #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
./configure && make

What is the expected output? What do you see instead?
I expect to see no erros from configure script

What version of the product are you using? On what operating system?
nfex latest version (2/14/2012), 
$uname -ovri
3.2.5-3.fc16.x86_64 #1 SMP Thu Feb 9 01:24:38 UTC 2012 x86_64 GNU/Linux

It seems like yywrap is related to flex, but i cannot seem to find a flex-dev 
or flex-devel that may contain the referenced object.

Original issue reported on code.google.com by christia...@gmail.com on 14 Feb 2012 at 9:59

GoogleCodeExporter commented 8 years ago
and i do have flex....
Package flex-2.5.35-13.fc15.x86_64 already installed and latest version

Original comment by christia...@gmail.com on 14 Feb 2012 at 10:02