tuxera/ntfs-3g

the Makefile ignores prefix for ntfsprogs (?)

zielony12 opened this issue · 1 comments

$ ./autogen.sh
$  CC=~/i686-linux-musl-cross/bin/i686-linux-musl-gcc ./configure --host=i686-linux-musl --prefix=~/sysroot/
$ make -j 8
$ make install

build.log

Am I doing anything wrong?

My bad. It seemed too obvious for me. I started reading the build instructions right after I added the issue and It suggests to run ./configure --help and it indeed helped. My problem was that I didn't set the exec-prefix flag. Once again, sorry.