X-Spam-Check-By: sourceware.org Message-ID: <461471AE.3060506@users.sourceforge.net> Date: Wed, 04 Apr 2007 22:49:02 -0500 From: "Yaakov (Cygwin Ports)" User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: vlc configure conftest.exe error cygwin1.dll References: <461441BA DOT 2030607 AT mtiglobal DOT com> In-Reply-To: <461441BA.2030607@mtiglobal.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 krystian wrote: > After message : checking whether a program can dlopen itself.... The answer will be no regardless of whatever other problems you are having. On Win32, symbols in executables are not exported, unless you add - -Wl,--export-all-symbols to LDFLAGS. On Linux, -Wl,--export-dynamic is enough to assure this. (I would really like to see binutils fixed wrt this, as it would remove the necessity for hacking around this difference, but I don't know all the history or reasoning behind it.) > I got windows error message: conftest.exe has encountered a problem > Error signature > conftest.exe Appver: 0.0.0.0 ModName: cygwin1.dll ModVer: 1005.24.0.0 > Offset 00092d77 > > I confirm message and configure continues. Not sure about this one. > Next line after error is: > checking whether to build shared libraries ... no > > When I do make it shows error lack of libvlc.so. > > How I can repair that error? > Should I update some modules of Cygwin or it is VLC software fault? Haven't built VLC (yet). If it uses libtool, make sure to autoreconf to pull in Cygwin's current libtool. Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGFHGupiWmPGlmQSMRCPabAJ4gricl6R7D4ZasGD/DCL9mDrQQFwCgvH8b K4CBmJaMyeQiEghf1tH3D6c= =gOJp -----END PGP SIGNATURE----- -- 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/