-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 3 Feb 2003 [EMAIL PROTECTED] wrote:

> Quoting [EMAIL PROTECTED]:
> Also, I used this command:
>
> CC="cc -pthread" CXX="cxx -pthread -O" \
>      ./configure --with-named-thread-libs="-lpthread -lmach -lexc -lc"

This is the configure line I use on our Tru64 5.1 build host to create the
4.0 "standard" binary:

CC="cc -pthread" CFLAGS="-O4 -ansi_alias -ansi_args -fast -inline speed -speculate 
all" CXX="cxx -pthread" CXXFLAGS="-O4 -ansi_alias -fast -inline speed -speculate all 
-noexceptions -nortti" ./configure --prefix=/usr/local/mysql 
--with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile 
--with-prefix=/usr/local/mysql --with-named-thread-libs="-lpthread -lmach -lexc -lc" 
--disable-shared --with-mysqld-ldflags=-all-static --with-innodb

$ cc -V
Compaq C V6.3-029 on Compaq Tru64 UNIX V5.1 (Rev. 732)
Compiler Driver V6.3-029 (sys) cc Driver
$ cxx -V
DIGITAL C++ V6.1-027 on DIGITAL UNIX V5.1 (Rev. 732)

Bye,
        LenZ
- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /      Mr. Lenz Grimmer <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__     MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/     Hamburg, Germany
       <___/   www.mysql.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+QL9gSVDhKrJykfIRAkw/AJ0bofYcCYrJndg61BSLVpNr9O3sFwCfWoXy
s8x98SKFGIyH+vBdScM48hw=
=ToBy
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to