We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect assumption https://github.com/perl6/nqp/blob/master/Configure.pl#L131
When loading C library following error occurs:
dyld: Symbol not found: _dlLoadLibrary Referenced from: /Users/bbkr/Developer/rakudo/install/lib/parrot/5.2.0-devel/dynext/nqp_dyncall_ops.bundle Expected in: flat namespace
The text was updated successfully, but these errors were encountered:
What would be a better assumption?
Sorry, something went wrong.
maybe run uname -a in case of darwin?
uname -a
The output of ld with no arguments on OS X will tell you what you want to know:
ld
$ ld ld: warning: -arch not specified ld: warning: -macosx_version_min not specificed, assuming 10.7 ld: no object files specified for inferred architecture x86_64
c557c27
No branches or pull requests
Incorrect assumption
https://github.com/perl6/nqp/blob/master/Configure.pl#L131
When loading C library following error occurs:
The text was updated successfully, but these errors were encountered: