All of lore.kernel.org
 help / color / mirror / Atom feed
From: Radim Uchac <uchac@pvt.net>
To: linux@cthulhu.engr.sgi.com
Subject: mysql-3.22.16a-gamma
Date: Wed, 10 Feb 1999 09:06:11 +0100	[thread overview]
Message-ID: <36C13DF3.9F9F45AE@pvt.net> (raw)


hi, 
I'm trying to compile mysql-3.22.16a-gamma but when I run script
./configure
I obtain:

*************************************
checking whether struct tm is in sys/time.h or time.h... time.h
checking size of char... 0
configure: error: No size for char type.
A likely cause for this could be that there isn't any
static libraries installed. You can verify this by checking if you have
libm.a
in /lib, /usr/lib or some other standard place.  If this is the problem,
install the static libraries and try again.  If this isn't the problem,
examine config.log for possible errors.  If you want to report this, use
'scripts/mysqlbug' and include at least the last 20 rows from
config.log!
****************************************

of course libm.a is in /usr/lib :-(

and in config.log is:

**********************************************
configure:4187: checking for size_t
configure:4220: checking for st_rdev in struct stat
configure:4233: gcc -c -O6   -DDBUG_OFF  conftest.c 1>&5
configure:4254: checking whether time.h and sys/time.h may both be
included
configure:4268: gcc -c -O6   -DDBUG_OFF  conftest.c 1>&5
configure:4289: checking whether struct tm is in sys/time.h or time.h
configure:4302: gcc -c -O6   -DDBUG_OFF  conftest.c 1>&5
configure:4325: checking size of char
configure:4344: gcc -o conftest -O6   -DDBUG_OFF   -rdynamic conftest.c
-lnsl -lm   -lcrypt  -lpthread 1>&5
/usr/lib/libpthread.so: undefined reference to `__libc_accept'
/usr/lib/libpthread.so: undefined reference to `__libc_send'
/usr/lib/libpthread.so: undefined reference to `__libc_recvfrom'
/usr/lib/libpthread.so: undefined reference to `__libc_recvmsg'
/usr/lib/libpthread.so: undefined reference to `__libc_sendmsg'
/usr/lib/libpthread.so: undefined reference to `__libc_recv'
/usr/lib/libpthread.so: undefined reference to `__libc_sendto'
/usr/lib/libpthread.so: undefined reference to `__libc_connect'
configure: failed program was:
#line 4333 "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);
}
**************************************************

could you help me.
thanks
radim


**************************************************************
Radim Uchac                           e-mail:    uchac@pvt.net
PVT a.s.                              tel:     +420-2-66198409
Podvinny mlyn 6, Praha 9              fax:     +420-2-66198622
Czech Republic
**************************************************************

             reply	other threads:[~1999-02-10  8:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-10  8:06 Radim Uchac [this message]
1999-02-10 11:17 ` mysql-3.22.16a-gamma ralf
     [not found] <199902101948.LAA73975@oz.engr.sgi.com>
1999-02-15 15:06 ` mysql-3.22.16a-gamma Radim Uchac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=36C13DF3.9F9F45AE@pvt.net \
    --to=uchac@pvt.net \
    --cc=linux@cthulhu.engr.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.