> 
> C:\Users\derekroscoe>gcc -I. -c -DHAVE_CONFIG_H -I.. -O2 -g glob.c -o glob.o
> 'gcc' is not recognized as an internal or external command,
> operable program or batch file.
> 
> C:\Users\derekroscoe>gcc -I. -c -DHAVE_CONFIG_H -I.. -O2 -g fnmatch.c -o
> fnmatch
> .o
> 'gcc' is not recognized as an internal or external command,
> operable program or batch file.
> 
> C:\Users\derekroscoe>ar rv libglob.a glob.o fnmatch.o
> 'ar' is not recognized as an internal or external command,
> operable program or batch file.
> Linking...
> 
> C:\Users>gcc -o make.new @respf.$$$
> 'gcc' is not recognized as an internal or external command,
> operable program or batch file.
> Make.exe build failed...
> 
> C:\Users>"
> 
> ANY SUGGESTIONS as to what I am doing wrong?

You are trying to build make from source without necessary preprequisites.
I strongly recommend you to find a way to install make where it
is already build.

Consider using cygwin - it looks like the easiest solution.

        Sam


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to