discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Discuss-gnuradio] mingw install help


From: Kevin Rudd \(Contractor\)
Subject: RE: [Discuss-gnuradio] mingw install help
Date: Fri, 26 Oct 2007 11:11:43 -0400

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:address@hidden 
Sent: Thursday, October 25, 2007 4:33 PM
To: Kevin Rudd (Contractor); address@hidden
Subject: Re: [Discuss-gnuradio] mingw install help

"Kevin Rudd (Contractor)" <address@hidden> 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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]