HP3000-L Archives

October 2000, Week 2

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:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Sat, 14 Oct 2000 11:25:27 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
Gavin Scott wrote:
>
> daniel writes:
> > LinkEd> addxl (./vnm9041s.o , ./vnm9042s.o) , ./libespeakXL.sl
> > ;merge;rl=/lib/libc.a
> > OBJECT FILE "./vnm9041s.o" MUST HAVE FILECODE NMOBJ OR NMRL  (LINKERR 1023)
> > LINK FAILED  (LINKERR 1116)
> > 0 OBJECT FILES HAVE BEEN ADDED.
>
> This is a known problem with LINKEDIT.  What MPE version are you on?  If
> it's 6.0, the fix is to install patch LNKLX32B , available from the usual
> sources (/mpe-ix_patches/c.55.00/LNKLX32B on us-ffs.external.hp.com etc.).

As a workaround, you might be able to do:

file a=./vnm9041s.o
file b=./vnm9042s.o
file c=./libespeakXL.sl
file d=/lib/libc.a
linkedit
addxl (*A,*B),*C;merge;rl=*D

- Mark B.

ATOM RSS1 RSS2