Re: [9fans] Building Go on Plan 9 using Antony Martin's

2012-01-22 Thread Peter A. Cejchan
I had the same problem with ron minnich's distribution, try to dive into cmd and check the Makefile. Ron's distro is 60.2, and the changes needed to compile natively are in /n/sorces/contrib/pac/9go./tbz HTH, best, ++pac

Re: [9fans] ape compiler error, IND CHAR and INT

2012-01-22 Thread Jens Staal
2012/1/18 John Floren : > On Wed, Jan 18, 2012 at 10:46 AM, Martin Harriss wrote: >> John Floren wrote: >>> >>> I figured I'd try building Python from the source on their website >>> just for kicks. Configure went ok, but when I went to run "make", it >>> soon bailed out with this error: >>> >>> c

Re: [9fans] gigabit rtl8169

2012-01-22 Thread andrew zerger
Depending on what binary is reading what data stream, I think the bottleneck here is in the networked I/O file-system and not the hardware drivers. Just guessing out of curiosity. On Sun, Jan 22, 2012 at 3:09 PM, Akshat Kumar wrote: > I have a gigabit Realtek 8169 > ethernet port. > > Plan 9 show

[9fans] gigabit rtl8169

2012-01-22 Thread Akshat Kumar
I have a gigabit Realtek 8169 ethernet port. Plan 9 shows: "#l0: rtl8169: 100Mbps ..." Does this really mean that we are operating on 100Mbps? If so, what are the issues with going up to 1000Mbps? My switch shows that the connectivity is at gigabit... Thanks, ak