tuxera / ntfs-3g

NTFS-3G Safe Read/Write NTFS Driver
https://www.tuxera.com/company/open-source
GNU General Public License v2.0
994 stars 149 forks source link

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

Closed kanadgodse-lh closed 1 year ago

kanadgodse-lh commented 1 year ago

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

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 commented 1 year ago

Duplicate of issue https://github.com/tuxera/ntfs-3g/issues/5. Please check older issues before filing new ones.