You might experience error messages featuring the text undefined reference when compiling a program, as in the example below with the FFTW library:
undefined reference to fftw_malloc |
Your configure script is likely not picking up the corresponding library: please, examine the configure log to see where it fails.
Suggested actions:
|
Please visit the section Code Compilation of the User Portal for more details. |
|