Re: Re: [9fans] Re: Plan 9 Port error in mpvecadd-Darwin.s on Leopard
On Nov 3, 2007 7:00 AM, David Leimbach <leimy2k@...> wrote:
>
> On Nov 3, 2007 6:43 AM, Charles Forsyth <forsyth@...> wrote:
> > i haven't got leopard installed yet.
> > what happens if you build the software with the following environment variable set?
> >
> > export MACOSX_DEPLOYMENT_TARGET=10.4
> >
> > (O'Caml people are also having trouble, and someone there suggested that,
> > so i was curious about it.)
> >
> >
>
> I'm actually doing a build with that right this moment.
>
Oh well...
[6:59] dave(mt64):~/work/plan9 %> export MACOSX_DEPLOYMENT_TARGET=10.4
[6:59] dave(mt64):~/work/plan9 %> ./INSTALL
* Resetting /Users/dave/work/plan9/config
* Building everything (be patient)...
>>> cd /Users/dave/work/plan9/src/cmd; mk all
9l -o o.hget hget.o
ld: in /Users/dave/work/plan9/lib/libmp.a(mpvecadd-Darwin.o), in
section __TEXT,__text reloc 1: bad pc-rel vanilla relocation length
collect2: ld returned 1 exit status
mk: 9l -o o.hget ... : exit status=exit(1)
mk: for i in ... : exit status=exit(1)