delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/08/11/11:19:07

Message-Id: <3.0.3.32.19990810171505.006a13d4@mail.danton.innovatron.fr>
X-Sender: fabien DOT lieval AT mail DOT danton DOT innovatron DOT fr
X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32)
Date: Tue, 10 Aug 1999 17:15:05 +0200
To: djgpp AT delorie DOT com
From: Fabien Lieval <fabien DOT lieval AT innovatron DOT fr>
Subject: Problem with Make target
Mime-Version: 1.0
Reply-To: djgpp AT delorie DOT com

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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019