[MPlayer-cygwin] x264 - linker error

John Brown johnbrown105 at hotmail.com
Fri Nov 16 18:09:16 CET 2007




On Fri, 16 Nov 2007 17:41:27 +0100, Thomas Plank wrote:
>
> John Brown (johnbrown105 at hotmail.com) wrote:
>
>> Usually, undefined reference errors are not hard to fix. You just have to
>> find out which libraries contain the undefined references, then use
>> configure --extra-libs to add them.
>
> But the critical point is the "finding" of the library I think.
> Because the error message doesn't tell me the missing library directly.
>

True, but if your libraries are in /usr/local/lib you can
grep MyUndefinedReference /usr/local/lib/*.*

Also, the functions may follow a naming convention that you recognize,
for example Freetype function names start with FT, etc.
.
> --
> mfg Thomas
> _______________________________________________

_________________________________________________________________
Windows Live Hotmail and Microsoft Office Outlook – together at last.  Get it now.
http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033


More information about the MPlayer-cygwin mailing list