Closed libTorrentUser closed 2 years ago
I did a bunch of tests and I'm not sure why exactly libfl.so.2.0.0
wasn't being created. Maybe there was something wrong with my system, I don't know. After a clean boot, everything seems to be working just fine. I did see the error once more, but I wasn't able to reproduce and now build seems to be working fine.
The newest release (flex 2.6.4) will no longer "install" if built out of source code tree.
Everything will be fine during the
configure
andmake
stages. But when I domake DESTDIR=somedir install-strip
, the install will fail, complaining it cannot findlibfl.so.2.0.0
here is the relevant part of the build log