cross compile vim
run make install
the wrong strip is used and it errors
it should use the cross toolchain's strip, usually named -strip for example arm-unknown-linux-musl-strip
9.0.1090
OS: arch linux
Terminal: kitty
$TERM: xterm-kitty
Shell: zsh 5.9
cross compiling for arm-apple-darwin11 (iOS 5)
my temporary fix is a symlink in my path named strip that points to /usr/bin/true
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@brammool its to make packaging easy.
make DESTDIR=/some/dir install puts everything in the right places
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Well, you'll need to configure what strip to use then. So can't you use:
make STRIP=/bin/true DESTDIR=/some/dir install
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@chrisbra I could, but the configure script is supposed to automatically detect the strip command.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Seems to be fixed
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #11740 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()