From mboxrd@z Thu Jan 1 00:00:00 1970 From: jsauerborn@tmpwdirect.com To: gcc-help@gcc.gnu.org Subject: GCC installation Date: Thu, 01 Feb 2001 06:08:00 -0000 Message-id: X-SW-Source: 2001-02/msg00000.html I tried using 'make all' after searching through some GNU info, but I still get ERROR 134, as shown in the output below. Any help would be greatly appreciated! Jim Sauerborn TO : help-gnu-utils at gnu dot org Subject : GCC >From : jsauerborn at tmpwdirect dot com I hope this is the right group to send this to. The /usr/lib/dld.sl file mentioned in the attachment is the Dynamic Loader on our system. I am searching HP's IT Resource Center and GNU web pages for answers, but so far, no luck. Jim Sauerborn TO : gnu at gnu dot org Subject : GCC >From : jsauerborn at tmpwdirect dot com I am trying to install the GCC compiler on an HP 9000 running HP-UX 10.20. I installed the gnu 'make', after failing with the HP-UX 'make'. Now I have 'make' in /usr/local/bin, and all looks well. When I entered "/usr/local/bin/make bootstrap-lean from the gcc object directory, I got: # /usr/local/bin/make bootstrap-lean make[1]: Entering directory `/u/personal/aiwahash/gcc/gccobj/libiberty' make[2]: Entering directory `/u/personal/aiwahash/gcc/gccobj/libiberty/testsuite ' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/libiberty/testsuite' make[1]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/libiberty' make[1]: Entering directory `/u/personal/aiwahash/gcc/gccobj/texinfo' /usr/local/bin/make all-recursive make[2]: Entering directory `/u/personal/aiwahash/gcc/gccobj/texinfo' Making all in intl make[3]: Entering directory `/u/personal/aiwahash/gcc/gccobj/texinfo/intl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/texinfo/intl' Making all in lib make[3]: Entering directory `/u/personal/aiwahash/gcc/gccobj/texinfo/lib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/texinfo/lib' Making all in makeinfo make[3]: Entering directory `/u/personal/aiwahash/gcc/gccobj/texinfo/makeinfo' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/texinfo/makeinfo' make[2]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/texinfo' make[1]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/texinfo' Bootstrapping the compiler make[1]: Entering directory `/u/personal/aiwahash/gcc/gccobj/gcc' /usr/local/bin/make CC="cc" libdir=/usr/local/lib LANGUAGES="c " make[2]: Entering directory `/u/personal/aiwahash/gcc/gccobj/gcc' (cd intl && /usr/local/bin/make all) make[3]: Entering directory `/u/personal/aiwahash/gcc/gccobj/gcc/intl' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/gcc/intl' ./gencheck > tmp-check.h /usr/lib/dld.sl: Unresolved symbol: __main (code) from ./gencheck /bin/sh: 3389 Abort(coredump) make[2]: *** [s-check] Error 134 make[2]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/gcc' make[1]: *** [bootstrap-lean] Error 2 make[1]: Leaving directory `/u/personal/aiwahash/gcc/gccobj/gcc' make: *** [bootstrap-lean] Error 2 I am not familiar with the /usr/lib/dld.sl file, but it seems to be causing a problem. Any suggestions? Thanks for your help Jim Sauerborn