Does libXpm-noX depend on libintl, libiconv?

2009-03-20 Thread Victor Paesa
Hi, The Xpm-noX library seems to depend on libintl, libiconv: $ grep ^dependency_libs /usr/lib/noX/libXpm-noX.la dependency_libs=' -lgdi32 -luser32 /usr/lib/libintl.la -L/usr/lib /usr/lib/libiconv.la' But cygcheck reports it does not: $ cygcheck /bin/cygXpm-noX-4.dll C:\cygwin17\bin\cygXpm-noX

Re: [ANNOUNCEMENT] Updated: {gd/libgd2/libgd-devel}-2.0.35-2:

2008-03-23 Thread Victor Paesa
Hi, Dr. Volker Zell writes: > > Hi > > New versions of 'gd/libgd2/libgd-devel' have been uploaded to a server near > you > > Cygwin NEWS: > > > o Fixed a bug in /usr/bin/gdlib-config: > >Before: > gdlib-config --libs >> -lXpm -lX11 -ljpeg -lfontconfig -lfreetyp

Re: Audio coding/encoding conversions

2007-12-13 Thread Victor Paesa
Hi, Dave Korn writes: > > On 13 December 2007 12:46, Wynfield Henman wrote: > > > Has anybody had any success building --> ffmpeg > > on cygwin. It has a rich set of codecs it can convert to and from. > > ffmpeg requires an llrintf() implementation to compile. newlib doesn't > currently ha

Re: llrint implementation in Cygwin

2007-10-29 Thread Victor Paesa
Hi, Brian Dessent writes: > > Dave Korn wrote: > > > I don't think it was being advocated in general, but I think it's reasonable > > to assume that a pure const function like llrint isn't going to do anything > > wacky. > > Yes, I realize it was probably not a worry in this particular case, bu

Re: llrint implementation in Cygwin

2007-10-29 Thread Victor Paesa
Hi, Tim Prince computer.org> writes: > > Diego Biurrun wrote: > > Hi! > > > > I have noticed that Cygwin does not implement llrint. However, llrint > > is part of C99 and not having it available makes some applications (for > > example MPlayer and FFmpeg) fail to compile. > > > > Are there an

Re: llrint implementation in Cygwin

2007-10-28 Thread Victor Paesa
Hi, Brian Dessent writes: > Victor Paesa wrote: > > > I downloaded the gcc-3.4.4 Cygwin source package, and I found that > > (apparently) gcc 3.4.4 already had llrint built-in: [skipped nice detailed explanation on how builtins work] Thanks! [...] > So

Re: llrint implementation in Cygwin

2007-10-27 Thread Victor Paesa
ive/c/DOCUME~1/Inma/LOCALS~1/Temp/ccyDtvBd.o:llrint_test.c:(.text+0x34): undefined reference to `_llrint' collect2: ld returned 1 exit status Are built-ins disabled in gcc-3.4.4 for Cygwin? Could that be fixed by adding/removing flags to the configure line used to build gcc 3.4.4 in Cygwin? T