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
cpan -i Alien::FFTW3
for perl in a non-standard place (/Applications/PDL/...) for my SciPDL build.
I get the following error message (right at the end)
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in api
/Library/Developer/CommandLineTools/usr/bin/make install-am
make[3]: Nothing to be done for `install-exec-am'.
.././install-sh -c -d '/include'
mkdir: /include: Read-only file system
mkdir: /include: Read-only file system
make[3]: *** [install-includeHEADERS] Error 1
make[2]: *** [install-am] Error 2
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1
External command (echo 'cd .fftw-double-build; make install' | sh) failed! Error: 512
at ./Build line 62.
Failed
ETJ/Alien-FFTW3-0.04.tar.gz
./Build -- NOT OK
Looks to me that some $ENV is blank and it is trying to install in /include which is obviously forbidden
Hi there Ed,
I am experimenting with:
cpan -i Alien::FFTW3
for perl in a non-standard place (/Applications/PDL/...) for my SciPDL build.
I get the following error message (right at the end)
Looks to me that some $ENV is blank and it is trying to install in /include which is obviously forbidden
I will continue my usual workaround of building fftw3 manually...
The text was updated successfully, but these errors were encountered: