[m-rev.] diff: document Alpha link problem
Simon Taylor
stayl at cs.mu.OZ.AU
Tue Apr 16 23:35:20 AEST 2002
On 16-Apr-2002, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> On 16-Apr-2002, Simon Taylor <stayl at cs.mu.OZ.AU> wrote:
> >
> > +++ README.OSF1 15 Apr 2002 06:07:39 -0000
> > @@ -31,3 +31,6 @@
> > is to link the program in question statically, or to run the program
> > with the environment variable LD_BIND_NOW set to a non-null value.
> >
> > +GNU strip does not work with Compaq Tru64 UNIX V5.1.
> > +If you get a message like "bash: Cannot allocate space for bss" when
> > +running a program, use the system's strip command, not GNU strip.
>
> This should start with "Version <N> of GNU strip ..."
> or "Some versions of GNU strip ...".
Index: README.OSF1
===================================================================
RCS file: /home/mercury1/repository/mercury/README.OSF1,v
retrieving revision 1.3
diff -u -u -r1.3 README.OSF1
--- README.OSF1 15 Apr 2002 06:08:18 -0000 1.3
+++ README.OSF1 16 Apr 2002 13:33:07 -0000
@@ -31,6 +31,6 @@
is to link the program in question statically, or to run the program
with the environment variable LD_BIND_NOW set to a non-null value.
-GNU strip does not work with Compaq Tru64 UNIX V5.1.
+Some versions of GNU strip do not work with Compaq Tru64 UNIX V5.1.
If you get a message like "bash: Cannot allocate space for bss" when
running a program, use the system's strip command, not GNU strip.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list