help-hurd
[Top][All Lists]
Advanced

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

Re: odd console switching behavior


From: Alfred M. Szmidt
Subject: Re: odd console switching behavior
Date: Mon, 23 Feb 2004 08:46:08 +0100 (MET)

   because i have a hard time compiling all the Hurd servers from CVS
   (i quit after the make error on exec).

Please report the exact error in the future.

Anyway, you have two choices, either update libc (the correct way), or
apply this to your tree (the hacked way).

*** exec.c.~1.88.~        Thu Feb 12 02:29:06 2004
--- exec.c      Thu Feb 12 22:44:47 2004
***************
*** 40,45 ****
--- 40,51 ----
  #include <sys/param.h>
  #include <unistd.h>
  
+ #include <elf.h>
+ 
+ #ifndef PT_GNU_STACK
+ #define PT_GNU_STACK    0x6474e551      /* Indicates stack executability */
+ #endif
+ 
  mach_port_t procserver;    /* Our proc port.  */
  
  /* Standard exec data for secure execs.  */




reply via email to

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