Hi,
I have problem compiling gnumake-3.80 for window-2000. I typed in configure.bat in command line and it tell me to type dosbuild.bat.
C:\DJGPP\gnu\make-3.80>configure.bat
Configuring MAKE for DJGPP
The Vdm Redirector is already loaded
Do Make program found--use DOSBUILD.BAT to build Make.
but when I type dosbuild.bat it give me error.
...
C:\DJGPP\gnu\make-3.80>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g main.c -o mai
n.o
main.c: In function `main':
main.c:874: error: `LOCALEDIR' undeclared (first use in this function)
main.c:874: error: (Each undeclared identifier is reported only once
main.c:874: error: for each function it appears in.)
...
C:\DJGPP\gnu\make-3.80\glob>gcc -I. -c -DHAVE_CONFIG_H -I.. -O2 -g glob.c -o glo
b.o
In file included from glob.c:203:
glob.c: In function `glob':
glob.c:197: warning: passing arg of `my_realloc' from incompatible pointer type
In file included from glob.c:203:
glob.c:197: warning: passing arg of `my_realloc' from incompatible pointer type
In file included from glob.c:203:
glob.c:197: warning: passing arg of `my_realloc' from incompatible pointer type
In file included from glob.c:203:
glob.c: In function `glob_in_dir':
glob.c:197: warning: passing arg of `my_realloc' from incompatible pointer type
...
C:\DJGPP\gnu\make-3.80>gcc -o make.new @respf.$$$
gcc.exe: main.o: No such file or directory (ENOENT)
Make.exe build failed...
What do you suggest I should do?
Do you know where I could get the precompile gnumake.
I have installed DJGPP which have gnu/make-3.79, and it make.exe is in DJGPP/bin directory
Is this make.exe is the same or for gnumake?
Sorry if the question seem stupid, I new at this.
Thank you,
Hung Le