Re: 3.23.54a - Solaris 9/gcc 2.95.3 compile problem

2003-01-25 Thread Len Rose
Hi.. as of Solaris 8 you should NEVER use LD_*, use crle(1) instead! As to the problem mentioned in my original post, I was able to compile mysql 3.23.54a using an older compiler under Solaris 8 and 9. (and posted that update later that day..) On Sat, Jan 25, 2003 at 01:26:07PM -0500, Ben Goodwi

Re: 3.23.54a - Solaris 9/gcc 2.95.3 compile problem

2003-01-25 Thread Ben Goodwin
I've run into this if a previous build attempt aborted due to a bad LD_(LIBRARY|RUN)_PATH where I fixed the LD variable, and re-tried the build. Starting with a fresh copy of the source (not distclean, fresh from tarfile), always solved my problem. -=| Ben - Original Message - From: "

Re: 3.23.54a - Solaris 9/gcc 2.95.3 compile problem

2003-01-19 Thread Len Rose
I compiled gcc 2.95.2 on Solaris 9 and was then able to successfully compile 3.23.54a under Solaris 9 (sparc) without any unsual steps or configuration options. >From my tests today, it seems neither gcc 2.95.3 or 3.x will compile mysql 3.23.54a under Solaris 9, in case anyone is interested. On