This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

New net release - problems with make and gdb


I've just installed the new net release. Two problems so far:

1) gdb - minor: If I type, at the command line, "gdb progname", nothing
seems to happen. It works OK in an EMACS window. Also, why is the gdb
program/archive so huge?

2) make - major, as it means all my makefiles don't work: I have a makefile
that starts:

DEBUGFLAG=	0

ifeq ($(DEBUGFLAG),1)
	CFLAGS=	-Wall -g -mno-cygwin -I/projects/h
	[etc.]

This used to run fine under the old release, but now when I run make I get
the error messages:

c:\projects\xll>make rhs.xll
makefile:6: Extraneous text after `ifeq' directive
makefile:10: Extraneous text after `else' directive
makefile:14: Extraneous text after `endif' directive
makefile:30: *** commands commence before first target.  Stop.

Note: line 6 is the one with the ifeq command in it.

Richard Stanton


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]