On Sat, Sep 17, 2005 at 12:56:15PM -0700, William Moerner wrote:
> Hi, I am really trying to get my usrp up, but I have a
> problem building fftw.  
> 
> system  Asus Athlon K7
> OS Mandriva 10.1 Official - chose this due to Eric's
> recommendations, clean install recently, fully
> updated, gcc 3.4.1
> 
> Following instructions from Dawei's tutorial, I use
> 
> make distclean
> ./configure --enable-float --enable-shared --enable-k7
> make
> 
> make FAILS with "no rule to make target libfftw3f.la.c
> needed by libfftw3f.la
> Stop."
> 
> Any ideas from the experts?  

Don't start with a distclean.

Unpack it again and just do:

  ./configure --enable-float --enable-shared --enable-k7
  make

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to