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

Build warnings "ar: u' modifier ignored since D' is the default (see `U')" #10

Open
p-alik opened this issue Aug 21, 2020 · 0 comments
Open

Comments

@p-alik
Copy link
Owner

p-alik commented Aug 21, 2020

Seems libtool.m4 sets ar parameters in a manner that causes the issue

grep cru m4/libtool.m4 
      echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
      $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
: ${AR_FLAGS=cru}

libtool.m4 it self isn't in the repo. bootstrap.sh put's it in.

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

1 participant