-
Notifications
You must be signed in to change notification settings - Fork 159
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
Compiling on macOS BigSur #5
Comments
I think this is a problem with your local headers and libraries. It's looking for |
I have Should I remove it to build ntfs-3g? Or give it some clue on where to find the lib? Update: This fixed it in my case:
|
Same issue here, seems like the build script does not look for libintl correctly. |
Hi I'm trying to compile tuxera's ntfs-3g by myself because homebrew has blocked all packages requiring FUSE.
So I tried these commands:
git clone https://github.com/tuxera/ntfs-3g.git ./autogen.sh ./configure make
but when running make it begins to compile but at the end it reports that:
Undefined symbols for architecture x86_64: "_libintl_setlocale", referenced from: _utils_set_locale in utils.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [ntfsfix] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
How can I solve that?
The text was updated successfully, but these errors were encountered: