The Ubuntu gcc is built with --disable-shared so that's what I'll put as the preferred approach for Fedora users. And please take a look at the wiki page after I post it to see if it makes sense.<br><br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Date: Sun, 05 Feb 2012 13:13:56 -0500<br>
From: Rafa?l Carr? <<a href="mailto:funman@videolan.org">funman@videolan.org</a>><br>
To: Mailing list for VLC media player developers<br>
        <<a href="mailto:vlc-devel@videolan.org">vlc-devel@videolan.org</a>><br>
Subject: Re: [vlc-devel] report from the Win32 front<br>
Message-ID: <<a href="mailto:4F2EC6E4.3090105@videolan.org">4F2EC6E4.3090105@videolan.org</a>><br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
>> I'm wondering if the problem with the --disable-shared might go away with<br>
>> the mingw64, so I'm looking forward to that.<br>
<br>
That's a gcc problem so it doesn't change for mingw-w64<br>
<br>
Last time I tried to workaround it with libtool I had much pain because<br>
libtool (by design) tries to outsmart us by changing the options we give<br>
to the linker.<br>
<br>
IMO we should:<br>
* update the current hack for fedora<br>
* use gcc built with --disable-shared for our releases / NB so people<br>
using our libvlc.dll have no problem<br>
<br></blockquote></div><br>