bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filename completion


From: Rob Savoye
Subject: Re: filename completion
Date: Sat, 27 Oct 2001 14:24:39 -0600
User-agent: Mutt/1.2i

On Sat, Oct 27, 2001 at 09:44:08AM +0200, Eli Zaretskii wrote:

> This is complete nonsense.  Something is terribly broken.
 
  Yep. I have more info, now that I've managed to get it to work.

> We had a similar problem with someone during the pretest.  I think the
> reason was that the `readdir' library function was completely broken
> on his system.  Could it be that you have some problem with your C
> library, maybe it doesn't match the version of your OS kernel or
> something?

  It turns out, at least on RedHat 6.2, that GCC 3.x must be used. For some
reason gcc 2.95.3 seems to produce an error someplace. The only difference I
could find is that for gcc 2.95.3, mkstemp() is found by configure, but
not by gcc. So I had to hack HAVE_MKSTEMP to be undefined.

  Using gcc 3.1, everything configures, builds, and runs fine. So I'm happy.

        - rob -



reply via email to

[Prev in Thread] Current Thread [Next in Thread]