Sorry about possible double sending, I guess my first mail to this list didn&#39;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=&#39;/usr/bin/install --strip-program=${STRIP_<div id=":1w1">
PROGRAM}&#39; install-progs<br>
<br><br>The install step fails with next error message<br><br>[  0%] Performing install step for &#39;ppp&#39;<br>make: unrecognized option &#39;--strip-program=/opt/crosstool/gcc-3.4.5-glibc-2.3.6/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-strip&#39;&#39;<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>