3 messages in com.mysql.lists.bugsRe: hundreds of undefined references ...
FromSent OnAttachments
William Barber08 Jul 2002 15:22 
Sinisa Milivojevic09 Jul 2002 05:37 
Michael Widenius23 Jul 2002 14:45 
Subject:Re: hundreds of undefined references from innobase when linking mysql (fwd)
From:Michael Widenius (mon@mysql.com)
Date:07/23/2002 02:45:54 PM
List:com.mysql.lists.bugs

Hi!

"Sinisa" == Sinisa Milivojevic <sin@mysql.com> writes:

Sinisa> Looks to me like potential problems with GNU software versions you are Sinisa> using.

Sinisa> Start from a fresh tarball and run:

Sinisa> automake Sinisa> autoconf Sinisa> ./configure .. with the above options Sinisa> make

Just a note about this.

With a fresh tarball, you should NOT use automake or autoconf, but just run configure and make.

For William I can only recommend to use our binaries if he can't get this to work. (The standard binary distribution should work ok in this case)

Before releasing a MySQL source release, we have test-compiled it on many different platforms. This means that when there is some problem compiling MySQL, the problem is usually that the target system is wrongly configured in some way.

In this case it could be a Debian problem; We have recently been emailed about another compile problem with 3.23.51 on Debian and we will solve this in the next release.

Regards, Monty