bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bash for cross-target


From: Yuri Karlsbrun
Subject: bash for cross-target
Date: Mon, 13 Feb 2006 11:09:52 -0800

Hi,

I build bash v3.1 for cross-target. I configured bash like this:

CC=<my_target_gcc> AR=<my_target_ar> RANLIB=<my_target_ranlib>
<bash-3.1_src/configure>/configure --host=<my_target> --target=<my_target>
--build=i686-pc-linux-gnu --disable-nls --prefix=<my_install_dir>

1. To complete build I had to comment out running test on cross-target.
2. Build picks up headers from /usr/include, not from the directory where
<my_target_gcc> is installed. I have no problem building applications for my
target using cross-target tool chain.

Do I miss something while configuring bash for cross-target?

Thank you,
        Yuri







reply via email to

[Prev in Thread] Current Thread [Next in Thread]