Hi all,

I'm trying to build the MySQL super-smack benchmarking tools. I'm getting
the following errors on make:

make  all-recursive
make[1]: Entering directory `/root/rpms/super-smack-1.0'
Making all in src
make[2]: Entering directory `/root/rpms/super-smack-1.0/src'
c++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c client.cc
c++ -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c die.cc
die.cc: In function `void die (int, char *, ...)':
die.cc:25: `exit' undeclared (first use this function)
die.cc:25: (Each undeclared identifier is reported only once for each
function it appears in.)
make[2]: *** [die.o] Error 1
make[2]: Leaving directory `/root/rpms/super-smack-1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/rpms/super-smack-1.0'
make: *** [all-recursive-am] Error 2

This is on a standard Red Hat 7.0 install and I have read the comment about
gcc in the INSTALL file, but I thought making sure that I have the latest
version of gcc (gcc-2.96-85), rather than downgrading to 2.95, would
suffice. Is this the problem, or something else?

Regards,

Basil Hussain
---------------------------------------
Internet Developer, Kodak Weddings
E-Mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
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

Reply via email to