<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">I was able to solve the problem as
outlined in the following thread:
<a class="moz-txt-link-freetext" href="https://forum.videolan.org/viewtopic.php?f=13&t=118201">https://forum.videolan.org/viewtopic.php?f=13&t=118201</a><br>
The trick was to undo the following change to configure.ac<br>
<br>
<font color="#330033"><tt><span style="font-size: 12px;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: 15.21px;
text-align: left; text-indent: 0px; text-transform: none;
white-space: normal; word-spacing: 0px; display: inline !
important; float: none; background-color: rgb(255, 255,
255);">- AS_IF([test "$build" = "$host" -o
"$PKG_CONFIG_LIBDIR"], [</span></tt><tt><br style="padding:
0px; margin: 0px; font-size: 12px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: 15.21px; text-align: left; text-indent:
0px; text-transform: none; white-space: normal;
word-spacing: 0px; background-color: rgb(255, 255, 255);">
</tt><tt><span style="font-size: 12px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: 15.21px; text-align: left; text-indent:
0px; text-transform: none; white-space: normal;
word-spacing: 0px; display: inline ! important; float: none;
background-color: rgb(255, 255, 255);">- export
PKG_CONFIG_PATH="${CONTRIB_DIR}/lib/pkgconfig:$PKG_CONFIG_PATH"</span></tt><tt><br
style="padding: 0px; margin: 0px; font-size: 12px;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: 15.21px;
text-align: left; text-indent: 0px; text-transform: none;
white-space: normal; word-spacing: 0px; background-color:
rgb(255, 255, 255);">
</tt><tt><span style="font-size: 12px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: 15.21px; text-align: left; text-indent:
0px; text-transform: none; white-space: normal;
word-spacing: 0px; display: inline ! important; float: none;
background-color: rgb(255, 255, 255);">- ], [</span></tt><tt><br
style="padding: 0px; margin: 0px; font-size: 12px;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: 15.21px;
text-align: left; text-indent: 0px; text-transform: none;
white-space: normal; word-spacing: 0px; background-color:
rgb(255, 255, 255);">
</tt><tt><span style="font-size: 12px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: 15.21px; text-align: left; text-indent:
0px; text-transform: none; white-space: normal;
word-spacing: 0px; display: inline ! important; float: none;
background-color: rgb(255, 255, 255);">- export
PKG_CONFIG_LIBDIR="${CONTRIB_DIR}/lib/pkgconfig"</span></tt><tt><br
style="padding: 0px; margin: 0px; font-size: 12px;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: 15.21px;
text-align: left; text-indent: 0px; text-transform: none;
white-space: normal; word-spacing: 0px; background-color:
rgb(255, 255, 255);">
</tt><tt><span style="font-size: 12px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: 15.21px; text-align: left; text-indent:
0px; text-transform: none; white-space: normal;
word-spacing: 0px; display: inline ! important; float: none;
background-color: rgb(255, 255, 255);">- ])</span></tt><tt><br
style="padding: 0px; margin: 0px; font-size: 12px;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: 15.21px;
text-align: left; text-indent: 0px; text-transform: none;
white-space: normal; word-spacing: 0px; background-color:
rgb(255, 255, 255);">
</tt></font><span style="color: rgb(46, 139, 87); font-family:
Monaco, 'Andale Mono', 'Courier New', Courier, mono; font-size:
12px; font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height:
15.210000038146973px; orphans: auto; text-align: left;
text-indent: 0px; text-transform: none; white-space: normal;
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
display: inline !important; float: none; background-color:
rgb(255, 255, 255);"><font color="#330033"><tt>+ export
PKG_CONFIG_PATH="${CONTRIB_DIR}/lib/pkgconfig:$PKG_CONFIG_PATH"</tt><tt><br>
</tt></font><br>
<br>
</span>Doing that allowed the compile to complete.<br>
David<br>
<pre class="moz-signature" cols="72">David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: <a class="moz-txt-link-abbreviated" href="mailto:david.robison@openroadsconsulting.com">david.robison@openroadsconsulting.com</a>
web: <a class="moz-txt-link-freetext" href="http://openroadsconsulting.com">http://openroadsconsulting.com</a>
blog: <a class="moz-txt-link-freetext" href="http://therobe.blogspot.com">http://therobe.blogspot.com</a>
book: <a class="moz-txt-link-freetext" href="http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526">http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526</a>
</pre>
On 7/22/2014 3:50 PM, David R. Robison wrote:<br>
</div>
<blockquote cite="mid:53CEC09B.8020105@openroadsconsulting.com"
type="cite">
<pre wrap="">I am trying to follow the instructions on Win32Compile () to cross
compile VLC to Windows 64-bit from Ubuntu. I get to where I run the
"make" command and I get the following link errors.
make[7]: Entering directory
`/home/david/Workspace/vlc/win32/modules/gui/qt4'
CXXLD libqt4_plugin.la
/usr/bin/x86_64-w64-mingw32-ld: cannot find -laudio
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lXt
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lgobject-2.0
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lSM
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lICE
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lXi
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lXrender
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lXext
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lX11
/usr/bin/x86_64-w64-mingw32-ld: cannot find -ldl
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lgthread-2.0
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lglib-2.0
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lrt
collect2: error: ld returned 1 exit status
I'm not sure what I've done wrong. Any ideas? David
</pre>
</blockquote>
<br>
<BR />
<BR />
<HR />
This email communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed.<BR />
If you are not the intended recipient, please delete this email immediately.<BR />
</body>
</html>