Re: [9fans] ken cc for linux

2015-03-11 Thread arnold
Hi All. Thanks for the clarifications about ken's compiler. I don't know that I'll bother going to the go dist right now. > Gawk has been compiled with APE, I was mearly suggesting it might > be helpful to Aharon if this was repeated to confirm the continued > portability of the gawk code. I app

Re: [9fans] ken cc for linux

2015-03-11 Thread Steve Simon
> That's ape with ape/pcc, which is ANSI-compliant, not a port of the > non-compliant base compilers (6c, 8c, etc.). This is true, however pcc is just a driver that runs cpp and pipes its output to 8c (assuming you are on a 386). hugo% cd /sys/src/ape/cmd hugo% hugo% pcc

Re: [9fans] ken cc for linux

2015-03-11 Thread Ryan Gonzalez
That's ape with ape/pcc, which is ANSI-compliant, not a port of the non-compliant base compilers (6c, 8c, etc.). On Wed, Mar 11, 2015 at 4:54 PM, Quintile wrote: > > awl compiles under APE with a little work. someone, sorry I have forgotten > who, did Stirling work a few years ago and got many L

Re: [9fans] ken cc for linux

2015-03-11 Thread Quintile
awl compiles under APE with a little work. someone, sorry I have forgotten who, did Stirling work a few years ago and got many Linux tools ported - to support 3rd party stuff. to my chagrin I never managed to get avn to work on top of this. the code was in Google code I think, his porting inst

Re: [9fans] ken cc for linux

2015-03-11 Thread Ryan Gonzalez
Warning: this will get messy *fast*. On Wed, Mar 11, 2015 at 3:30 PM, Aharon Robbins wrote: > Thanks for the link to the Google code repo. > > I'm currently on x86_64 Ubuntu 12.04. Building was not so smooth, several > files are missing for the Power 64 port. > Yup. Comment out the lines in the

Re: [9fans] ken cc for linux

2015-03-11 Thread Aram Hăvărneanu
It doesn't come with a suitable libc that you expect. -- Aram Hăvărneanu