Aram H??v??rneanu <[email protected]> wrote: > I have been working with a few friends on porting the reference > Go toolchain to amd64 Solaris for some time. It is now ready > for a wider audience. A mercurial repo can be found at: > https://bitbucket.org/4ad/go-sunos
I called: hg clone https://bitbucket.org/4ad/go-sunos cd go-sunos/ cd src ./all.bash # Building C bootstrap tool. cmd/dist cmd/dist/unix.c: In function `xtryexecfunc': cmd/dist/unix.c:783: warning: implicit declaration of function `signal' exit code is 1... 1) Bug #1: Code that uses signal() needs to include <signal.h> 2) After fixing the bug, I get: ./all.bash # Building C bootstrap tool. cmd/dist go tool dist: unknown operating system Is this really the version for SunOS? BTW: This was done on SchilliX. Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily - ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be Modify Your Subscription: https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4 Powered by Listbox: http://www.listbox.com
