Salut!

Incerc si eu sa ma apuc de un pic de programare pe linux.
Reamintindu-va ca am scris newbie in subj si rugandu-va sa
nu datzi cu pietre, pot sa va intreb cum pot sa compilez si eu 
un oarecare helloworld.c??? Mi-am luat libertatea de a scrie
singur acest complicat program, ajungand dupa ore de 
"brainstorming" la urmatorul rezultat.

#include <stdio.h>
main()
{
printf("Hello world!\n");
}

dupa aceea

cc -o helloworld.o helloworld.c 
cc -o helloworld helloworld.o

problema este ca a doua comanda da erori. nu stiu daca am 
facut bine sau nu, dar am incercat si cu 

cc -o helloworld helloworld.o -lc

si tot nu a mers.
What gives?

10x
Dannutz


---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui