cvs.delorie.com/djgpp/bugs/show.cgi | search |
Make version 3.77 For MSDOS GCC version 2.8.1 For MSDOS Followiing doesn't works : CC = gcc CFLAGS = -g -O2 OBJECTS = main.o foo.o main.exe : $(OBJECTS) $(CC) $(CFLAGS) $(OBJECTS) -o main.exe %.o : %.c $(CC) $(CFLAGS) -c $< Message "make.exe: *** No rule to make target `main.o', needed by `main.exe'. Stop." Thanks Yogesh
This is most probably a user error. In any case, it's not about core DJGPP software. I'm closing the report.
webmaster | delorie software privacy |
Copyright © 2010 by DJ Delorie | Updated Jul 2010 |