From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Schein To: gdb@sourceware.cygnus.com Subject: 64bit on HPUX 11.0 Date: Mon, 20 Aug 2001 16:08:00 -0000 Message-id: <20010820190949.N1214@mailhub.txc.com> X-SW-Source: 2001-08/msg00157.html Hi, my config.guess returns hppa2.0w-hp-hpux11.00, however when I build gdb-5.0 for this target, I can't debug 64bit ELF binaries. even though the gdb binary itself is 64bit: % file gdb/gdb gdb/gdb: ELF-64 executable object file - PA-RISC 2.0 (LP64) Is there anything I'm missing? Thanks Igor