This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

building gcc-3.4 with mingw/msys


Hi

I've managed to get 3.4 built for ARM target using mingw/msys but the
resulting build seems to end up dependent on libiconv-2.dll which hasn't
been the case with the 3.3 series. I've been configuring as follows

target=arm-agb-elf
prefix=c:/devkitARM_3.4

../../gcc-3.4-20040218/configure \
	--enable-languages=c,c++ \
	--with-cpu=arm7tdmi\
	--enable-interwork --enable-multilib\
	--with-gcc --with-gnu-ld --with-gnu-as --with-stabs \
	--disable-shared --disable-threads --disable-win32-registry --disable-nls\
	--target=$target \
	--with-newlib \
	--prefix=$prefix -v\
	2>&1 | tee configure.log

can anyone shed any light on why this is happening?

Dave


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]