Re: [9fans] Plan 9 Related Work

2011-11-25 Thread Peter A. Cejchan
bash: ./make.bash: No such file or directory I guess I should merge rminnich-9go with go.googlecode.com/hg/ go ?? thanks, ++pac

Re: [9fans] Plan 9 Related Work

2011-11-25 Thread andrey mirtchovski
also, i'm cross-compiling go for plan9 on linux/osx. i apologize, we shouldn't have gotten out of sync so quickly. On Fri, Nov 25, 2011 at 1:59 AM, andrey mirtchovski wrote: > my instructions are for a pure go tree (a clone from googlecode > without any modifications). the redirection to /dev/nul

Re: [9fans] Plan 9 Related Work

2011-11-25 Thread andrey mirtchovski
my instructions are for a pure go tree (a clone from googlecode without any modifications). the redirection to /dev/null is to save some email space, you don't need to have it in your tests.

Re: [9fans] Plan 9 Related Work

2011-11-25 Thread Peter A. Cejchan
$ ./make.bash > /dev/null make: *** [executable.o] Error 1 make: *** Waiting for unfinished jobs do i need to merge rminnich-9go with go.googlecode.com/hg/ go??? thanks, peter

Re: [9fans] Plan 9 Related Work

2011-11-25 Thread andrey mirtchovski
> sorry, I never tried cross-compiling. I started here: $ cd go/src $ hg sync > /dev/null 2>&1 # places you at tip $ export GOOS=plan9 $ export GOARCH=386 $ ./make.bash > /dev/null conflicts: 3 shift/reduce $ cat > /tmp/t.go package main func main() { println("hello"); } $ cd /tmp $ 8g t.go $ 8l t

Re: [9fans] Plan 9 Related Work

2011-11-25 Thread Lucio De Re
> sorry, I never tried cross-compiling. I started here: > http://en.wikipedia.org/wiki/Cross_compiler#GCC_and_cross_compilation, and > http://www.cis.upenn.edu/~milom/cross-compile.html > > what should be switch --target=some-target set to? > >> your best bet is to cross-compile on Linux. set

Re: [9fans] Plan 9 Related Work

2011-11-25 Thread Peter A. Cejchan
sorry, I never tried cross-compiling. I started here: http://en.wikipedia.org/wiki/Cross_compiler#GCC_and_cross_compilation, and http://www.cis.upenn.edu/~milom/cross-compile.html what should be switch --target=some-target set to? > your best bet is to cross-compile on Linux. set GOOS to plan9

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread Peter A. Cejchan
Or, you can use http://www.uschovna.cz if it is not over 200MiB On Fri, Nov 25, 2011 at 8:34 AM, Peter A. Cejchan wrote: > Can you share it over ftp or http? thanks, happy advent, Peter. > >

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread Peter A. Cejchan
Can you share it over ftp or http? thanks, happy advent, Peter. On Fri, Nov 25, 2011 at 8:30 AM, Lucio De Re wrote: > > okay, I'll try all three possibilities, however, how to extract files > from > > lucio's go.ext? I see that it is plain text... thanks, ++pac > > disk/mkfs, see the man page (m

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread Lucio De Re
> okay, I'll try all three possibilities, however, how to extract files from > lucio's go.ext? I see that it is plain text... thanks, ++pac disk/mkfs, see the man page (man mkext). But I'd rather hand you a fresher release, if you can be patient. Right now I need a new web proxy as the transpare

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread Peter A. Cejchan
okay, I'll try all three possibilities, however, how to extract files from lucio's go.ext? I see that it is plain text... thanks, ++pac On Fri, Nov 25, 2011 at 8:21 AM, andrey mirtchovski wrote: > > I have written some go code on linux and i want to move it under 9 > > thanks, regards, ++pac > >

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread Lucio De Re
>> I have written some go code on linux and i want to move it under 9 >> thanks, regards, ++pac > > your best bet is to cross-compile on Linux. set GOOS to plan9 and GOARCH to > 386. That's a nice idea, but I haven't had much joy in the last few days trying that. I haven't tried a tagged releas

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread Lucio De Re
> which is the current distribution of 9go: by ron at golang.org, or at > contrib/lucio? > I have written some go code on linux and i want to move it under 9 > thanks, regards, ++pac You'll need some handholding if you try my distribution, it is not as slick as Ron's, and right now I'd like to con

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread andrey mirtchovski
> I have written some go code on linux and i want to move it under 9 > thanks, regards, ++pac your best bet is to cross-compile on Linux. set GOOS to plan9 and GOARCH to 386.

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread ron minnich
use either one. Let us know how it goes :-) ron

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread Peter A. Cejchan
which is the current distribution of 9go: by ron at golang.org, or at contrib/lucio? I have written some go code on linux and i want to move it under 9 thanks, regards, ++pac

Re: [9fans] Plan 9 Related Work

2011-11-24 Thread Uriel
This days probably your best chance is to work with Go (designed by some of the creators of Plan 9 now at Google), there are quite a few organizations using it already in production and some are hiring: http://go-lang.cat-v.org/organizations-using-go uriel On Mon, Nov 21, 2011 at 11:00 PM, Jani

Re: [9fans] Plan 9 Related Work

2011-11-22 Thread Jani Lahtinen
Dear Peter, Based on your other publications it sounds interesting but I fail to open the link provided. Says 404. Yours, Jani Lahtinen On Tue, Nov 22, 2011 at 3:08 PM, Peter A. Cejchan wrote: > Hello, > please, if you wish, take a look at my old thesis, we can apply for a > grant to get it o

Re: [9fans] Plan 9 Related Work

2011-11-22 Thread Peter A. Cejchan
Hello, please, if you wish, take a look at my old thesis, we can apply for a grant to get it online, polished, hopefully in "Go" language golang.org running on plan9 native http://www.gli.cas.cz/home/cejchan/model/probab-model.pdf [ps] however, I have no funding at present time, sorry, best, Peter

[9fans] Plan 9 Related Work

2011-11-21 Thread Jani Lahtinen
I haven't written much here but I have been playing with Plan 9, Plan 9 Port, and Inferno for quite some time now, In the current economic times I feel I should not leave a stone unturned. I am looking for work, either parttime or permanent, hopefully related to Plan 9, as I have developed some aff