------- Comment #2 from h dot m dot brand at xs4all dot nl  2010-04-30 09:15 
-------
I did state that I use gcc-4.2.4 as host compiler.

configure sequence:
--8<---
export LD_PXDB=/usr/bin/true

export CONFIG_SITE=
export CC=gcc
export CFLAGS="-mlp64 -fPIC"
export CCFLAGS="-mlp64 -fPIC"
export CXXFLAGS="-mlp64 -fPIC"
export PATH=/pro/3gl/GNU/gcc/bin:.:/usr/local/ia64/bin:/pro/local/bin
export PATH=$PATH"":/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/opt/langtools/bin
export PATH=$PATH"":/opt/imake/bin

rm -rf obj
mkdir obj
cd obj
../src/configure \
    --enable-languages=c,c++ \
    --prefix=/usr/local/ia64 --with-local-prefix=/usr/local/ia64 \
    --with-gnu-as --with-as=/usr/local/ia64/bin/as \
    --with-ld=/usr/ccs/bin/ld \
    --disable-shared \
    --disable-nls \
    --with-mpfr=/usr/local/ia64 \
    --with-gmp=/usr/local/ia64 \
    --with-mpc=/usr/local/ia64
-->8---

$ gcc -dumpversion
4.2.4


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43941

Reply via email to