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

Instead of --no-as-needed, properly sort out library dependencies #40

Open
neiser opened this issue Apr 20, 2017 · 0 comments
Open

Instead of --no-as-needed, properly sort out library dependencies #40

neiser opened this issue Apr 20, 2017 · 0 comments

Comments

@neiser
Copy link
Contributor

neiser commented Apr 20, 2017

Currently, we explicitly pass -Wl,--no-as-needed to ld to avoid linking errors to APLCONpp and to "dynamically" add physics classes at runtime (which are built as separate libraries, but still linked to Ant, see also #37 for a better implementation proposal).

After #37 is implemented, the proper library dependency could be implemented according to http://www.bnikolic.co.uk/blog/gnu-ld-as-needed.html

See also a03523f

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

No branches or pull requests

1 participant