[PHP-INSTALL] cross compile php problems

2010-06-16 Thread andres felipe tamayo cortes
hi im tring to cross compile php with this command lines: export CROSS_COMPILE=arm-none-linux-gnueabi- export CC=${CROSS_COMPILE}"gcc" export CXX=${CROSS_COMPILE}"g++" ./configure --host=arm-linux --target=arm --with-libxml-dir=/opt/libxml --prefix=/opt/php but this its the mistake: cc1: war

Re: [PHP-INSTALL] don't get shared extension odbc compiled!

2010-06-16 Thread Tamer Higazi
By the way, the point is that everything is located in /usr/lib and /usr/include. I don't know why the hell this pecl extension is continuesly looking in /usr/local ... That's the riddle! Tamer Am 16.06.2010 22:38, schrieb Tamer Higazi: > Hi Hendrik! > I am not using a package based system, Gen

Re: [PHP-INSTALL] don't get shared extension odbc compiled!

2010-06-16 Thread Tamer Higazi
Hi Hendrik! I am not using a package based system, Gentoo uses sources compiles and installs them all respectively. Therefor all headers and libraries are in the system available. I double checked! Tamer Am 15.06.2010 14:54, schrieb Hendrik Schmieder: > Tamer Higazi schrieb: >> Hi people! >> I a