Hello,
FreeBSD v 4.xx - O/S on i386 architecture, installing from source vers 4.0.12
configure commands ==>
./configure --prefix=/usr/local/mysql \
--enable-assembler \
--with-mysqld-ldflags=-all-static \
--localstatedir=/disk2/db/mysql \
CXX="gcc" \
CFLAGS="-03" \
CXXFLAGS="-03 -felide-constructors -fno-exceptions -fno-rtti"
Configure completed apparently OK!
make install ==>
several instances of "gcc: unrecognized option `-03' "
culminating with
gcc: unrecognized option `-03'
/usr/lib/libz.a(inflate.o): In function `inflateEnd':
inflate.o(.text+0x8d): undefined reference to `inflate_blocks_free'
*** Error code 1
Stop in /disk2/db/mysql/mysql-4.0.12/sql.
*** Error code 1
Stop in /disk2/db/mysql/mysql-4.0.12/sql.
*** Error code 1
Stop in /disk2/db/mysql/mysql-4.0.12.
Sugestions & advise needed
Thanks
-- Joe --
PS: I do have inflate.o at ==>
/usr/local/gcc-3.2.2/zlib/inflate.o
/usr/local/gcc-3.2.2/i386-unknown-freebsd4.2/zlib/.libs/inflate.o
/usr/local/gcc-3.2.2/i386-unknown-freebsd4.2/zlib/inflate.o
/usr/home/joem/obj/zlib/inflate.o