On Sun, 3 May 2009, Allin Cottrell wrote:
There's one remaining issue with osx/fixlinks.sh -- the path
that
will be present in "auxiliary" libs such as libgmp and libmpfr.
This is given by the variable
AUXPATH="/usr/local/lib"
and this will have to be changed manually if it's not right.
That's now slightly improved: the script will respect a setting
for AUXPATH via an envionment variable (but will fall back on
/usr/local/lib if there's no setting). So:
AUXPATH=/some/place make osx-dist
(The trouble with edting fixlinks.sh is that it's a generated file
that will be over-written every time the configure script is run.)
Allin.