Help me:

I am install mysql-3.23.39 on BSDI4.1 
I have error on configuration:
How solution this problem

Atte,
Cesar real
Universidad Autonoma de Nicaragua Leon
-----------------------------------

configure:3950: checking for opendir in -ldir
configure:3969: gcc -o conftest -O3 -mpentium    conftest.c -ldir   1>&5
ld: cannot open -ldir: No such file or directory
configure: failed program was:
#line 3958 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char opendir();

int main() {
opendir()
; return 0; }



configure:4188: checking for floatingpoint.h
configure:4198: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4194: floatingpoint.h: No such file or directory
configure: failed program was:
#line 4193 "configure"
#include "confdefs.h"
#include <floatingpoint.h>





configure:4658: checking for p2open
configure:4686: gcc -o conftest -O3 -mpentium    conftest.c -lm  1>&5
/var/tmp/ccfPd79i.o: In function `main':
/var/tmp/ccfPd79i.o(.text+0x4): undefined reference to `p2open'
configure: failed program was:
#line 4663 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char p2open(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char p2open();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_p2open) || defined (__stub___p2open)
choke me
#else
p2open();
#endif

; return 0; }
configure:4704: checking for p2open in -lgen
configure:4723: gcc -o conftest -O3 -mpentium    conftest.c -lgen  -lm  1>&5
ld: cannot open -lgen: No such file or directory
configure: failed program was:
#line 4712 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char p2open();

int main() {
p2open()
; return 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