Compiling: Whats the trick?
Danial Thom
danial_thom at yahoo.com
Thu Jun 1 16:37:57 PDT 2006
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
More information about the Users
mailing list