I wonder if anybody tried to compile OpenSSH on PPC platform (or with any 
cross-compiler at all).
Here is what I'm trying to do:

export CFLAGS=""
export LDFLAGS=""
export CPPFLAGS=""
export CC=ppc_8xx-gcc
export LD=ppc_8xx-nm
export LD=ppc_8xx-ld
export AR=ppc_8xx-ar
export RANLIB=ppc_8xx-ranlib
export STRIP=ppc_8xx-strip
export CXX=ppc_8xx-g++
/configure --host=ppc-8xx-linux-gnu

And I receive message saying:
"cannot run test program while cross compiling".
What can I do (short of manually editing the configure script) ?

                        Thanks, Michael.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to