rlaager / docsis

This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
http://docsis.sourceforge.net
GNU General Public License v2.0
114 stars 70 forks source link

Build failure on Ubuntu 16 #46

Closed wroniasty closed 8 years ago

wroniasty commented 8 years ago

Build fails on ubuntu ( undefined reference to 'yywrap').

Solution: apt install libfl-dev

and modify Makefiles to link against -lfl.