>>>>> "Douglas" == Douglas B Jones <douglas@stripped>
> writes:
Douglas> Hi,
Douglas> I have tried to compile mysql-4.22.21 on Digital Unix 4.0e patch level 1
Douglas> at least three different ways according to the instructions. Here are some
Douglas> stats on the compilers:
Douglas> gcc 2.8.1
Douglas> /usr/bin/cc DEC C V5.8-009 on Digital UNIX V4.0 (Rev. 1091)
Douglas> /usr/bin/cxx DIGITAL C++ V6.1-029 on DIGITAL UNIX V4.0 (Rev. 1091)
<cut>
Hi!
It looks like there problem has to do with libtool and symbolic
linking and not with our compiler.
Can you try adding the parameters:
--with-mysqld-ldflags=-all-static --disable-shared
to configure.
Regards,
Monty