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

Reply via email to