Hi!
Am Di, den 15.03.2005 schrieb Heikki Tuuri um 8:21:
> Douglas,
>
> - Original Message -
> From: ""Douglas B. Jones"" <[EMAIL PROTECTED]>
> Newsgroups: mailing.database.myodbc
> Sent: Monday, March 14, 2005 11:19 PM
> Subject:
Douglas,
- Original Message -
From: ""Douglas B. Jones"" <[EMAIL PROTECTED]>
Newsgroups: mailing.database.myodbc
Sent: Monday, March 14, 2005 11:19 PM
Subject: compilation problems with 4.1.10a on Tru64 5.1
Here is the script to compile 4.1.10a, it wor
Here is the script to compile 4.1.10a, it worked compiled fine
with the directory changed on 4.0.23a and before:
#!/usr/bin/ksh
PATH=/usr/local/bin:"$PATH"
export PATH
echo $PATH
D=mysql-4.1.10a
CC="cc"
export CC
CXX="cxx -O"
export CXX
cd $D
./configure \
--prefix=/usr/local/mysql-test\