Re: [9fans] Compiling C under 9front

2013-12-15 Thread erik quanstrom
On Sun Dec 15 21:05:43 EST 2013, mve...@gmail.com wrote: > Use 8c. Amd64 isn't supported yet. > > > On Dec 15, 2013, at 20:31, Blake McBride wrote: > > > > Greetings, > > > > I've got 9front running but I am having trouble compiling a hello.c program. > > > > term% 6c hello.c > > term% 6l hell

Re: [9fans] Compiling C under 9front

2013-12-15 Thread Matthew Veety
Use 8c. Amd64 isn't supported yet. > On Dec 15, 2013, at 20:31, Blake McBride wrote: > > Greetings, > > I've got 9front running but I am having trouble compiling a hello.c program. > > term% 6c hello.c > term% 6l hello.6 > ??none??: cannot open file: /amd64/lib/libc.a > > I already looked in

Re: [9fans] Compiling C under 9front

2013-12-15 Thread erik quanstrom
> Thanks! It went through a bunch of compiles and library adds > successfullybut ended in: > > ... > a - utfutf.6 > a - u16.6 > a - u32.6 > a - u64.6 > amd64 > Can't cd amd64: 'amd64' directory not found > mk: for(i in 9sys ... : exit status=rc 1544: rc 2737: can't cd > mk: date for (i ... : exi

Re: [9fans] Compiling C under 9front

2013-12-15 Thread Blake McBride
On Sun, Dec 15, 2013 at 7:33 PM, erik quanstrom wrote: > On Sun Dec 15 20:31:47 EST 2013, bl...@mcbride.name wrote: > > > Greetings, > > > > I've got 9front running but I am having trouble compiling a hello.c > program. > > > > term% 6c hello.c > > term% 6l hello.6 > > ??none??: cannot open file:

Re: [9fans] Compiling C under 9front

2013-12-15 Thread erik quanstrom
On Sun Dec 15 20:31:47 EST 2013, bl...@mcbride.name wrote: > Greetings, > > I've got 9front running but I am having trouble compiling a hello.c program. > > term% 6c hello.c > term% 6l hello.6 > ??none??: cannot open file: /amd64/lib/libc.a > > I already looked in google, the email list, and FA

[9fans] Compiling C under 9front

2013-12-15 Thread Blake McBride
Greetings, I've got 9front running but I am having trouble compiling a hello.c program. term% 6c hello.c term% 6l hello.6 ??none??: cannot open file: /amd64/lib/libc.a I already looked in google, the email list, and FAQ's that I could find. Your help is appreciated. Blake McBride