You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built sbitx from source this morning, using fftw-3.3.10, raspian bookworm. When I ran the build script,
the link failed:
compiling sbitx version v3.02 in /home/rick/sbitx
/usr/bin/ld: cannot find -lfftw3f: No such file or directory
collect2: error: ld returned 1 exit status
To resolve this, it was necessary to re-configure fftw3 using "./configure --enable-float", then recompile/reinstall.
The text was updated successfully, but these errors were encountered:
I built sbitx from source this morning, using fftw-3.3.10, raspian bookworm. When I ran the build script,
the link failed:
compiling sbitx version v3.02 in /home/rick/sbitx
/usr/bin/ld: cannot find -lfftw3f: No such file or directory
collect2: error: ld returned 1 exit status
To resolve this, it was necessary to re-configure fftw3 using "./configure --enable-float", then recompile/reinstall.
The text was updated successfully, but these errors were encountered: