installation of GNU radio

2009-01-28 Thread jaskirat singh
sir, i have been installing GNU radio on fedora. after giving the ./bootstrap and ./configure command in gnuradio-core,it works fine but as i move to make it shows the following error. "checking for FFT3F...configure: error: Package requirements (fftw3f >=3.0) were not met: No package 'fftw3f

Re: installation of GNU radio

2009-01-28 Thread Paul Smith
On Wed, 2009-01-28 at 16:34 +0530, jaskirat singh wrote: > i have been installing GNU radio on fedora. after giving > the ./bootstrap and ./configure command in gnuradio-core,it works fine > but as i move to make it shows the following error. Your problem is with installing GNU Radio; this ma

Re: -include filename does not show correct dependency errors

2009-01-28 Thread willard
it's the same if foo.d is not a direct target. It's even worse as make fails without ANY error message. Example2: $ cat bad2.mak all: foo.ooo COMPILE=gcc %.o: %.c $(COMPILE) -c $< %.d: %.c $(COMPILE) -c $< -MM -o $*.d -include foo.d foo.ooo: foo.o ld -o foo.ooo foo.o

Re: -include filename does not show correct dependency errors

2009-01-28 Thread Philip Guenther
On Wed, Jan 28, 2009 at 9:39 AM, willard wrote: > it's the same if foo.d is not a direct target. It's even worse as make fails > without ANY error message. Nice! xxx.h gets marked as failed and the error silenced, and the silencing applies to all paths to xxx.h and not just the foo.d->xxx.h path

Re: -include filename does not show correct dependency errors

2009-01-28 Thread willard
I am new to this message board... I did not intend to yell... Thanks for the info... I hope the Gnu Make developers are listening to bug-m...@gnu.org. I had a quick look at the CVS tree bug tracking (on sourceforge.net), and I didn't see anything resembling this issue... -- View this message i

Re: -include filename does not show correct dependency errors

2009-01-28 Thread Paul Smith
On Wed, 2009-01-28 at 13:27 -0800, willard wrote: > > I am new to this message board... I did not intend to yell... > Thanks for the info... I hope the Gnu Make developers are listening to > bug-m...@gnu.org. > I had a quick look at the CVS tree bug tracking (on sourceforge.net), and I > didn't s