Re: git-remote-https missing a shared library, problem with libopenldap2_4_2

2013-05-07 Thread Yaakov (Cygwin/X)
On 2013-05-07 15:40, Daniel R. Grayson wrote: Thank you. Your output shows that the dependency of git upon libsasl2 is indirect, and that the real problem is that the package libopenldap2_4_2 fails to list libsasl2 as a dependency, even though its dll depends on it: $ cygcheck /bin/cygldap-2-4-

Re: git-remote-https missing a shared library, problem with libopenldap2_4_2

2013-05-07 Thread Daniel R. Grayson
Thank you. Your output shows that the dependency of git upon libsasl2 is indirect, and that the real problem is that the package libopenldap2_4_2 fails to list libsasl2 as a dependency, even though its dll depends on it: $ cygcheck /bin/cygldap-2-4-2.dll | grep sasl C:\cygwin\bin\cygsasl2-2.dll

Re: gcc and vc compiled library problem

2010-01-29 Thread Larry Hall (Cygwin)
On 01/28/2010 08:14 PM, phil song wrote: Hi,cygwin! pls forgive my poor english at first. I have compiled one sdk_lib dll using gcc in cygwin,and I writed a tool convert the dll to .lib so I can call the interface function in sdk_lib dll using vc. Then I wrote a application using VC2005,whe

gcc and vc compiled library problem

2010-01-28 Thread phil song
Hi,cygwin! pls forgive my poor english at first. I have compiled one sdk_lib dll using gcc in cygwin,and I writed a tool convert the dll to .lib so I can call the interface function in sdk_lib dll using vc. Then I wrote a application using VC2005,when it ran at beginning,everything

expat library problem

2008-06-05 Thread wynfield
I believe that is a bug in the "expat-2.0.1-1". Using the current setup.exe: 1.) I uninstalled all expat libraries from the system. 2.) Then download the new "expate 2.0.1" library 3.) And then installed it (or tried to). No errors were reported by setup, but the library was not installed.

Re: Library Problem

2007-11-22 Thread Christopher Faylor
On Fri, Nov 23, 2007 at 12:21:17AM +0100, [EMAIL PROTECTED] wrote: >Hi! > >I've got a problem using the libflv library >(http://klaus.geekserver.net/libflv/). The build worked without any problems. >"make" produced a libflv.so file, so i copied it as "libflv.dll" to >"/usr/lib". I wrote a test a

RE: Library Problem

2007-11-22 Thread Dave Korn
On 22 November 2007 23:21, [EMAIL PROTECTED] wrote: > Hi! > > I've got a problem using the libflv library > (http://klaus.geekserver.net/libflv/). The build worked without any > problems. "make" produced a libflv.so file, so i copied it as "libflv.dll" > to "/usr/lib". DLLs need to be on your

Library Problem

2007-11-22 Thread s . krulj
Hi! I've got a problem using the libflv library (http://klaus.geekserver.net/libflv/). The build worked without any problems. "make" produced a libflv.so file, so i copied it as "libflv.dll" to "/usr/lib". I wrote a test app and tried building it with: "gcc -lflv test.c -o test.exe" That worked