[so] eroare

Adrian Sendroiu molecula2788 at gmail.com
Sat Mar 2 11:32:28 EET 2013


Sofia Neata <sofia.neata at gmail.com> writes:

> 2013/3/2 Mihnea Dobrescu-Balaur <mihneadb at gmail.com>:
>> On Mar 2, 2013 12:17 AM, "Maria" <parcalabescu_maria at yahoo.com> wrote:
>>>
>>> M-am gandit ca poate nu am voie sa pun.
>>>
>>> build: tema0.obj hash.obj
>>>
>>>         cl /Fetema0.exe tema0.obj hash.obj
>>>
>>> tema0.obj:
>>>
>>>         cl /Fotema.obj /c tema0.c
>
> Creezi un fisier de output cu nume diferit decat cel asteptat. Ar
> trebui sa fie
>  cl /Fotema0.obj /c tema0.c

Pe langa asta, ai o linie goala intre linia cu numele target-ului si
linia cu actiunea:

build: tema0.obj hash.obj

	cl /Fetema0.exe tema0.obj hash.obj

Ar trebui sa fie:
build: tema0.obj hash.obj
	cl /Fetema0.exe tema0.obj hash.obj



More information about the so mailing list