10 messages in com.mysql.lists.packagersCompile error of last version
FromSent OnAttachments
Mauro Sacchetto08 Dec 2005 13:02 
Lenz Grimmer09 Dec 2005 09:12 
Mauro Sacchetto09 Dec 2005 09:26 
Mauro Sacchetto09 Dec 2005 16:41 
Mauro Sacchetto10 Dec 2005 04:45 
Tom Lane10 Dec 2005 08:29 
Lenz Grimmer12 Dec 2005 05:40 
Lenz Grimmer12 Dec 2005 05:48 
Tom Lane12 Dec 2005 14:07 
Lenz Grimmer12 Dec 2005 23:56 
Subject:Compile error of last version
From:Mauro Sacchetto (maur@alice.it)
Date:12/08/2005 01:02:38 PM
List:com.mysql.lists.packagers

I'm trying to compile mysql normal on a Slackware 10.2. All seems to work fine in the first part of compilation, but at the end I receive this error message:

=============================================== In file included from /usr/include/asm/atomic.h:6, from ../include/my_global.h:309, from mysys_priv.h:17, from my_new.cc:22: /usr/include/asm/processor.h: In function `void set_in_cr4(long unsigned int)': /usr/include/asm/processor.h:235: error: `read_cr4' undeclared (first use this function) /usr/include/asm/processor.h:235: error: (Each undeclared identifier is reported only once for each function it appears in.) /usr/include/asm/processor.h:237: error: `write_cr4' undeclared (first use this function) /usr/include/asm/processor.h: In function `void clear_in_cr4(long unsigned int) ': /usr/include/asm/processor.h:246: error: `write_cr4' undeclared (first use this function) make[1]: *** [my_new.o] Error 1 make[1]: Leaving directory `/tmp/mysql-5.0.16/mysys' make: *** [install-recursive] Error 1 =============================================== I'm using a kernel 2.6.14.3. Any suggestion? Thanx!

MS