Hi,
First, thanks for the service you guys provide. I've been spending hours on the net trying to find something helpful and have just about run out of steam. This is great. My experience level is about middle of the road. I'm just getting into the Unix aspect of building things that don't come with one-click installers. Therefore, i suppose a little more info is better than a little less.
I have a dual 2.5 G5. I am running OS 10.4.1.
I am attempting to configure fftw for the purpose of getting LADSPA plugins up and running so I can use them in conjunction with a multi-media app called Pure Data by Miller Pucket.
My problem is that I have not yet been able to successfully build fftw. I've added a series of options to the standard ./configure which have gotten me further, but always get an error at the end.
I'm using the following configure command --
./configure --prefix=/usr --enable-shared --enable-fma --enable-threads
--after which --
make (of course)
-- the output of which, shows the errors listed.
collect2: ld returned 1 exit status
make[2]: *** [bench] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--after this, the make stops.
there are no errors that I can see in the make file, and the only one that seems of consequence in the configure output is --
configure: WARNING: *** Couldn't find f77 compiler; switching to --disable-fortran.
checking how to get verbose linking output from ... configure: WARNING: compilation failed
-- and there I sit.
I find it hard to believe I'm the only one experiencing this problem, but there's not a lot out there on this. Also, the people at fftw didn't write me back. Not very pleasant.
Anyway, thanks in advance for your help. I look forword to hearing from you.
-Scott
First, thanks for the service you guys provide. I've been spending hours on the net trying to find something helpful and have just about run out of steam. This is great. My experience level is about middle of the road. I'm just getting into the Unix aspect of building things that don't come with one-click installers. Therefore, i suppose a little more info is better than a little less.
I have a dual 2.5 G5. I am running OS 10.4.1.
I am attempting to configure fftw for the purpose of getting LADSPA plugins up and running so I can use them in conjunction with a multi-media app called Pure Data by Miller Pucket.
My problem is that I have not yet been able to successfully build fftw. I've added a series of options to the standard ./configure which have gotten me further, but always get an error at the end.
I'm using the following configure command --
./configure --prefix=/usr --enable-shared --enable-fma --enable-threads
--after which --
make (of course)
-- the output of which, shows the errors listed.
collect2: ld returned 1 exit status
make[2]: *** [bench] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--after this, the make stops.
there are no errors that I can see in the make file, and the only one that seems of consequence in the configure output is --
configure: WARNING: *** Couldn't find f77 compiler; switching to --disable-fortran.
checking how to get verbose linking output from ... configure: WARNING: compilation failed
-- and there I sit.
I find it hard to believe I'm the only one experiencing this problem, but there's not a lot out there on this. Also, the people at fftw didn't write me back. Not very pleasant.
Anyway, thanks in advance for your help. I look forword to hearing from you.
-Scott