Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetJmp / LongJmp support #43

Open
rtissera opened this issue Feb 2, 2014 · 2 comments
Open

SetJmp / LongJmp support #43

rtissera opened this issue Feb 2, 2014 · 2 comments

Comments

@rtissera
Copy link

rtissera commented Feb 2, 2014

Hi,

Are the setjmp / longjmp functions supported ?

@rtissera
Copy link
Author

rtissera commented Feb 9, 2014

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 [email protected]:

Yes.

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

@cbakgly
Copy link
Contributor

cbakgly commented Feb 10, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants