Re: compiling mlvm: error rebuilding libjava.dylib

2010-01-18 Thread Christian Thalinger
On Mon, 2010-01-18 at 15:09 -0500, Stephen Bannasch wrote: > >On Mon, 2010-01-11 at 10:32 -0500, Stephen Bannasch wrote: > >> >I've never seen this error. What happens when you try to print the > >> >archive contents manually (with: ar t )? > >> > >> $ ar -t > >> java/src/bsd-port/build/bsd-i586/

Re: compiling mlvm: error rebuilding libjava.dylib

2010-01-18 Thread Stephen Bannasch
>On Mon, 2010-01-11 at 10:32 -0500, Stephen Bannasch wrote: >> >I've never seen this error. What happens when you try to print the >> >archive contents manually (with: ar t )? >> >> $ ar -t java/src/bsd-port/build/bsd-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a >> k_standard.o >> k_rem_pio2.o >> k_c

Re: compiling mlvm: error rebuilding libjava.dylib

2010-01-11 Thread Christian Thalinger
On Mon, 2010-01-11 at 10:32 -0500, Stephen Bannasch wrote: > >I've never seen this error. What happens when you try to print the > >archive contents manually (with: ar t )? > > $ ar -t java/src/bsd-port/build/bsd-i586/tmp/java/fdlibm/obj/libfdlibm.i586.a > k_standard.o > k_rem_pio2.o > k_cos.o >

Re: compiling mlvm: error rebuilding libjava.dylib

2010-01-11 Thread Stephen Bannasch
>On Sat, 2010-01-09 at 16:52 -0500, Stephen Bannasch wrote: >> I'm getting an error re-building mlvm on MacOS 10.5.8 (haven't tried it on >> another os yet). >> >> I'm using this script when I rebuild: http://gist.github.com/243072 >> >> This build script last worked fine at the end of November --

Re: compiling mlvm: error rebuilding libjava.dylib

2010-01-11 Thread Christian Thalinger
On Sat, 2010-01-09 at 16:52 -0500, Stephen Bannasch wrote: > I'm getting an error re-building mlvm on MacOS 10.5.8 (haven't tried it on > another os yet). > > I'm using this script when I rebuild: http://gist.github.com/243072 > > This build script last worked fine at the end of November -- the

compiling mlvm: error rebuilding libjava.dylib

2010-01-09 Thread Stephen Bannasch
I'm getting an error re-building mlvm on MacOS 10.5.8 (haven't tried it on another os yet). I'm using this script when I rebuild: http://gist.github.com/243072 This build script last worked fine at the end of November -- the only changes I have made since then are to console output. After fini