On 25 April 2012 03:47, netcode <[email protected]> wrote: > I got SSH enabled on my account. Currently using putty but when i run > this: "./configure --prefix=$HOME" i get the following error: > > *checking for cl.exe... no* > *configure: error: no acceptable C compiler found in $PATH* > *See `config.log' for more details.* > > > Any idea? >
Yes. The process could not find a C compiler in $PATH. If you are sure there is a C compiler on the computer, alter $PATH to include the location of the C compiler. To see the content of the present $PATH do 'echo $PATH' Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3)

