Library Problem

Dave Korn dave.korn@artimi.com
Fri Nov 23 03:59:00 GMT 2007


On 22 November 2007 23:21, s.krulj@gmx.at 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 path, and go in /usr/bin.  /usr/lib is only for
static link libs (.a) really.

> But if I try running "./test.exe" there's no responce at all and I get the
> bash prompt again. 
> 
> user@cygwin ~
> $ ./test.exe
> 
> user@cygwin ~
> $

  Using "echo $?" at this point would probably show error code 53, which means
'Missing DLL'.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list