This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mysql 2.23.39 minor compile issue


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" <gp@familiehaase.de>
To: "Julia A. Case" <julie@MageNet.com>; <cygwin@cygwin.com>
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 <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
>
>


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]