DragonFly BSD
DragonFly users List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Compiling: Whats the trick?


From: Danial Thom <danial_thom@xxxxxxxxx>
Date: Thu, 1 Jun 2006 16:32:41 -0700 (PDT)

Ok, since the beginning of time, the following
has worked in every known unix:

/* hello_world.c */

#include "/usr/include/stdio.h"

main()
{
        printf("hello world\n");
}

cc -o hello_world hello_world.c 


except it barfs pretty badly in DFLY. What's the
trick?

DT


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]