| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| From: | "Gerrit P. Haase" <gp AT familiehaase DOT de> |
| Organization: | Esse keine toten Tiere |
| To: | "Julia A. Case" <julie AT MageNet DOT com>, cygwin AT cygwin DOT com |
| Date: | Sat, 16 Jun 2001 00:08:13 +0200 |
| MIME-Version: | 1.0 |
| Subject: | Re: mysql 2.23.39 minor compile issue |
| Message-ID: | <3B2AA36D.2760.A4C94CE@localhost> |
| In-reply-to: | <20010615100557.F29106@MageNet.com> |
| X-mailer: | Pegasus Mail for Win32 (v3.12cDE) |
Julia A. Case schrieb am 2001-06-15, 10:05: > during the compile I got the following error > > resolveip.o undefinded reference to "h_errno" From perl sources: /* XXX Configure test needed. h_errno might not be a simple 'int', especially for multi-threaded applications, see "extern int errno in perl.h". Creating such a test requires taking into account the differences between compiling multithreaded and singlethreaded ($ccflags et al). HOST_NOT_FOUND is typically defined in <netdb.h>. */ #if defined(HOST_NOT_FOUND) && !defined(h_errno) && !defined(__CYGWIN__) extern int h_errno; #endif > this means you can't use host names in the user table. > > when I installed the db tables it had a lot of these errors on the screen > > mysqld 2420 pthread_cond::BroadCast: Broadcast called with invalid mutex > > What does that mean? Sorry, i don't know. > Thanks, > Julia gph -- =^..^= -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |