On Fri, Feb 22, 2013 at 12:13 AM, <[email protected]> wrote: > Hi, > > I am trying to compile mentioned node version on Solaris SPARC 10 but got > the error. I have installed python 2.7.3. > > When I ran configure, I got below error - > > bash-3.00# ./configure > Traceback (most recent call last): > File "./configure", line 472, in <module> > configure_node(output) > File "./configure", line 370, in configure_node > cc_version, is_clang = compiler_version() > File "./configure", line 331, in compiler_version > version = tuple(map(int, proc.communicate()[0].split('.'))) > ValueError: invalid literal for int() with base 10: '/usr/ucb/cc: language > optional software package not installed\n' > > > I have also tried to download latest version from - > http://www.petertribble.co.uk/Solaris/node.html and add the package. It got > added successfully but not sure how to check whether it installed correctly > or not? on that post only I have found "If you're on Solaris 10, then > unfortunately those binaries won't work for you." It means I can't compile > on Solaris 10? > > Please someone can help me? It will be really helpful. > > Thanks > Ishi
SPARC is not a supported architecture. (And I don't mean that in a "it may or may not work" sense - it simply won't compile or run. V8 only supports x86, ARM and MIPS.) -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
