pkg-config .pc files

2006-11-25 Thread thundur
I recently installed cygwin in order to make my gtk programs work on windows. I use pkg-config in my makefiles to generate cflags etc, but no package has installed any .pc metadata files. a search on google learned me that most cygwin packages should install .pc-files. So does anyone know how I c

[ANNOUNCEMENT] New package: git-1.4.4.1-1

2006-11-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A new package, git 1.4.4.1-1, is now available. NEWS: = While git has built on cygwin for quite some time, this is the first time it has been provided as a package. See also the package documentation in /usr/share/doc/git-1.4.4.1/. DESCRIPTION:

Re: pkg-config .pc files

2006-11-25 Thread René Berber
thundur wrote: > I recently installed cygwin in order to make my gtk programs work on windows. > I use pkg-config in my makefiles to generate cflags etc, but no package has > installed any .pc metadata files. > a search on google learned me that most cygwin packages should install > .pc-files. >

Re: NTFS fragmentation redux

2006-11-25 Thread Linda Walsh
Vladimir Dergachev wrote: This is curious - how do you find out fragmentation of ext3 file ? I do not know of a utility to tell me that. --- There's a debugfs for ext2/ext3 that allows you to dump all of the segments associated with an inode. "ls -i" dumps the inode number. A quick hac

Re: Missing libraries when compiling ICU4C under Cygwin

2006-11-25 Thread Peter A. Castro
On Thu, 23 Nov 2006, Christian Rothholz wrote: Hello, after compiling ICU4C 3.6 under Cygwin there are missing 2 files in the library folder: libicui18n.a and libicudata.a Other files like libsicuio.a and libsicule.a have been created. Does anybody know why those files won't be created when

Re: pkg-config .pc files

2006-11-25 Thread Igor Peshansky
On Sat, 25 Nov 2006, René Berber wrote: > thundur wrote: > > > I recently installed cygwin in order to make my gtk programs work on > > windows. I use pkg-config in my makefiles to generate cflags etc, but > > no package has installed any .pc metadata files. > > a search on google learned me that