>Description:
        
>How-To-Repeat:
        
>Fix:
        

>Submitter-Id:  <submitter ID>
>Originator:    Ted Fiedler
>Organization:
 
>MySQL support: [none | licence | email support | extended email support ]
>Synopsis:      
>Severity:      
>Priority:      
>Category:      mysql
>Class:         
>Release:       mysql-3.23.38 (Source distribution)

>Environment:
        
System: OpenBSD zen 2.9 GENERIC#653 i386


Some paths:  /usr/bin/perl /usr/bin/make /usr/local/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd2.9/2.95.3/specs
gcc version 2.95.3 20010125 (prerelease)
Compilation info: CC='gcc'  CFLAGS=''  CXX='gcc'  CXXFLAGS=''  LDFLAGS=''
LIBC: 
-r--r--r--  1 root  bin  724890 Apr 28 14:12 /usr/lib/libc.a
-r--r--r--  1 root  bin  594040 Apr 28 14:12 /usr/lib/libc.so.26.2
Configure command: ./configure  --with-unix-socket-path=/var/tmp/mysql.sock 
--with-low-memory --with-mit-threads=yes --without-perl --enable-thread-safe-client 
--with-berkeley-db --with-innodb


int main() {
dlopen()
; return 0; }
configure:6109: checking for restartable system calls
configure:6135: cc -o conftest -O2     -I/usr/local/include/pth -I/usr/include 
-L/usr/local/lib/pth conftest.c -lz -lm  -lpthr
ead 1>&5
configure: In function `main':
configure:6127: warning: passing arg 2 of `signal' from incompatible pointer type
configure: failed program was:
#line 6117 "configure"
#include "confdefs.h"
/* Exit 0 (true) if wait returns something other than -1,
   i.e. the pid of the child, which means that wait was restarted
   after getting the signal.  */
#include <sys/types.h>
#include <signal.h>
ucatch (isig) { }
main () {
  int i = fork (), status;
  if (i == 0) { sleep (3); kill (getppid (), SIGINT); sleep (3); exit (0); }
  signal (SIGINT, ucatch);
  status = wait(&i);
  if (status == -1) wait(&i);
  exit (status == -1);
}

configure:6264: checking need of special linking flags
configure:6274: checking for working const
configure:6328: cc -c  -DDBUG_OFF -O2     -I/usr/local/include/pth -I/usr/include 
conftest.c 1>&5
configure:6349: checking for inline
configure:6363: cc -c  -DDBUG_OFF -O2     -I/usr/local/include/pth -I/usr/include 
conftest.c 1>&5
configure:6389: checking for off_t
configure:6422: checking for st_rdev in struct stat
configure:6435: cc -c  -DDBUG_OFF -O2     -I/usr/local/include/pth -I/usr/include 
conftest.c 1>&5
configure:6456: checking whether time.h and sys/time.h may both be included
configure:6470: cc -c  -DDBUG_OFF -O2     -I/usr/local/include/pth -I/usr/include 
conftest.c 1>&5
configure:6491: checking whether struct tm is in sys/time.h or time.h
configure:6504: cc -c  -DDBUG_OFF -O2     -I/usr/local/include/pth -I/usr/include 
conftest.c 1>&5
configure:6527: checking size of char
configure:6546: cc -o conftest  -DDBUG_OFF -O2     -I/usr/local/include/pth 
-I/usr/include -L/usr/local/lib/pth conftest.c -lz
 -lm  -lpthread 1>&5
configure: failed program was:
#line 6535 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(char));
  exit(0);
}



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