-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
AIX 7.2 missing vasprintf() #1908
Comments
Following fixes the build on AIX
and rebuild
|
Thanks for submitting this issue and a proposed solution. The problem appears very similar to what we see on Solaris, which is solved with this code in def solaris?
RbConfig::CONFIG['target_os'] =~ /solaris/
end
...
if solaris?
$CFLAGS << " -DUSE_INCLUDED_VASPRINTF"
end Can you please tell me what the value of |
bash-5.0# cat test.rb |
This should be fixed in v1.11.0.rc2 when it comes out. |
Compilation finishes on AIX 7.2 via Ruby gems (both 2.5.0 and 2.6.0) and GCC 8.1.0
Execution of the compiled gem however fails on AIX 7.2
The text was updated successfully, but these errors were encountered: