[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Small djgpp specific patch
From: |
Eli Zaretskii |
Subject: |
Re: Small djgpp specific patch |
Date: |
Mon, 02 Aug 2010 22:51:04 +0300 |
> From: Juan Manuel Guerrero <address@hidden>
> Date: Mon, 2 Aug 2010 20:24:58 +0200
>
> Here is a small patch to make "make" compile out-of-the-box with djgpp.
Thanks.
> 2010-07-31 Juan Manuel Guerrero <address@hidden>
>
> * configh.dos: Define HAVE_STRNCASECMP.
>
> * dosbuild.bat: Use /dev/env/DJDIR instead of c:/djgpp.
> Add ./popen.c to the list of objects to build.
Question: what is popen.c? It's not part of the GNU Make
distribution. And why do you need it in Make? what's missing?
FWIW, I've just built Make 3.82 with DJGPP, and I didn't need anything
except the patch for configh.dos that defines HAVE_STRNCASECMP. No
popen.c was missing.