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

Re: more does not work...



On Tue, 4 May 1999, Gergely Madarasz wrote:

> It seems more wants to execute the environment, it does some really
> strange things, then gets a segfault... here is the output:

Got it... while compiling it complained about some incompatible pointer
types with tcsetattr and tcgetattr, and I found the following in the
source:
#if defined linux && defined sparc
# include <termio.h>   /* sparclinux termios is broken (as of 2.0.33) !!! */
# undef TCGETS         /* -> revert back to termio */
# undef TCSETSF
# define TCGETS TCGETA
# define TCSETSF TCSETAF
# define termios termio
#else
# include <termios.h>
#endif

This seems to break more completely... this patch is added by the debian
diff.gz, and should be removed.

-- 
Madarasz Gergely           gorgo@caesar.elte.hu         gorgo@linux.rulez.org
      It's practically impossible to look at a penguin and feel angry.
          Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
                    HuLUG: http://mlf.linux.rulez.org/


Reply to: