adobe-flash / crossbridge

Welcome to visit the homepage!
http://www.crossbridge.io
542 stars 194 forks source link

SetJmp / LongJmp support #43

Open rtissera opened 10 years ago

rtissera commented 10 years ago

Hi,

Are the setjmp / longjmp functions supported ?

rtissera commented 10 years ago

I can't get them to work for some reason. At link time it fails with undefined symbols _sigsetjmp _siglongjmp and _sigaltstack. Should I link with "-pthread" ?

I'm trying to compile libco with sjlj method for info : http://byuu.org/programming/libco/

2014-02-08 8:48 GMT+01:00 Ye Liu notifications@github.com:

Yes.

Reply to this email directly or view it on GitHubhttps://github.com/adobe-flash/crossbridge/issues/43#issuecomment-34537999 .

cbakgly commented 10 years ago

They are not in pthread possibly. See libgcceh for details.