[vlc-devel] iPaq cross-compile problem (urgent)
Jean-Paul Saman
jpsaman at wxs.nl
Tue Oct 15 08:32:55 CEST 2002
Hi guys,
I hope someone of you spot the problem in my logs. To build familiar
Linux interface against GTK I had to redo my cross-compile environment.
Now I successfully can built SDL (I tested it) and libmad, .... but no
VLC (0.4.5).
What happens? If I built with plugins enabled the linking of SDL against
lpthread fails, the linker complains about /usr/lib/libpthread.so. So I
wonder is it trying to link against my rootsystem libpthread or in the
cross-compile directory.
How to tell the linker to link against:
<cross-compile-dir>/lib/lipthread.so
and have it run on a system where the library is located in
/lib/libpthread.so?
I changed configure.in, Makefile.opts.in and Makefile.modules (slightly)
this is needed to detect SDL/Gtk/Glib headers in the cross-compile
directory. I even made AR=arm-linux-ar and LD=arm-linux-ld to be
detected in configure.in.
Does somebody see the mistake I probably made?
Greetings,
Jean-Paul Saman.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: build.txt
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20021015/c982da55/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: error.txt
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20021015/c982da55/attachment-0001.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: show.txt
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20021015/c982da55/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile.modules
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20021015/c982da55/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile.opts.in
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20021015/c982da55/attachment-0001.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: configure.in
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20021015/c982da55/attachment-0002.ksh>
More information about the vlc-devel
mailing list