This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Fw: gcc-3.01: non-virtual thunk on hp-ux 10.20
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: Fw: gcc-3.01: non-virtual thunk on hp-ux 10.20
- From: "Martin Gansser" <mgansser at ngi dot de>
- Date: Thu, 8 Nov 2001 18:58:54 +0100
- Cc: "Gansser, Martin" <MGansser at rand dot de>
gcc-3.01: non-virtual thunk on hp-ux 10.20Hi,
I want build abiword on hp-ux 10.20 with gcc-3.0.1, but the following
error appears:
Not linking dynamic
/users/mgansser/GNU/abi/src/HP_B.10.20_9000-785_OBJ/bin/AbiWord_d
UNIX_CAN_BUILD_DYNAMIC not defined for this platform.
Linking static
/users/mgansser/GNU/abi/src/HP_B.10.20_9000-785_OBJ/bin/AbiWord_s
collect2: ld terminated with signal 10 [Bus error]
/usr/ccs/bin/ld: Unsatisfied symbols:
non-virtual thunk to IE_Imp_AbiWord_1::startElement(char const*, char
const**)(data)
non-virtual thunk to XAP_DiskStringSet::charData(char const*, int)(data)
non-virtual thunk to IE_Imp_XML::charData(char const*, int)(data)
non-virtual thunk to IE_Imp_AbiWord_1::endElement(char const*)(data)
non-virtual thunk to XAP_DiskStringSet::startElement(char const*, char
const**)(data)
non-virtual thunk to XAP_DiskStringSet::endElement(char const*)(data)
gmake[4]: ***
[/users/mgansser/GNU/abi/src/HP_B.10.20_9000-785_OBJ/bin/AbiWord_s] Error
Systeminfo:
OS: hp-ux 10.20
gcc: 3.01
glib-1.2.10
gtk+-1.2.10
the temporäry solution is at the moment, use gcc-2.95
any help ?
thanks Martin Gansser