can anyone help with this problem ?

i looked mysql manual pages and also openbsd..
but still i cant get any information about this problem.

please help me.


On Thu, 18 Apr 2002 17:59:42 GMT Unknown wrote:

> i try to configure mysql 3.23.49  with command line
> --with-client-ldflags=-all-static \
> --with-mysqld-ldflags=-all-static --with-unix-socket
> path=/usr/local/mysql/tmp/mysql.sock
> 
> and in make process it stops with problem-> 
> /usr/include/signal.h:116: conflicting types for `sigwait'
> ../include/my_pthread.h:317: previous declaration of `sigwait'
> 
> 
> now this what i have on  /usr/include/signal.h line 116
> 
> int     sigwait __P((const sigset_t *, int *));
> 
> and full thingi 
> 
> #ifndef _POSIX_SOURCE
> int     killpg __P((pid_t, int));
> int     sigblock __P((int));
> int     siginterrupt __P((int, int));
> int     sigpause __P((int));
> int     sigreturn __P((struct sigcontext *));
> int     sigsetmask __P((int));
> int     sigstack __P((const struct sigstack *, struct sigstack *));
> int     sigaltstack __P((const struct sigaltstack *, struct
> sigaltstack *));
> int     sigvec __P((int, struct sigvec *, struct sigvec *));
> void    psignal __P((unsigned int, const char *));
> int     sigwait __P((const sigset_t *, int *));
> #endif  /* !_POSIX_SOURCE */
> #endif  /* !_ANSI_SOURCE */
> __END_DECLS
> 
> 
> now in mysql ../include/my_pthread.h:317 i have
> 
> int sigwait(sigset_t *setp, int *sigp);         /* Use our implemention */
> 
> and full thingi
> 
> #if !defined(HAVE_SIGWAIT) && !defined(HAVE_mit_thread) &&
> !defined(HAVE_rts_threads) && !defined(sigwait) &&
> !defined(alpha_linux_port) && !$
> int sigwait(sigset_t *setp, int *sigp);         /* Use our implemention */
> #endif
> 
> 
> 
> i think that in my_pthread.h:317  int sigwait(sigset_t *setp, int *sigp)
> is not combatible with opensbd signal.h specified..
> 
> but what i dont know what it must be then ?
> 
> any help needed
> thnks
> 
> Romka.
> 
> 
> 
> ---------------------------------------------------------------------
> 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
> 
> 



---------------------------------------------------------------------
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