fcc/test/regression tests for Fedora users.

Issue #29 duplicate
Marcelo Rosa created an issue

I would like to recommend such a update in line 239 of file fcc/test/regression/test.py, from

for lib_dir in ["", "lib", "lib/x86_64-linux-gnu"]:

to:

for lib_dir in ["", "lib", "lib/x86_64-linux-gnu", "lib64"]:

because I've work with Fedora (20 actually) and in Fedora world for 64 bits systems, Boost has its libraries installed in /usr/lib64.

Best regards, Marcelo Rosa

Comments (2)

  1. Log in to comment