Running into problems with ./configure on Solaris SPARC
Hello -
Does anyone have any suggestions on how to go about ./configure errors using the latest Node software distribution on a Solaris 10 SPARC box?
For example, I'm getting this (and I have the required versions of Python, GCC and GNU Make. Here's what I'm getting:
> ./configure
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
'variables': { 'clang': 0,
'gcc_version': 46,
'host_arch': 'ia32',
'node_install_npm': 'true',
'node_prefix': '',
'node_shared_cares': 'false',
'node_shared_http_parser': 'false',
'node_shared_libuv': 'false',
'node_shared_openssl': 'false',
'node_shared_v8': 'false',
'node_shared_zlib': 'false',
'node_tag': '',
'node_unsafe_optimizations': 0,
'node_use_dtrace': 'true',
'node_use_etw': 'false',
'node_use_openssl': 'true',
'node_use_perfctr': 'false',
'python': '/opt/csw/bin/python',
'target_arch': 'ia32',
'v8_enable_gdbjit': 0,
'v8_no_strict_aliasing': 1,
'v8_use_snapshot': 'true'}}
creating config.gypi
creating config.mk
/bin/sh: syntax error at line 1: `$' unexpected
gyp: Call to '(echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo "-m32" || true' returned exit status 2. while loading dependencies of /export/home/ggeldenb/node-v0.10.13/node.gyp while trying to load /export/home/ggeldenb/node-v0.10.13/node.gyp
Error running GYP
>
|