delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/08/12/05:15:40

From: "Campbell, Rolf [SKY:1U32:EXCH]" <cp1v45 AT americasm01 DOT nt DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Problem with Make target
Date: Wed, 11 Aug 1999 12:08:07 -0400
Organization: Nortel Networks
Lines: 28
Message-ID: <37B19FE7.DB8CC679@americasm01.nt.com>
References: <3 DOT 0 DOT 3 DOT 32 DOT 19990810171505 DOT 006a13d4 AT mail DOT danton DOT innovatron DOT fr>
NNTP-Posting-Host: bmerhc00.ca.nortel.com
Mime-Version: 1.0
X-Mailer: Mozilla 4.7 [en] (X11; I; HP-UX B.10.20 9000/712)
X-Accept-Language: en
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

Fabien Lieval wrote:

> 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)

    No, it is not necessary, in fact, that is what is causing your problem.  Remove
it.

--
     -Rolf Campbell (39)3-6318



- Raw text -


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