Subject: qt-2.3.1 "assembler error"
To: None <port-hpcmips@netbsd.org>
From: Mattias Sandstrom <mattias@mattias.nu>
List: port-hpcmips
Date: 10/06/2004 02:07:04
hi,

sorry if this isn't the exact right list, but it's the only unix tech
group i feel comfortable posting to. ;-)

i'm trying to compile qt-2.3.1 on my mobilepro 770 (manually since the
pkgsrc is bloated as usual), and it seems to work (moc gets built just
fine) until:

g++  -c -I/usr/X11R6/include -I/usr/src/qt-2.3.1/include
-I/usr/X11R6/include -O2 -fPIC -DQT_BUILTIN_GIF_READER=0
-DQT_NO_IMAGEIO_JPEG -DQT_NO_IMAGEIO_MNG -DQT_NO_SM_SUPPORT
-fno-exceptions  -o tools/qjiscodec.o
/usr/src/qt-2.3.1/src/tools/qjiscodec.cpp
/var/tmp/ccHVCuVL.s: Assembler messages:
/var/tmp/ccHVCuVL.s:2684: Fatal error: /var/tmp/ccHVCuVL.s:2324: bad
return from bfd_install_relocation
*** Error code 1

i've found several references online to "mips gas", which i'm assuming
is the gnu assembler, being broken. is this my problem, and is there any
way i can fix it?

thanks,

	/matt