Mail Archives: djgpp/1999/08/11/11:19:07
I'm working with GNU Make version 3.75, but when I run it, it complains :
"make.exe: *** No rule to make target `Gcc', needed by `prog.exe'. Stop."
I wonder what I need to do in order to correct it. I have read the FAQ and
searched in the docs (maybe not enough) but I can't find the answer to my
question. Can someone help me ?
Here is the makefile :
objects = ecsign.o mralloc.o mrarth0.o mrarth1.o mrarth2.o \
mrarth3.o mrcore.o mrcurve.o mrio1.o mrio2.o mrkcm.o \
mrmonty.o mrpower.o mrrand.o mrshs.o mrxgcd.o
prog.exe : $(objects) \ <- is this antislash necessary ?
Gcc -o prog.exe $(objects)
ecsign.o : Miracl.h Mirdef.h
mralloc.o : Miracl.h Mirdef.h
mrarth0.o : Miracl.h Mirdef.h
mrarth1.o : Miracl.h Mirdef.h
mrarth2.o : Miracl.h Mirdef.h
mrarth3.o : Miracl.h Mirdef.h
mrcore.o : Miracl.h Mirdef.h
mrcurve.o : Miracl.h Mirdef.h
mrio1.o : Miracl.h Mirdef.h
mrio2.o : Miracl.h Mirdef.h
mrkcm.o : Miracl.h Mirdef.h
mrmonty.o : Miracl.h Mirdef.h
mrpower.o : Miracl.h Mirdef.h
mrrand.o : Miracl.h Mirdef.h
mrshs.o : Miracl.h Mirdef.h
mrxgcd.o : Miracl.h Mirdef.h
Greetings,
Fabien
mailto:fabien DOT lieval AT innovatron DOT fr
- Raw text -