After actually reading compilation output from the last email I have went 
ahead and changed -m32 flag to -m64. Here is the result:

bigforth.c:935: error: ‘struct sigcontext’ has no member named ‘edi’
bigforth.c:936: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
bigforth.c:940: error: ‘struct sigcontext’ has no member named ‘esp_at_signal’
bigforth.c:943: error: ‘struct sigcontext’ has no member named ‘eip’

I get similar errors when I try to compile bigforth on Mac OSX. I am not sure 
though that rewriting signal handling function in bigforth.c will make it 
compile on x86_64 both in linux and Mac OSX. Mac OSX is not that important 
though. Compiling in linux would be nice.

Thanks!

-----------
Sergey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to