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

Unable to compile ntfs-3g under macOS Monterey 12.6.1 (x86_64 or arm64) #68

Closed
kanadgodse-lh opened this issue Dec 8, 2022 · 1 comment

Comments

@kanadgodse-lh
Copy link

I am trying to compile ntfs-3g from source on my MacBook Pro M1 running macOS Monterey 12.6.1 but it's failing with the same error for both x86_64 and arm64 architectures:

arm64:
Undefined symbols for architecture arm64:
"_libintl_setlocale", referenced from:
_utils_set_locale in utils.o
ld: symbol(s) not found for architecture arm64

x86_64:
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

I have already installed the following build tools

  • Xcode and it's command line tools
  • Brew and the following packages: automake, libtool, libgcrypt, pkg-config
  • MacFUSE v4.4.1

Can someone please tell me how to proceed ahead?

P.S:

I am just downloading the tar.gz file, running autoconfig.sh, then ./configure but the make command is what's failing.

@unsound
Copy link
Member

unsound commented Dec 8, 2022

Duplicate of issue #5. Please check older issues before filing new ones.

@unsound unsound closed this as completed Dec 8, 2022
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