[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HELP | make file creation
From: |
Sam Ravnborg |
Subject: |
Re: HELP | make file creation |
Date: |
Mon, 25 May 2009 21:08:54 +0200 |
User-agent: |
Mutt/1.4.2.1i |
>
> 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