Re: [9fans] whence kenc for linux?

2015-03-10 Thread Ryan Gonzalez
Aw, man... On Tue, Mar 10, 2015 at 5:45 PM, minux wrote: > > On Mar 10, 2015 6:37 PM, "Ryan Gonzalez" wrote: > > > > I meant reading ELF files, not writing them. Last time I tried with > ken-cc, it didn't work. > > > > But I didn't realize Go removed the C compilers. Do you know why? > > Becaus

Re: [9fans] whence kenc for linux?

2015-03-10 Thread minux
On Mar 10, 2015 6:37 PM, "Ryan Gonzalez" wrote: > > I meant reading ELF files, not writing them. Last time I tried with ken-cc, it didn't work. > > But I didn't realize Go removed the C compilers. Do you know why? Because Go runtime is now implemented in Go and assembly, not a combination of C, G

Re: [9fans] whence kenc for linux?

2015-03-10 Thread Ryan Gonzalez
I meant reading ELF files, not writing them. Last time I tried with ken-cc, it didn't work. But I didn't realize Go removed the C compilers. Do you know why? On Tue, Mar 10, 2015 at 5:30 PM, Aram Hăvărneanu wrote: > The Plan 9 C compilers included with Go have been removed for some > time. Also

Re: [9fans] whence kenc for linux?

2015-03-10 Thread Aram Hăvărneanu
The Plan 9 C compilers included with Go have been removed for some time. Also they worked quite differently than the Plan 9 ones because of liblink. The Plan 9 linker also supports ELF, although it lacks DWARF and a symbol table in the generated binaries. -- Aram Hăvărneanu

Re: [9fans] whence kenc for linux?

2015-03-10 Thread Ryan Gonzalez
The Go version also has more features (the linker actually supports ELF objects). My concern is the fact that more and more of Go is slowly being rewritten in Go, so I'm not sure how long the compilers will stick around, or at least in their current state. On Tue, Mar 10, 2015 at 3:48 PM, Roberto

Re: [9fans] whence kenc for linux?

2015-03-10 Thread Roberto E. Vargas Caballero
>> Where's the right place to find kenc for Linux? > > https://code.google.com/p/ken-cc/ I found easier to take it from the go distribution

Re: [9fans] whence kenc for linux?

2015-03-10 Thread David du Colombier
> Where's the right place to find kenc for Linux? https://code.google.com/p/ken-cc/ -- David du Colombier

Re: [9fans] whence kenc for linux?

2015-03-10 Thread Skip Tavakkolian
I think inferno has a set. On Tue, Mar 10, 2015 at 9:28 AM wrote: > Hi. > > Where's the right place to find kenc for Linux? > > Thanks, > > Arnold > >

Re: [9fans] once more: drawterm osx-x11 on x86-64

2015-03-10 Thread michaelian ennis
While I'd agree there could be improvements I like the resizing behavior. I thought it was a nice add. Ian

[9fans] 2c(2) error

2015-03-10 Thread Giacomo Tesio
2c(2) states: Array initializers can specify the indices of the array in > square brackets, as > int a[] = { [3] 1, [10] 5 }; > which initializes the third and tenth elements of the > eleven-element array a. This is somewhat confusing: the third and the tenth element should have inde

Re: [9fans] 2c(2) error

2015-03-10 Thread Giacomo Tesio
Ehm... obviously I was talking about 2c(1)... Too much coffe, today... :-D 2015-03-10 16:53 GMT+01:00 Giacomo Tesio : > 2c(2) states: > > Array initializers can specify the indices of the array in >> square brackets, as >> int a[] = { [3] 1, [10] 5 }; >> which initializes the third and

[9fans] whence kenc for linux?

2015-03-10 Thread arnold
Hi. Where's the right place to find kenc for Linux? Thanks, Arnold