Quoting Lenz Grimmer <[EMAIL PROTECTED]>:

Lenz:
# cc -V
Compaq C V6.4-014 on Compaq Tru64 UNIX V5.1A (Rev. 1885)
Compiler Driver V6.4-215 (sys) cc Driver
# cxx -V 
ksh: cxx:  not found
=============================================

I couldn't find standard source so I used the gamma source. I'm getting further 
but it still won't install. Below is last output of make:

creating libmysqlclient.la
(cd .libs && rm -f libmysqlclient.la && ln -s ../libmysqlclient.la 
libmysqlclient.la)
make[2]: Leaving directory `/usr/install/newstuff/mysql-4.0.10-gamma/libmysql'
Making all in client
make[2]: Entering directory `/usr/install/newstuff/mysql-4.0.10-gamma/client'
source='mysql.cc' object='mysql.o' libtool=no \
depfile='.deps/mysql.Po' tmpdepfile='.deps/mysql.TPo' \
depmode=none /bin/ksh ../depcomp \
cxx -pthread -DUNDEF_THREADS_HACK -I. -I. -I.. -I./../include -I../include -
I./.. -I.. -I..     -O -DDBUG_OFF -O4 -ansi_alias -fast -inline speed -
speculate all -noexceptions -nortti  -DUNDEF_HAVE_GETHOSTBYNAME_R -c -o mysql.o 
`test -f mysql.cc || echo './'`mysql.cc
../depcomp[402]: cxx:  not found
make[2]: *** [mysql.o] Error 127
make[2]: Leaving directory `/usr/install/newstuff/mysql-4.0.10-gamma/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/install/newstuff/mysql-4.0.10-gamma'
make: *** [all] Error 2


> -----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-----
> 
> 




-------------------------------------------------
Get a Room at http://www.lodging.com



---------------------------------------------------------------------
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