home Forums # Technical Support error in compiling .cpp file with fuzzylit library Reply To: error in compiling .cpp file with fuzzylit library

#2187

Hi,

thank you for your post.

Please, try:

g++ Hello.cpp -I/home/inam/Downloads/fuzzylite-5.0/fuzzylite-5.0/ -L/home/inam/Downloads/fuzzylite-5.0/fuzzylite-5.0/fuzzylite/debug/bin -lfuzzylite-static

In your case, the file fl/Headers.h has to be directly accessible from /home/inam/Downloads/fuzzylite-5.0/fuzzylite-5.0/. Otherwise, please adjust the -I path to achieve so.

Cheers.