Subject: Re: SLIME and XEmacs
From: rpw3@rpw3.org (Rob Warnock)
Date: Thu, 25 Aug 2005 23:06:14 -0500
Newsgroups: comp.lang.lisp
Message-ID: <lsednZ2dnZ2FHIL3nZ2dnasIk96dnZ2dRVn-0p2dnZ0@speakeasy.net>
ovrskeekspam@mac.com <ovrskeekspam@mac.com> wrote:
+---------------
| Bernard Fischer wrote:
| > 127.0.0.1/\220^YG^H no address associated with nodename.
| 
| I hit the same problem, after upgrading to OS X 10.4. For me it was
| a gcc issue, the newer version of gcc in 10.4 was emiting bad code.
| Try configuring your xemacs build with:
|     --cflags="-g"
| and rebuilding. That fixed things for me.
+---------------

Hmmm... This sounds like a classic problem that used to occur with
GCC passing small structs differently from the compiler used to
compile the system's LIBC. The same thing happened some years back
on SGI's Irix when users were trying to use GCC. (*google* *google*)...

Aha! Found it. See <http://www.gnu.org/software/gcc/gcc-3.4/mips-abi.html>
for the GCC 3.4 situation on the MIPS ABI, especially the older
issues "B" & "E". The problem Bernard Fischer writes about sounds
like a case I remember of "E" when calling "gethostbyname()" from GCC.

I don't know if OS-X has any similar issues, but it might...


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607