emacs-devel
[Top][All Lists]
Advanced

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

Re: git+master: c6e6503900534d939dd94b812563c27f22c49b7d crash when usin


From: Eli Zaretskii
Subject: Re: git+master: c6e6503900534d939dd94b812563c27f22c49b7d crash when using gnus
Date: Sun, 29 Apr 2018 18:09:59 +0300

> From: Uwe Brauer <address@hidden>
> Cc: Uwe Brauer <address@hidden>, address@hidden
> Date: Sun, 29 Apr 2018 16:54:03 +0200
> 
> I restarted my laptop and then
> 
> Just typed (using tcsh shell)
>  ./configure CFLAGS='-O0 -g3' --enable-checking='yes,glyphs' 
> --enable-check-lisp-object-type --prefix=/opt/emacs27 --wi
> th-x-toolkit=athena --with-mailutils
> 
> 
> And that worked.
> 
> I could compile emacs succesfully. So maybe I owe you an apology. But
> think if I am correct that should be written in src/DEBUG:
> 
> The line reads
> 
>   CFLAGS='-O0 -g3' ./configure --enable-checking='yes,glyphs' 
> --enable-check-lisp-object-type
> 
> When I run it I obtain
> 
> CFLAGS=-O0 -g3: Command not found.

Maybe this is something specific to tcsh.  The command is written for
Bourne-shell compatible shells, AFAIU.

>    > You should type literally the command as written in DEBUG.
> 
> Not for me. Ok I just checked it seems to work for the bash shell. In
> that case still a correction should be in place. Don't you think so.

I'm not sure the script will work for non-Bourne shells, but I'm not
an expert on that.



reply via email to

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