OK, I've compiled gcc 4.5.1, and rebuilt node with this version. No
more segfault, but when I run with no args or with a simple hello
world server, nothing happens. There is no output from the executable
whatsoever.
When I do "make test", I get the following ouput:
$ make test
Waf: Entering directory `/cygdrive/c/dev/Projects-Open-Source/node/
build'
DEST_OS: cygwin
DEST_CPU: ia32
Parallel Jobs: 1
Product type: program
Waf: Leaving directory `/cygdrive/c/dev/Projects-Open-Source/node/
build'
'build' finished successfully (0.832s)
python tools/test.py --mode=release simple message
=== release 2100bytes ===
Path: message/2100bytes
Command: build/default/node /cygdrive/c/dev/Projects-Open-Source/node/
test/message/2100bytes.js
=== release hello_world ===
Path: message/hello_world
Command: build/default/node /cygdrive/c/dev/Projects-Open-Source/node/
test/message/hello_world.js
=== release undefined_reference_in_new_context ===
Path: message/undefined_reference_in_new_context
Command: build/default/node /cygdrive/c/dev/Projects-Open-Source/node/
test/message/undefined_reference_in_new_context.js
[02:45|% 100|+ 149|- 3]: Done
make: *** [test] Error 1
This was with the latest source pulled in from master. Is the current
state known to not be working? The error mentioned in the tests is
known? Where can I look to debug?
Thanks again