Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <010001c0f603$a6e2f380$0200a8c0@swan.atu.com.au> From: "=?iso-8859-1?Q?...2=AB...?=" To: "Gerrit P. Haase" , "Julia A. Case" , References: <3B2AA36D DOT 2760 DOT A4C94CE AT localhost> Subject: Re: mysql 2.23.39 minor compile issue Date: Sat, 16 Jun 2001 11:28:29 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 i had the same problems.. although i just wanted to compile libmysqlclient which seems to work fine with Mysql modules for perl... things to note, mysqld compiled under cygwin wouldnt listen to signals, just hup on any.. plus mysqld had these mutex problems.. which i think is due to cygwin not yet having a full libpthread... im using stock win32 binaries for mysqld, but so far all other compiled tools seem to work fine :) dan ----- Original Message ----- From: "Gerrit P. Haase" To: "Julia A. Case" ; Sent: Saturday, June 16, 2001 8:08 AM Subject: Re: mysql 2.23.39 minor compile issue > 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 . > */ > #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 > > -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple