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

Hi,

On Thu, 25 Sep 2003, Richard Pijnenburg wrote:

> i'm trying to compile mysql-4.0.15a on my server and i'm getting the
> folowing error:
>
> gcc -DDEFAULT_CHARSET_HOME=\"/usr/local/mysql\"
> -DDATADIR=\"/data/mysql\" -DSHAREDIR=\"/usr/local/mysql/share/mysql\"
> -DUNDEF_THREADS_HACK -DDONT_USE_RAID -DMYSQL_CLIENT -I. -I. -I..
> -I./../include -I../include -I./.. -I.. -I.. /usr/local/openssl/include
> -O3 -DDBUG_OFF -c libmysql.c -MT libmysql.lo -MD -MP -MF
> .deps/libmysql.TPlo  -fPIC -DPIC -o .libs/libmysql.lo
> gcc: cannot specify -o with -c or -S and multiple compilations
> make[2]: *** [libmysql.lo] Error 1
> make[2]: Leaving directory `/usr/local/src/web/mysql-4.0.15a/libmysql'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/web/mysql-4.0.15a'
> make: *** [all] Error 2
>
> my configure command is this:
>
> ./configure \
> --prefix=/usr/local/mysql \
> --localstatedir=/data/mysql \
> --enable-large-files \
> --with-innodb \
> --with-mysqld-user=mysql \
> --disable-maintainer-mode \
> --without-docs \
> --without-debug \
> --without-bench \
> --enable-assembler \
> --with-openssl=/usr/local/openssl \
> --with-openssl-includes=/usr/local/openssl/include \
> --with-openssl-libs=/usr/local/openssl/lib \
> --with-named-z-libs=/usr/local/zlib/lib

I think you need to install libtool to be able to successfully compile
this. Please give it a try.

Bye,
        LenZ
- -- 
 Lenz Grimmer <[EMAIL PROTECTED]>
 Senior Production Engineer
 MySQL GmbH, http://www.mysql.de/
 Hamburg, Germany

 For technical support contracts, visit https://order.mysql.com/?ref=mlgr
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE/c1b3SVDhKrJykfIRAt8+AJ48Y4CxHEjdLDZA7b0xVXn8/beTVwCbBVQQ
W3+jVl+iTSVKqDejinKXxVM=
=AEUA
-----END PGP SIGNATURE-----

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to