This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/18626] New: Bootstrap fails on HP-UX 11.11 without HP/ANSI C
- From: "harri dot pasanen at trema dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Nov 2004 14:03:54 -0000
- Subject: [Bug bootstrap/18626] New: Bootstrap fails on HP-UX 11.11 without HP/ANSI C
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
With
../gcc-3.4.3/configure -enable-languages=c,c++ --enable-threads=posix
--disable-nls --with-gnu-as --with-as=/opt/gcc34-64/bin/as
--with-ld=/usr/ccs/bin/ld --enable-shared --prefix=/opt/gcc34-64
--host=hppa64-hp-hpux11.11 --disable-checking
make bootstrap
fails eventually with
stage1/xgcc -Bstage1/ -B/opt/gcc34-64/hppa64-hp-hpux11.11/bin/ -g
-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition
-DHAVE_CONFIG_H -DGENERATOR_FILE -o genmodes \
genmodes.o errors.o ../libiberty/libiberty.a
ld: Unable to load shared library "/opt/langtools/lib/libcomp.sl"
Fatal error.
collect2: ld returned 1 exit status
/opt/langtools/lib/libcomp.sl is only available if the HP/ANSI C development
package is installed, which is not provided with the base operating system.
--
Summary: Bootstrap fails on HP-UX 11.11 without HP/ANSI C
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: harri dot pasanen at trema dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: hppa64-hp-hpux11.11
GCC host triplet: hppa64-hp-hpux11.11
GCC target triplet: hppa64-hp-hpux11.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18626