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

Fix parrot build problem on NetBSD (building of dyncall failed) #183

Merged
merged 2 commits into from Sep 19, 2014

Conversation

usev6
Copy link
Contributor

@usev6 usev6 commented Sep 19, 2014

With these two patches I was able to build parrot and perl6-p on NetBSD.

Dyncall v 0.8 simplified the build process (with make), so that we don't have to look for a specific BSDmakefile.
In addition dyncall needs CFLAGS=-fPIC to build.

Dyncall v0.8 no longer uses a specific makefile for BSD (compare ChangeLog).
This fixes a build problem on NetBSD.
It's the same fix as in commit 5ed99d2 for FreeBSD.
OpenBSD does not need CFLAGS=-fPIC (was able to build parrot and perl6-p on OpenBSD 5.5).
FROGGS added a commit that referenced this pull request Sep 19, 2014
Fix parrot build problem on NetBSD (building of dyncall failed)
@FROGGS FROGGS merged commit 4c831a3 into Raku:master Sep 19, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants