X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , 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/