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: vlc configure conftest.exe error cygwin1.dll


-----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/


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