Mail Archives: cygwin/1997/02/10/00:44:01
Hi,
I just download all the gnu-win32 files and installed everything according
to FAQ.
I also downloaded the latest version of vgui.
I got a makefile from ftp://ftp.cs.unm.edu/pub/wampler/contrib/, and I
modified a few things in it to reflect my system's layout.
It would seem at this stage that dependencies names in the makefile need to
be all uppercase in order to be found in the VPATH. If I change the name of
a dependency to all uppercase, make finds it and doesn't complain about
having no target to build that file.
ie.:
# Doesn't work
BASEDEP = v_defs.h vbaseitm.h     
#
# vs.
#
# Works fine
BASEDEP = V_DEFS.H VBASEITM.h
Is the gnu-win32 version of make case sensitive ?
Thanks.
*****************************************************
Luc Morin	<bytor AT videotron DOT ca>
Electrical engineering technologist
*****************************************************
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -