| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| References: | <20071122232117 DOT 17790 AT gmx DOT net> |
| Subject: | RE: Library Problem |
| Date: | Fri, 23 Nov 2007 01:21:59 -0000 |
| Message-ID: | <009601c82d6f$3ee9d230$2e08a8c0@CAM.ARTIMI.COM> |
| MIME-Version: | 1.0 |
| X-Mailer: | Microsoft Office Outlook 11 |
| In-Reply-To: | <20071122232117.17790@gmx.net> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 22 November 2007 23:21, s DOT krulj AT gmx DOT 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 AT cygwin ~
> $ ./test.exe
>
> user AT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |