When trying to compile Csound with Intel's icc compiler I keep getting the message
./makedb strings/all_strings American
./makedb: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
scons: *** [American.xmg] Error 127
scons: building terminated because of errors.
even though I know the file libimf.so exists at /opt/intel/cc/9.0/lib
is there some environment variable I am missing? I added that path to
custom.py and it shows up on the commandline via the -L flag but still no joy.
What other potential issues should users be aware of when trying to compile Csound with Intel's C compiler?
-David