小林 (koichik) です. Node.js は SPARC 版 Solaris には対応していません. # Node.js 以前に V8 が対応してないため.
対応しているのは x86 版 Solaris になります. バイナリが提供されているのも x86 版です. # ファイル名には x86 や x64 が含まれています. On Thu, 4 Oct 2012 01:23:06 -0700 (PDT), saKon <[email protected]> wrote: > saKonと申します。 > > 現在 configureにおいてエラーが発生していてmakeに至っていません > エラーは > Traceback (most recent call last): > File "./configure", line 446, in <module> > configure_node(output) > File "./configure", line 333, in configure_node > host_arch = host_arch_win() if os.name == 'nt' else host_arch_cc() > File "./configure", line 279, in host_arch_cc > k = cc_macros() > File "./configure", line 221, in cc_macros > p.stdin.write('\n') > IOError: [Errno 32] Broken pipe > 環境は > python 2.6.8 > OS SunOS xxxx 5.9 Generic_118558-27 sun4u sparc SUNW,UltraAX-i2 > gcc 3.4.2 > make GNU Make 3.80 > node ソース node-v0.8.11 > > pythonは良くわかりません > モジュールが足りないのでしょうか > sys.pathを見たのですが、問題はなさそうです。 > solaris バイナリバージョンを試して見たのですが駄目でした。 > 宜しくお願いします。 > > > -- > > > -- { name: "Koichi Kobayashi", mail: "[email protected]", blog: "http://d.hatena.ne.jp/koichik/", twitter: "@koichik" } --
