This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Install problem on HP-UX 10.20




     Hello.  I'm having trouble installing egcs 1.1.1 on my HPUX 10.20 system.
I went through the FAQ and did a few searches in the mail archives, but no
dice.

     Make bootstrap worked just fine and so did make check, as far as I can 
tell.  This is my first build of egcs, so there's a good chance I'm missing 
something.  When trying to make install as root I got:

# make install
        /bin/sh ../egcs/mkinstalldirs /usr/local  /usr/local
        rm -f cpp
        ln cccp cpp
        cc  -DIN_GCC    -g   -DHAVE_CONFIG_H -DHAIFA  -o genextract \
         genextract.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `   ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
/usr/ccs/bin/ld: Unsatisfied symbols:
   __main (code)
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
#

System:

HP-UX cheops B.10.20 A 9000/715

     The SED patch has been installed.

     Configure options:

# This directory was configured as follows:
../egcs/configure --with-gcc-version-trigger=/usr/local/src/egcs/gcc/version.c -
-host=hppa1.1-hp-hpux10.20 --enable-shared --with-gnu-as --norecursion
# using "mh-frag" and "mt-frag"


     Any hits?  Thanks!

Chris...

-- 
What's the point?

PGP fingerprint: 063FCE320681C336  78C164FC9B2F91EA


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]