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: Don Ward
Subject: Re: [Discuss-gnuradio] mingw install help
Date: Thu, 25 Oct 2007 16:32:46 -0400

"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]