Re: [Linux-programlama] gcc ile derleme

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Gungor Erseymen (gelurine@gmail.com)
Date: Fri 21 Apr 2006 - 10:13:04 GMT


> gcc ile iki ayri dosyayi ayri ayri derleyip tek bir dosya halinde nasil
> cagiririz
> yani a1.c ile a2.c yi ayri ayri derleyip toplam adli executable dosyayi
> nasil olustururuz.

illa ayrı ayrı yapmanız gerekiyorsa
gcc -c a1.c -> a1.o
gcc -c a2.c -> a2.o
gcc a1.o a2.o -o toplam

işinize yarayacaktır.

--
Gungor Erseymen

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.