Re: Compiling: Whats the trick?

2006-06-02 Thread Erik Wikström
On 2006-06-02 01:32, Danial Thom wrote: 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

Re: Compiling: Whats the trick?

2006-06-02 Thread Danial Thom
--- Simon 'corecode' Schubert [EMAIL PROTECTED] wrote: On 02.06.2006, at 01:32, Danial Thom wrote: except it barfs pretty badly in DFLY. What's the trick? just do it[tm]? works perfectly here. besides, your error report lacks major information, but I guess you know that already.

Compiling: Whats the trick?

2006-06-01 Thread Danial Thom
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

Re: Compiling: Whats the trick?

2006-06-01 Thread joerg
On Thu, Jun 01, 2006 at 04:32:41PM -0700, Danial Thom wrote: Ok, since the beginning of time, the following has worked in every known unix: *snip* and works on the pkgsrc build machine. So what is do you expect from us? Joerg

Re: Compiling: Whats the trick?

2006-06-01 Thread Simon 'corecode' Schubert
On 02.06.2006, at 01:32, Danial Thom wrote: except it barfs pretty badly in DFLY. What's the trick? just do it[tm]? works perfectly here. besides, your error report lacks major information, but I guess you know that already. oh, of course except if you mean the return value of