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.
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.