Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Unable to build static binary of tacc #98

Open
anup19 opened this issue Jul 27, 2017 · 1 comment
Open

Unable to build static binary of tacc #98

anup19 opened this issue Jul 27, 2017 · 1 comment

Comments

@anup19
Copy link

anup19 commented Jul 27, 2017

I'd like to create a static binary of tacc that would have all the shared libraries built into the binary. However, when I try to supply such arguments to ./configure, its not generating a static binary for tacc.

./configure --enable-static  && make && sudo make install

or

./configure LDFLAGS="-static" && make && sudo make install

did not help.

Any pointers on how to get a static tacc binary?

Thanks!

@daveolson53
Copy link

daveolson53 commented Jul 27, 2017 via email

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

No branches or pull requests

2 participants