[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need help on install/compile gnumake 3.80 for window 2000
From: |
J. Grant |
Subject: |
Re: Need help on install/compile gnumake 3.80 for window 2000 |
Date: |
Fri, 25 Jun 2004 23:04:21 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; GNU/Linux i686; en; rv:1.0.0; hi) |
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.)
Perhaps you can add this to your "config.h" to avoid the problem. I do
not know what it would normally be for DJGPP:
#define LOCALEDIR ""
Do you know where I could get the precompile gnumake.
This build works well for me on win32:
http://prdownloads.sf.net/mingw/mingw32-make-3.80.0-3.exe?download
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?
Likely yes, you can check with "make --version" and "gnumake --version"
Hope this helps you get it compiling and linking.
JG