Hi, bwellsnc! On Jul 20, bwellsnc wrote:
This is the error I am getting:
#define PACKAGE_BUGREPORT "" #define PACKAGE "mysql" #define VERSION "5.2.7-MariaDB"
configure: exit 77
you need to look further up. At the end of the log configure dumps the environment - various defines. Scroll up until you see the command that fails. Or start from the top and scroll down until you see the environment dump, the failed command should be right above.
On Wed, Jul 20, 2011 at 5:58 AM, Sergei Golubchik <serg@askmonty.org> wrote:
Hi, bwellsnc!
On Jul 19, bwellsnc wrote:
I have gone over every document concerning building mariadb using src rpm. I am trying to build mariadb against RHEL 6. I have run rpmbuild against the src rpm and I get this error everytime:
error: configure: error: C compiler cannot create executables
In the source directory you can find config.log file. And in it you will find the reason for this error.
Regards, Sergei
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
Regards, Sergei