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

how build ifuse with static library #89

Open
BlankConan opened this issue May 17, 2023 · 1 comment
Open

how build ifuse with static library #89

BlankConan opened this issue May 17, 2023 · 1 comment

Comments

@BlankConan
Copy link

i installed all dependencies throw MacPorts,and clone ifuse to local,then make it sucessed,but all dependencies used by .dyld

now, i want make it use static library, how to modify the .ac and .am file?

thanks!

Apple M1 Ventura 13.0.1

@XboxOneSogie720
Copy link

You should be able to do ./autogen.sh, then ./configure --enable-static --disable-shared, make, and sudo make install.

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

2 participants