Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 1997 18:23:16 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        chuckr@glue.umd.edu
Cc:        FreeBSD-Ports@freebsd.org, jdp@polstra.com
Subject:   Re: Fixing octave
Message-ID:  <199701130223.SAA04053@baloon.mimi.com>
In-Reply-To: <Pine.OSF.3.95.970112201718.13275B-100000@uplink.eng.umd.edu> (message from Chuck Robey on Sun, 12 Jan 1997 20:22:10 -0500 (EST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * ld: ../libcruft/libcruft.a(ddassl.o): RRS text relocation at 0x9cf37 for
 * "_do_fio"

Add -fpic to the cc command line of ddassl.o.  This fixed a similar
problem in msql.  I don't know why, it's not supposed to make any
difference since this is a static lib but it does.  Maybe John can
elaborate.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701130223.SAA04053>