Install help for x86 Solaris 8

2001-06-14 Thread Daniel Vignes

Hi,

I hope someone out there has an answer to this problem I'm having.
I'm trying to get mysql installed on a x86 Solaris 8 box,  the
version I'm trying to install is 3.23.39.  The configure script goes
through fine,  when then try to make it dies out giving me this

SNIP
E_RWLOCK_T -c my_error.c  -fPIC -DPIC -o .libs/my_error.lo
my_error.c: In function `my_error':
my_error.c:42: `__builtin_va_alist' undeclared (first use in this
function)
my_error.c:42: (Each undeclared identifier is reported only once
my_error.c:42: for each function it appears in.)
my_error.c: In function `my_printf_error':
my_error.c:113: `__builtin_va_alist' undeclared (first use in this
function)
*** Error code 1
make: Fatal error: Command failed for target `my_error.lo'
Current working directory /export/home/dvignes/mysql-3.23.39/libmysql
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/dvignes/mysql-3.23.39
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'
/SNIP

I also tried 3.23.32 for giggles and it didn't work either, dieing at the
same spot.

Anyone have any ideas ?


-
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




Re: Install help for x86 Solaris 8

2001-06-14 Thread Todd Merritt

Daniel Vignes wrote:
 
 Hi,
 
 I hope someone out there has an answer to this problem I'm having.
 I'm trying to get mysql installed on a x86 Solaris 8 box,  the
 version I'm trying to install is 3.23.39.  The configure script goes
 through fine,  when then try to make it dies out giving me this
 
 SNIP
 E_RWLOCK_T -c my_error.c  -fPIC -DPIC -o .libs/my_error.lo
 my_error.c: In function `my_error':
 my_error.c:42: `__builtin_va_alist' undeclared (first use in this
 function)
 
I got this same error from gcc that I built on a solaris sparc box,
trying to compile many different programs.  It turns out that the
problem was having /usr/ucblib in my load path when I compiled gcc. 
Recompiling it without that in the path seemed to make the error go
away.

Todd

-
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




Re: Install help for x86 Solaris 8

2001-06-14 Thread Alan W. Rateliff, II

On 14-Jun-01, Daniel Vignes said something totally profound about Install help for x86 
Solaris 8 that made me ponder...

DV Hi,
DV 
DV I hope someone out there has an answer to this problem I'm having.
DV I'm trying to get mysql installed on a x86 Solaris 8 box,  the
DV version I'm trying to install is 3.23.39.  The configure script goes
DV through fine,  when then try to make it dies out giving me this

I had similar errors when trying to compile --with-assembler.  What are your
./configure options?

Try these instructions and work from there:
 http://users.talstar.com/forager/MySQL-HOWTO.html 

-- 
   Alan W. Rateliff, II: YourVillage.com
  Assistant Systems Administrator  :   2700 Apalachee Pkwy
  [EMAIL PROTECTED]   :  Tallahassee, FL 32301
(850) 942-7021---
 [EMAIL PROTECTED]  http://support.yourvillage.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