HP3000-L Archives

June 2000, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Gavin Scott <[log in to unmask]>
Reply To:
Gavin Scott <[log in to unmask]>
Date:
Fri, 30 Jun 2000 16:43:28 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (51 lines)
Daniel <[log in to unmask]> wrote:
: I'm working on MPE 5.5. I tried to compile and link some programs and am
: getting the following errors:

A few comments:

: shell/iX> make all
: g++     -Wall  -o /XHTR/PUB/es/lib/mpe/libeccStubs.sl \
:             ECCCurveFactory.o ECCKeyAgreement.o ECCPublicKey.o ECCKey.o
: ECCPriva teKey.o ECCStubs.o -L/XHTR/PUB/es/native/lib/mpe -larith
: -L/lib -lstdcxx

It's not specificly related to this problem, but recent gersions of GCC
no longer require you to explicitly reference the standard library
(-lstdcxx above) as they will automagically insert this for you so you
don't have to worry about it.

: Question 1:
: ==========
: Am I missing something.

There's nothing obvious that's missing from the listing you showed, but
it's hard to tell without looking into it a bit further.

: Question 2:
: ==========
: I recently installed GNUGCC. I read the following lines from
: READGU2.GNUCORE.FREEWARE. Can someone help me if this is correct and is
: still valid?

:         ln -s /usr/local/lib/gcc-lib/hppa1.0-hp-mpeix/2.6.3/libgcc.a
                                                        ^^^^^

It looks like you've got the GCC compiler from a very old FREEWARE tape.
This version is quite old and was one of the first ported to the 3000.
It is based on the older GNU source rather than the newer EGCS versions
of the compiler which are now standard.

I would *highly* recommend going to Jazz and picking up the current
GCC version, probably egcs-2.91.57.  There's a good chance that this will
fix both your current problem and several others that you don't know you
have yet :-)

<plug>
Further assistance with the compilers in the Gnu Compiler Collection
(GCC C, C++, etc.) on the HP e3000 is now available from Allegro.  You
can find out more details at www.allegro.com.
</plug>

G.

ATOM RSS1 RSS2