Bug #8979 | Build defect disables RAID feature for max builds | ||
---|---|---|---|
Submitted: | 5 Mar 2005 16:14 | Modified: | 16 Mar 2005 19:25 |
Reporter: | Kent Boortz | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | all | OS: | Any (all) |
Assigned to: | CPU Architecture: | Any |
[5 Mar 2005 16:14]
Kent Boortz
[5 Mar 2005 21:10]
Kent Boortz
It is tempting to use the only documented way I can find on http://www.gnu.org/software/automake/manual/html_mono/automake.html To add to "isam/Makefile.am" the line isamchk_LINK = $(CXXLD) -o $@ Trouble is, this will bypass libtool, i.e. it will not give a command line similar to what automake would give for a C++ link. This is a defect in automake I think, that the only way to specify what linker to use, is that there is a C++ file in the 'isamchk_SOURCES' define. Ugly, but we could of course rename "isamchk.c" to "isamchk.cc" or link with a dummy C++ file.
[16 Mar 2005 19:25]
Brian Aker
Almost no one uses this. We will remove it in 5.1. Agreement came from Monty, Brian, and Peter Z.
[16 Mar 2005 19:35]
Brian Aker
Sorry, we will remove this in 5.0.