Sorry about possible double sending, I guess my first mail to this list didn't come through.<br><br>I try to cross compile ppp as an external project. The install command is<br><br>INSTALL_COMMAND<br> make BINDIR=${EXTERNAL_PREFIX}/bin MANDIR=${EXTERNAL_PREFIX}/man INSTALL='/usr/bin/install --strip-program=${STRIP_<div id=":1w1">
PROGRAM}' install-progs<br>
<br><br>The install step fails with next error message<br><br>[ 0%] Performing install step for 'ppp'<br>make: unrecognized option '--strip-program=/opt/crosstool/gcc-3.4.5-glibc-2.3.6/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-strip''<br>
<br>Is there any way to set a white space separated value for the make
inside the ExternalProject or should I use a separate script? Running
the build step directly in a shell works fine.<br><br>Thanks advanced<br><font color="#888888"><br>-Veijo</font></div>