Re: Oddity with building 3.23.38 on Tru64 4.0f

2001-06-20 Thread Timothy Smith
On 2001 Jun 20, Michael Widenius <[EMAIL PROTECTED]> wrote: > > Tim, what do you think if we rename our own copy of bdb with 'libmy-bdb' > just to ensure that we link with our copy of bdb ? I think this is a good idea. libdb is everywhere, and it's too easy to make a mistake. I'll add it to my

Re: Oddity with building 3.23.38 on Tru64 4.0f

2001-06-20 Thread Michael Widenius
Hi! Tim, what do you think if we rename our own copy of bdb with 'libmy-bdb' just to ensure that we link with our copy of bdb ? Regards, Monty > "Dave" == Dave FitzPatrick <[EMAIL PROTECTED]> writes: Dave> On 19 Jun 2001, at 13:36, Sinisa Milivojevic <[EMAIL PROTECTED]> wrote: >> Dave Fi

Re: Oddity with building 3.23.38 on Tru64 4.0f

2001-06-20 Thread Sinisa Milivojevic
Thanks for your feedback. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com

Re: Oddity with building 3.23.38 on Tru64 4.0f

2001-06-19 Thread Dave FitzPatrick
On 19 Jun 2001, at 13:36, Sinisa Milivojevic <[EMAIL PROTECTED]> wrote: > Dave FitzPatrick writes: > > I recently set about upgrading our MySQL install on a Compaq Tru64 4.0f > > Alpha box from 3.22.25 to 3.23.38. > > [snip] > I edited sql/Makefile and replaced the two occurrences of: > > > >

Re: Oddity with building 3.23.38 on Tru64 4.0f

2001-06-19 Thread Sinisa Milivojevic
Dave FitzPatrick writes: > I recently set about upgrading our MySQL install on a Compaq Tru64 4.0f > Alpha box from 3.22.25 to 3.23.38. > > As in the past, I used the Compaq cc as CC and gcc (2.95.3) as CXX with > appropriate flags set. I do not have the GNU binutils installed, so it > is the

Oddity with building 3.23.38 on Tru64 4.0f

2001-06-18 Thread Dave FitzPatrick
I recently set about upgrading our MySQL install on a Compaq Tru64 4.0f Alpha box from 3.22.25 to 3.23.38. As in the past, I used the Compaq cc as CC and gcc (2.95.3) as CXX with appropriate flags set. I do not have the GNU binutils installed, so it is the Compaq ld that is used. I am, howev