It seems that neither /usr/local/lib nor /usr/local/lib64 are part of your 
linker search path. This is very unusual. You can either adjust LD_LIBRARY_PATH 
as described here:

https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake#note

Or install fluidsynth's libraries to a different location, e.g.:

cmake -DLIB_INSTALL_DIR=/usr/lib64 ..


Tom



_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to