Re: NEW MAKE BUG? sigcontext.h

2001-04-04 Thread oltra jean-michel

On Mon, 2 Apr 2001, Derek Sivers wrote:

 Date: Mon, 02 Apr 2001 19:42:18 -0700
 From: Derek Sivers [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: NEW "MAKE" BUG? sigcontext.h
 
 Doing a "make" on the newest MySQL stable 3.23.36 source tarball - on a 
 stock Cobalt RaQ3 (Linux 386) which I've installed MySQL on many times before.
 
 Got this strange error:
 
 
 gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -I./../include -I./.. -I..-O6 
 -DDBUG_OFF   -c readline.c
 
 In file included from /usr/include/signal.h:300,
   from readline.c:50:
 
 /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
 
 
 
 Anyone know what it means?  How would you debug this?
 
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 
Bonjour,

1st possibility
/usr/include/linux/ and /usr/include/asm/ must be linked to
/usr/src/linux/include/linux/ and /usr/src/linux/include/asm/
 
2nd possibility
if sigcontext.h really exists, this file is not in /usr/include/bits/
where make is searching for it.
ah +
 
jm oltra


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: NEW MAKE BUG? sigcontext.h

2001-04-03 Thread Gerald Clark

Derek Sivers wrote:
 
 Doing a "make" on the newest MySQL stable 3.23.36 source tarball - on a
 stock Cobalt RaQ3 (Linux 386) which I've installed MySQL on many times before.
 
 Got this strange error:
 
 gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -I./../include -I./.. -I..-O6
 -DDBUG_OFF   -c readline.c
 
 In file included from /usr/include/signal.h:300,
   from readline.c:50:
 
 /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory
 
 Anyone know what it means?  How would you debug this?
 


perhaps /usr/src/linux is not linked to an actual source tree?

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




NEW MAKE BUG? sigcontext.h

2001-04-02 Thread Derek Sivers

Doing a "make" on the newest MySQL stable 3.23.36 source tarball - on a 
stock Cobalt RaQ3 (Linux 386) which I've installed MySQL on many times before.

Got this strange error:


gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -I./../include -I./.. -I..-O6 
-DDBUG_OFF   -c readline.c

In file included from /usr/include/signal.h:300,
  from readline.c:50:

/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory



Anyone know what it means?  How would you debug this?


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php