This is the mail archive of the cygwin@sources.redhat.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]

Problems building pkgconfig on cygwin


Hello,

I'm trying to build pkgconfig http://pkgconfig.sourceforge.net 
on cygwin and am getting the following undefined refs while 
linking the executable:

parse.o(.text+0x29): undefined reference to `flockfile'
parse.o(.text+0x41): undefined reference to `getc_unlocked'
parse.o(.text+0xa5): undefined reference to `getc_unlocked'
parse.o(.text+0x13d): undefined reference to `getc_unlocked'
parse.o(.text+0x17d): undefined reference to `funlockfile'

I realize this means these haven't been ported to cygwin but
there must be equivalents functions that I can substitute.
Unfortunately, I lack the expertise to properly do this
myself and was wondering if anyone else had already ported 
pkgconfig to cygwin. (I'm actually trying to build pango
which requires pkgconfig)

TIA,

--Kevin

--
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]