This is the mail archive of the cygwin 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]
Other format: [Raw text]

RE: Library Problem


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]