Re: building under macosx
Chad Dougherty <
chad@...>
2005-08-04 15:14:55 GMT
On Thu, Aug 04, 2005 at 08:12:15AM +0100, Charles Forsyth wrote:
> >>from within emu to reinstall units.dis. I'm not sure what the
> >>underlying problem with the native limbo is there, but I noticed
> >>that it happens under linux too.
>
> i don't know. when you first mentioned it, i tried to reproduce it on all the linux
> systems i've got, but i haven't yet succeeded (or do i mean, failed?).
> i understand what the diagnostic might mean, but
> not how it gets into that state, or just why that particular file
the relevant specs for the systems that generate the error:
$ uname -a
Darwin apple.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005;
root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1666)
$ uname -a
Linux ubuntu 2.6.10-5-386 #1 Tue Apr 5 12:12:40 UTC 2005 i686 GNU/Linux
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls
--without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
if there are any other bits of information or tests that would help,
let me know.
> (presumably because it was built using yacc, but there are several others like that).
>
yeah, it had crossed my mind that it might be a yacc-induced error
but I don't know enough to say for sure.
-Chad