Thanks.

There is no gcc in my bin directory (there is a g++ thou).  I downloaded the
gcc fles (core and gcc) and uncompressed them in the minigw directory.  I am
sure I am missing something simple.  

kevin

-----Original Message-----
From: Don Ward [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 25, 2007 4:33 PM
To: Kevin Rudd (Contractor); discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] mingw install help

"Kevin Rudd (Contractor)" <[EMAIL PROTECTED]> wrote:

> I am following the directions for installing GNURadio with minGW on XP 
> found
> here...
>
> http://gnuradio.org/trac/wiki/MingwInstallMain
>
> When I get to installing FFTW, I try compiling it (from MSYS prompt) and I
> get the following error...
>
> No acceptable C compiler found in $PATH
>
> Quick internet search indicates that GCC was not installed.  Do I need to 
> do
> more than just unpack the gcc files into the mingw directory?  Any other
> ideas?

"ls /mingw/bin" should show that gcc.exe is in /mingw/bin and "echo $PATH" 
should list /mingw/bin as being in the search path.  If both of these are 
true, then "which gcc" should return "/mingw/bin/gcc" and the FFTW install 
should work.  If not, you need to figure out if gcc is missing or if the 
shell just can't find it.

Let us know what you find, because sometimes things change and the 
instructions stop working and need to be updated.




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

Reply via email to