[vlc] Re: problem compiling with --disable-plugin

Arthur Chiu arthurchiu at gmail.com
Wed Oct 12 00:46:29 CEST 2005


I figured out the compilation problem. The last step of the makefile doesn't
include a lot of the object files built in the src directory (src/misc,
src/video_output etc). After I manually add it in the gcc command, I got it
compiled.

However, I am still having the same problem when running vlc. I included a
more detailed log this time:

[00000001] main vlc debug: translation test: code is "C"
[00000001] main vlc debug: checking builtin modules
[00000001] main vlc debug: module bank initialized, found 155 modules
[00000001] main vlc debug: opening config file /root/.vlc/vlcrc
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc debug: CPU has capabilities
[00000001] main vlc debug: looking for memcpy module: 1 candidate
[00000021] main module debug: using memcpy module "memcpy"
[00000195] main playlist debug: waiting for thread completion
[00000195] main playlist debug: thread 1026 (playlist) created at priority 0
(src/playlist/playlist.c:152)
[00000196] main private debug: waiting for thread completion
[00000196] main private debug: thread 2051 (preparser) created at priority 0
(src/playlist/playlist.c:174)
[00000197] main interface debug: looking for interface module: 1 candidate
[00000123] main module debug: using interface module "hotkeys"
[00000197] main interface debug: interface initialized
[00000197] main interface debug: thread 3076 (interface) created at priority
0 (src/interface/interface.c:211)
[00000195] main playlist debug: adding playlist item `../complete_58.mp3' (
../complete_58.mp3 )
[00000198] main interface debug: looking for interface module: 1 candidate
Remote control interface initialized, `h' for help
[00000121] main module debug: using interface module "rc"
[00000198] main interface debug: interface initialized
[00000198] main interface debug: thread 4101 (manager) created at priority 0
(src/interface/interface.c:196)
[00000195] main playlist debug: creating new input thread
[00000199] main input debug: waiting for thread completion
[00000199] main input debug: `../complete_58.mp3' gives access `' demux `'
path `../complete_58.mp3'
[00000199] main input debug: creating demux: access='' demux=''
path='../complete_58.mp3'
[00000200] main demuxer debug: looking for access_demux module: 0 candidates
[00000200] main demuxer warning: no access_demux module matched "any"
[00000199] main input debug: creating access '' path='../complete_58.mp3'
[00000201] main access debug: looking for access2 module: 2 candidates
[00000199] main input debug: thread 5126 (input) created at priority 0
(src/input/input.c:230)
[00000201] access_file access debug: opening file `../complete_58.mp3'
[00000106] main module debug: using access2 module "access_file"
[00000202] main private debug: pre buffering
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
[00000201] access_file access error: read failed (Bad address)
signal 2 received, terminating vlc - do it again in case it gets stuck
<----------- WHEN I PRESS CTRL+C
[00000201] access_file access error: read failed (Bad address)
[00000001] main vlc debug: removing all interfaces
[00000198] main interface debug: thread 4101 joined
(src/interface/interface.c:238)
[00000121] main module debug: unlocking module "rc"
[00000197] main interface debug: thread 3076 joined
(src/interface/interface.c:238)
[00000123] main module debug: unlocking module "hotkeys"
[00000001] main vlc debug: removing all playlists
[00000196] main private debug: thread 2051 joined
(src/playlist/playlist.c:206)
[00000202] main private debug: prebuffering done 0 bytes in 4s - 0 kbytes/s
[00000202] main private error: cannot pre fill buffer
[00000199] main input warning: cannot create a stream_t from access
[00000106] main module debug: unlocking module "access_file"
[00000199] main input debug: thread 5126 joined (src/input/input.c:386)
[00000195] main playlist debug: thread 1026 joined
(src/playlist/playlist.c:207)
[00000195] main playlist: stopping playback
[00000195] main playlist debug: deleting playlist item `../complete_58.mp3'
[00000001] main vlc debug: removing all video outputs
[00000001] main vlc debug: removing all audio outputs
[00000001] main vlc debug: removing announce handler
[00000021] main module debug: unlocking module "memcpy"

Hopefully someone have some hints for me. Thanks a lot!

Cheers,

Arthur

On 10/11/05, Arthur Chiu <arthurchiu at gmail.com> wrote:
>
> I am compiling vlc-0.8.2 with the --disable-plugin option. This worked
> with vlc-0.8.1, however, when I am running vlc-0.8.1 and try to play a
> song, I am getting an error that says:
>
> [00000178] access_file access error: read failed (Bad address)
> [00000178] access_file access error: read failed (Bad address)
> [00000178] access_file access error: read failed (Bad address)
> [00000178] access_file access error: read failed (Bad address)
> [00000178] access_file access error: read failed (Bad address)
> ...
> [00000179] main private error: cannot pre fill buffer <---------- when I
> press ctrl + c
>
> (If anyone know what might be wrong, can you please give me some hints
> please? Thanks!)
>
> So, I decide to move onto vlc-0.8.2. However, when I'm at the very last
> step, generating executable for vlc with --disable-plugin option, I get a
> bunch of link errors:
>
> mipsel-linux-gcc -Wsign-compare -Wall -pipe
> -L/home/mediadev/Arthur/blackWidow/opt/toolchains/uclibc-crosstools-2.4.3/lib/
> -L/home/mediadev/Arthur/blackWidow/opt/toolchains/uclibc-crosstools-2.4.3/mipsel-linux-uclibc/lib
> -ldl -L/home/mediadev/Arthur/blackWidow/pcsc-configure/usr/local/lib
> -pthread
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libmad-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/lame-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libid3tag-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/zlib-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/ffmpeg
> -o vlc src/vlc-vlc.o lib/libvlc.a ./modules/codec/ffmpeg/libffmpeg.a
> ./modules/stream_out/libstream_out_switcher.a
> ./modules/misc/dummy/libdummy.a ./modules/misc/liblogger.a
> ./modules/misc/memcpy/libmemcpy.a ./modules/demux/mpeg/libmpgv.a
> ./modules/demux/mpeg/libmpga.a ./modules/demux/mpeg/libm4v.a
> ./modules/demux/mpeg/libm4a.a ./modules/demux/mpeg/libh264.a
> ./modules/demux/libps.a ./modules/demux/libpva.a
> ./modules/demux/avi/libavi.a ./modules/demux/asf/libasf.a
> ./modules/demux/mp4/libmp4.a ./modules/demux/librawdv.a
> ./modules/demux/libnsv.a ./modules/demux/libreal.a ./modules/demux/libaiff.a
> ./modules/demux/libmjpeg.a ./modules/demux/libdemuxdump.a
> ./modules/demux/libflac.a ./modules/codec/libcvdsub.a
> ./modules/codec/libsvcdsub.a ./modules/codec/spudec/libspudec.a
> ./modules/codec/libsubsdec.a ./modules/codec/libdvbsub.a
> ./modules/codec/libmpeg_audio.a ./modules/codec/liblpcm.a
> ./modules/codec/liba52.a ./modules/codec/libdts.a
> ./modules/codec/libcinepak.a ./modules/codec/libflacdec.a
> ./modules/video_filter/libdeinterlace.a ./modules/video_filter/libinvert.a
> ./modules/video_filter/libadjust.a ./modules/video_filter/libtransform.a
> ./modules/video_filter/libdistort.a ./modules/video_filter/libmotionblur.a
> ./modules/audio_filter/converter/libfixed32tos16.a
> ./modules/audio_filter/converter/libs16tofixed32.a
> ./modules/audio_filter/converter/libu8tofixed32.a
> ./modules/audio_filter/resampler/libtrivial_resampler.a
> ./modules/audio_filter/resampler/libugly_resampler.a
> ./modules/audio_filter/channel_mixer/libtrivial_channel_mixer.a
> ./modules/audio_mixer/libtrivial_mixer.a
> ./modules/demux/playlist/libplaylist.a ./modules/misc/playlist/libexport.a
> ./modules/demux/libsgimb.a ./modules/demux/libm3u.a
> ./modules/misc/xml/libxtag.a ./modules/video_chroma/libi420_rgb.a
> ./modules/codec/librawvideo.a ./modules/video_filter/libblend.a
> ./modules/video_filter/libscale.a ./modules/video_output/libimage.a
> ./modules/video_filter/liblogo.a ./modules/demux/libwav.a
> ./modules/codec/libaraw.a ./modules/demux/libsubtitle.a
> ./modules/demux/libvobsub.a ./modules/codec/libadpcm.a
> ./modules/demux/liba52sys.a ./modules/demux/libdtssys.a
> ./modules/demux/libau.a ./modules/demux/libty.a ./modules/demux/libvoc.a
> ./modules/demux/libxa.a ./modules/demux/libnuv.a
> ./modules/access/libaccess_directory.a ./modules/access/libaccess_file.a
> ./modules/access/libaccess_udp.a ./modules/access/libaccess_tcp.a
> ./modules/access/libaccess_http.a ./modules/access/mms/libaccess_mms.a
> ./modules/access/libaccess_ftp.a ./modules/misc/network/libipv4.a
> ./modules/packetizer/libpacketizer_mpegvideo.a
> ./modules/packetizer/libpacketizer_h264.a
> ./modules/packetizer/libpacketizer_mpeg4video.a
> ./modules/packetizer/libpacketizer_mpeg4audio.a
> ./modules/access/libaccess_fake.a
> ./modules/access_filter/libaccess_filter_timeshift.a
> ./modules/access_filter/libaccess_filter_record.a
> ./modules/control/libgestures.a ./modules/control/librc.a
> ./modules/control/libtelnet.a ./modules/control/libhotkeys.a
> ./modules/control/libnetsync.a ./modules/control/libshowintf.a
> ./modules/video_filter/libtime.a ./modules/video_filter/libmarq.a
> ./modules/services_discovery/libsap.a
> ./modules/services_discovery/libshout.a ./modules/video_filter/libmosaic.a
> ./modules/video_filter/libwall.a ./modules/video_filter/libmotiondetect.a
> ./modules/video_filter/libclone.a ./modules/video_filter/libcrop.a
> ./modules/video_chroma/libi420_yuy2.a ./modules/video_chroma/libi422_yuy2.a
> ./modules/video_chroma/libi420_ymga.a ./modules/audio_output/libaout_file.a
> ./modules/audio_filter/resampler/liblinear_resampler.a
> ./modules/audio_filter/resampler/libbandlimited_resampler.a
> ./modules/audio_mixer/libfloat32_mixer.a
> ./modules/audio_mixer/libspdif_mixer.a
> ./modules/audio_filter/channel_mixer/libsimple_channel_mixer.a
> ./modules/audio_filter/channel_mixer/libheadphone_channel_mixer.a
> ./modules/audio_filter/libnormvol.a ./modules/audio_filter/libequalizer.a
> ./modules/audio_filter/converter/libfixed32tofloat32.a
> ./modules/audio_filter/converter/libfloat32tos16.a
> ./modules/audio_filter/converter/libfloat32tos8.a
> ./modules/audio_filter/converter/libfloat32tou16.a
> ./modules/audio_filter/converter/libfloat32tou8.a
> ./modules/audio_filter/converter/liba52tospdif.a
> ./modules/audio_filter/converter/libdtstospdif.a
> ./modules/audio_filter/converter/libs16tofloat32.a
> ./modules/audio_filter/converter/libs16tofloat32swab.a
> ./modules/audio_filter/converter/libs8tofloat32.a
> ./modules/audio_filter/converter/libu8tofloat32.a
> ./modules/audio_filter/libaudio_format.a ./modules/misc/libscreensaver.a
> ./modules/access_output/libaccess_output_dummy.a
> ./modules/access_output/libaccess_output_udp.a
> ./modules/access_output/libaccess_output_file.a
> ./modules/access_output/libaccess_output_http.a
> ./modules/mux/mpeg/libmux_ps.a ./modules/mux/libmux_avi.a
> ./modules/mux/libmux_mp4.a ./modules/mux/libmux_asf.a
> ./modules/mux/libmux_dummy.a ./modules/mux/libmux_wav.a
> ./modules/mux/libmux_mpjpeg.a ./modules/packetizer/libpacketizer_copy.a
> ./modules/stream_out/libstream_out_dummy.a
> ./modules/stream_out/libstream_out_standard.a
> ./modules/stream_out/libstream_out_es.a
> ./modules/stream_out/libstream_out_rtp.a
> ./modules/stream_out/libstream_out_description.a
> ./modules/misc/libvod_rtsp.a ./modules/stream_out/libstream_out_duplicate.a
> ./modules/stream_out/libstream_out_gather.a
> ./modules/stream_out/libstream_out_display.a
> ./modules/stream_out/libstream_out_transcode.a
> ./modules/stream_out/libstream_out_bridge.a
> ./modules/stream_out/libstream_out_mosaic_bridge.a
> ./modules/control/libhttp.a ./modules/misc/network/libipv6.a
> ./modules/audio_filter/converter/libmpgatofixed32.a
> ./modules/demux/util/libid3tag.a ./modules/video_output/libfb.a
> ./modules/audio_output/liboss.a
> -L/home/mediadev/Arthur/blackWidow/vlc-configure/usr/local/lib -lpthread -lm
> -L/home/mediadev/Arthur/blackWidow/opt/toolchains/uclibc-crosstools-2.4.3/lib/
> -L/home/mediadev/Arthur/blackWidow/opt/toolchains/uclibc-crosstools-2.4.3/mipsel-linux-uclibc/lib
> -ldl -L/home/mediadev/Arthur/blackWidow/pcsc-configure/usr/local/lib
> -pthread
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libmad-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/lame-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libid3tag-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/zlib-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/ffmpeg
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/libavformat
> /home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/libavformat/libavformat.a
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/libavcodec
> /home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/libavcodec/libavcodec.a
> -lmp3lame -lm -lz -lm -lm -lm -lz -lm -lm -lm -lmad
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libmad-configure/lib
> -lid3tag -lz
> ./modules/demux/mp4/libmp4.a(libmp4_a-libmp4.o)(.text+0xb2b8): In function
> `MP4_ReadBox_cmov':
> : undefined reference to `__stream_MemoryNew'
> ./modules/demux/playlist/libplaylist.a(libplaylist_a-b4s.o)(.text+0x428):
> In function `Close_B4S__playlist':
> : undefined reference to `xml_Delete'
> ./modules/demux/playlist/libplaylist.a(libplaylist_a-b4s.o)(.text+0x638):
> In function `Demux':
> : undefined reference to `__xml_Create'
> ./modules/access/libaccess_http.a(libaccess_http_a-http.o)(.text+0x3884):
> In function `Connect':
> : undefined reference to `tls_ClientCreate'
> ./modules/access/libaccess_http.a(libaccess_http_a-http.o)(.text+0x4828):
> In function `Disconnect':
> : undefined reference to `tls_ClientDelete'
>
> ./modules/access_filter/libaccess_filter_record.a(libaccess_filter_record_a-
> record.o)(.text+0xd18): In function `Notify':
> : undefined reference to `__vout_OSDMessage'
> ./modules/control/libtelnet.a(libtelnet_a-telnet.o)(.text+0x648): In
> function `Open':
> : undefined reference to `__vlm_New'
> ./modules/control/libtelnet.a(libtelnet_a-telnet.o)(.text+0x8e4): In
> function `Close':
> : undefined reference to `vlm_Delete'
> ./modules/control/libtelnet.a(libtelnet_a-telnet.o)(.text+0x1534): In
> function `Run':
> : undefined reference to `vlm_ExecuteCommand'
> ./modules/control/libtelnet.a(libtelnet_a-telnet.o)(.text+0x1578): In
> function `Run':
> : undefined reference to `vlm_MessageDelete'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x1148): In
> function `Run':
> : undefined reference to `vout_OSDIcon'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x1674): In
> function `Run':
> : undefined reference to `vout_OSDIcon'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x16e8): In
> function `Run':
> : undefined reference to `vout_OSDIcon'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x1748): In
> function `Run':
> : undefined reference to `vout_OSDIcon'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x1f04): In
> function `Run':
> : undefined reference to `__vout_OSDMessage'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x1f88): In
> function `Run':
> : undefined reference to `__vout_OSDMessage'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x2014): In
> function `Run':
> : undefined reference to `__vout_OSDMessage'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x218c): In
> function `Run':
> : undefined reference to `__vout_OSDMessage'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x2f04): In
> function `DisplayPosition':
> : undefined reference to `__vout_OSDMessage'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x2f48): more
> undefined references to `__vout_OSDMessage'
> follow./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x2ff8):
> In function `DisplayPosition':
> : undefined reference to `vout_OSDSlider'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x30e8): In
> function `DisplayVolume':
> : undefined reference to `vout_OSDSlider'
> ./modules/control/libhotkeys.a(libhotkeys_a-hotkeys.o)(.text+0x311c): In
> function `DisplayVolume':
> : undefined reference to `__vout_OSDMessage'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0xd18): In function `Open':
> : undefined reference to `tls_ServerCreate'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0xdf4): In function `Open':
> : undefined reference to `tls_ServerDelete'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0xec4): In function `Open':
> : undefined reference to `httpd_TLSHostNew'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0xf28): In function `Open':
> : undefined reference to `tls_ServerDelete'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0x10d0): In function `Open':
> : undefined reference to `httpd_StreamNew'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0x1190): In function `Open':
> : undefined reference to `httpd_HostDelete'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0x12fc): In function `Close':
> : undefined reference to `httpd_StreamDelete'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0x1314): In function `Close':
> : undefined reference to `httpd_HostDelete'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0x14b8): In function `Write':
> : undefined reference to `httpd_StreamHeader'
> ./modules/access_output/libaccess_output_http.a(libaccess_output_http_a-
> http.o)(.text+0x14d8): In function `Write':
> : undefined reference to `httpd_StreamSend'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x1cd4):
> In function `Close':
> : undefined reference to `httpd_FileDelete'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x1cf8):
> In function `Close':
> : undefined reference to `httpd_HostDelete'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x1d1c):
> In function `Close':
> : undefined reference to `httpd_UrlDelete'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x1d40):
> In function `Close':
> : undefined reference to `httpd_HostDelete'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x359c):
> In function `Add':
> : undefined reference to `httpd_UrlNewUnique'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x35d0):
> In function `Add':
> : undefined reference to `httpd_UrlCatch'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x3e60):
> In function `Del':
> : undefined reference to `httpd_UrlDelete'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x46a8):
> In function `HttpSetup':
> : undefined reference to `httpd_HostNew'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x4714):
> In function `HttpSetup':
> : undefined reference to `httpd_FileNew'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x4de8):
> In function `RtspSetup':
> : undefined reference to `httpd_HostNew'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x4ee8):
> In function `RtspSetup':
> : undefined reference to `httpd_UrlNewUnique'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x4f20):
> In function `RtspSetup':
> : undefined reference to `httpd_UrlCatch'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x4f4c):
> In function `RtspSetup':
> : undefined reference to `httpd_UrlCatch'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x4f78):
> In function `RtspSetup':
> : undefined reference to `httpd_UrlCatch'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x4fa4):
> In function `RtspSetup':
> : undefined reference to `httpd_UrlCatch'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x516c):
> In function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x51e8):
> In function `RtspCallback':
> : undefined reference to `httpd_MsgGet'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x5714):
> In function `RtspCallback':
> : undefined reference to `httpd_MsgGet'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x5d80):
> In function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x5db4):
> In function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x5dd8):
> In function `RtspCallback':
> : undefined reference to `httpd_MsgGet'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x5e24):
> In function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x5e60):
> In function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x5ea0):
> In function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x5fbc):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgGet'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x60b4):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgGet'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x6168):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x61f0):
> In function `RtspCallbackId':
> : undefined reference to `httpd_ClientIP'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x6264):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgGet'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x65ec):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x6660):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x6694):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x66bc):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgGet'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x6708):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x6744):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgAdd'
> ./modules/stream_out/libstream_out_rtp.a(libstream_out_rtp_a-rtp.o)(.text+0x677c):
> In function `RtspCallbackId':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x884): In
> function `Open':
> : undefined reference to `httpd_HostNew'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0xa44): In
> function `Open':
> : undefined reference to `httpd_HostDelete'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0xb60): In
> function `Close':
> : undefined reference to `httpd_HostDelete'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0xc68): In
> function `MediaNew':
> : undefined reference to `httpd_UrlNewUnique'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0xd84): In
> function `MediaNew':
> : undefined reference to `httpd_UrlCatch'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0xdb0): In
> function `MediaNew':
> : undefined reference to `httpd_UrlCatch'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0xddc): In
> function `MediaNew':
> : undefined reference to `httpd_UrlCatch'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0xe08): In
> function `MediaNew':
> : undefined reference to `httpd_UrlCatch'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x1264): In
> function `MediaDel':
> : undefined reference to `httpd_UrlDelete'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x1ab8): In
> function `MediaAddES':
> : undefined reference to `httpd_UrlNewUnique'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x1b78): In
> function `MediaAddES':
> : undefined reference to `httpd_UrlCatch'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x1ba4): In
> function `MediaAddES':
> : undefined reference to `httpd_UrlCatch'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x1bd0): In
> function `MediaAddES':
> : undefined reference to `httpd_UrlCatch'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x1c00): In
> function `MediaAddES':
> : undefined reference to `httpd_UrlCatch'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x25fc): In
> function `MediaDelES':
> : undefined reference to `httpd_UrlDelete'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x2f14): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x2f90): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3064): In
> function `RtspCallback':
> : undefined reference to `httpd_ClientIP'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x335c): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3484): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3570): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x35a4): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x35c8): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3614): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3650): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3688): In
> function `RtspCallback':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x37cc): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x38c4): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3974): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x39e8): In
> function `RtspCallbackES':
> : undefined reference to `httpd_ClientIP'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3aa4): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3cc4): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x3d38): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x4048): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x40d0): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x4230): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x4334): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x4368): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x4390): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgGet'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x43dc): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x441c): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgAdd'
> ./modules/misc/libvod_rtsp.a(libvod_rtsp_a-rtsp.o)(.text+0x445c): In
> function `RtspCallbackES':
> : undefined reference to `httpd_MsgAdd'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0xc04): In function
> `Open':
> : undefined reference to `tls_ServerCreate'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0xd50): In function
> `Open':
> : undefined reference to `tls_ServerDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0xdd4): In function
> `Open':
> : undefined reference to `httpd_TLSHostNew'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x10b4): In function
> `Open':
> : undefined reference to `httpd_HostDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x1160): In function
> `Close':
> : undefined reference to `vlm_Delete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x119c): In function
> `Close':
> : undefined reference to `httpd_FileDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x11d4): In function
> `Close':
> : undefined reference to `httpd_RedirectDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x120c): In function
> `Close':
> : undefined reference to `httpd_RedirectDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x12d8): In function
> `Close':
> : undefined reference to `httpd_HostDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x1b1c): In function
> `ParseDirectory':
> : undefined reference to `httpd_FileNew'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x1c68): In function
> `ParseDirectory':
> : undefined reference to `httpd_RedirectNew'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x1d4c): In function
> `ParseDirectory':
> : undefined reference to `httpd_RedirectNew'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x3d0c): In function
> `mvar_VlmSetNew':
> : undefined reference to `vlm_ExecuteCommand'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x3da8): In function
> `mvar_VlmSetNew':
> : undefined reference to `vlm_ExecuteCommand'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x3fb4): In function
> `mvar_VlmSetNew':
> : undefined reference to `vlm_MessageDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x4020): In function
> `mvar_VlmSetNew':
> : undefined reference to `vlm_MessageDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x6114): In function
> `MacroDo':
> : undefined reference to `__vlm_New'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x651c): In function
> `MacroDo':
> : undefined reference to `vlm_ExecuteCommand'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x6630): In function
> `MacroDo':
> : undefined reference to `vlm_MessageDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x667c): In function
> `MacroDo':
> : undefined reference to `__vlm_New'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x671c): In function
> `MacroDo':
> : undefined reference to `vlm_ExecuteCommand'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x6754): In function
> `MacroDo':
> : undefined reference to `__vlm_New'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x692c): In function
> `MacroDo':
> : undefined reference to `vlm_ExecuteCommand'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x6964): In function
> `MacroDo':
> : undefined reference to `__vlm_New'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x6a5c): In function
> `MacroDo':
> : undefined reference to `vlm_ExecuteCommand'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x6a74): In function
> `MacroDo':
> : undefined reference to `vlm_MessageDelete'
> ./modules/control/libhttp.a(libhttp_a-http.o)(.text+0x7c74): In function
> `Execute':
> : undefined reference to `__vlm_New'
>
>
> I then try to rearrange the compliation order and put libvlc.a in the very
> end. However, I still have problems and I'm getting:
>
> mipsel-linux-gcc -Wsign-compare -Wall -pipe
> -L/home/mediadev/Arthur/blackWidow/opt/toolchains/uclibc-crosstools-2.4.3/lib/
> -L/home/mediadev/Arthur/blackWidow/opt/toolchains/uclibc-crosstools-2.4.3/mipsel-linux-uclibc/lib
> -ldl -L/home/mediadev/Arthur/blackWidow/pcsc-configure/usr/local/lib
> -pthread
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libmad-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/lame-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libid3tag-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/zlib-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/ffmpeg
> -o vlc ./modules/codec/ffmpeg/libffmpeg.a
> ./modules/stream_out/libstream_out_switcher.a
> ./modules/misc/dummy/libdummy.a ./modules/misc/liblogger.a
> ./modules/misc/memcpy/libmemcpy.a ./modules/demux/mpeg/libmpgv.a
> ./modules/demux/mpeg/libmpga.a ./modules/demux/mpeg/libm4v.a
> ./modules/demux/mpeg/libm4a.a ./modules/demux/mpeg/libh264.a
> ./modules/demux/libps.a ./modules/demux/libpva.a
> ./modules/demux/avi/libavi.a ./modules/demux/asf/libasf.a
> ./modules/demux/mp4/libmp4.a ./modules/demux/librawdv.a
> ./modules/demux/libnsv.a ./modules/demux/libreal.a ./modules/demux/libaiff.a
> ./modules/demux/libmjpeg.a ./modules/demux/libdemuxdump.a
> ./modules/demux/libflac.a ./modules/codec/libcvdsub.a
> ./modules/codec/libsvcdsub.a ./modules/codec/spudec/libspudec.a
> ./modules/codec/libsubsdec.a ./modules/codec/libdvbsub.a
> ./modules/codec/libmpeg_audio.a ./modules/codec/liblpcm.a
> ./modules/codec/liba52.a ./modules/codec/libdts.a
> ./modules/codec/libcinepak.a ./modules/codec/libflacdec.a
> ./modules/video_filter/libdeinterlace.a ./modules/video_filter/libinvert.a
> ./modules/video_filter/libadjust.a ./modules/video_filter/libtransform.a
> ./modules/video_filter/libdistort.a ./modules/video_filter/libmotionblur.a
> ./modules/audio_filter/converter/libfixed32tos16.a
> ./modules/audio_filter/converter/libs16tofixed32.a
> ./modules/audio_filter/converter/libu8tofixed32.a
> ./modules/audio_filter/resampler/libtrivial_resampler.a
> ./modules/audio_filter/resampler/libugly_resampler.a
> ./modules/audio_filter/channel_mixer/libtrivial_channel_mixer.a
> ./modules/audio_mixer/libtrivial_mixer.a
> ./modules/demux/playlist/libplaylist.a ./modules/misc/playlist/libexport.a
> ./modules/demux/libsgimb.a ./modules/demux/libm3u.a
> ./modules/misc/xml/libxtag.a ./modules/video_chroma/libi420_rgb.a
> ./modules/codec/librawvideo.a ./modules/video_filter/libblend.a
> ./modules/video_filter/libscale.a ./modules/video_output/libimage.a
> ./modules/video_filter/liblogo.a ./modules/demux/libwav.a
> ./modules/codec/libaraw.a ./modules/demux/libsubtitle.a
> ./modules/demux/libvobsub.a ./modules/codec/libadpcm.a
> ./modules/demux/liba52sys.a ./modules/demux/libdtssys.a
> ./modules/demux/libau.a ./modules/demux/libty.a ./modules/demux/libvoc.a
> ./modules/demux/libxa.a ./modules/demux/libnuv.a
> ./modules/access/libaccess_directory.a ./modules/access/libaccess_file.a
> ./modules/access/libaccess_udp.a ./modules/access/libaccess_tcp.a
> ./modules/access/libaccess_http.a ./modules/access/mms/libaccess_mms.a
> ./modules/access/libaccess_ftp.a ./modules/misc/network/libipv4.a
> ./modules/packetizer/libpacketizer_mpegvideo.a
> ./modules/packetizer/libpacketizer_h264.a
> ./modules/packetizer/libpacketizer_mpeg4video.a
> ./modules/packetizer/libpacketizer_mpeg4audio.a
> ./modules/access/libaccess_fake.a
> ./modules/access_filter/libaccess_filter_timeshift.a
> ./modules/access_filter/libaccess_filter_record.a
> ./modules/control/libgestures.a ./modules/control/librc.a
> ./modules/control/libtelnet.a ./modules/control/libhotkeys.a
> ./modules/control/libnetsync.a ./modules/control/libshowintf.a
> ./modules/video_filter/libtime.a ./modules/video_filter/libmarq.a
> ./modules/services_discovery/libsap.a
> ./modules/services_discovery/libshout.a ./modules/video_filter/libmosaic.a
> ./modules/video_filter/libwall.a ./modules/video_filter/libmotiondetect.a
> ./modules/video_filter/libclone.a ./modules/video_filter/libcrop.a
> ./modules/video_chroma/libi420_yuy2.a ./modules/video_chroma/libi422_yuy2.a
> ./modules/video_chroma/libi420_ymga.a ./modules/audio_output/libaout_file.a
> ./modules/audio_filter/resampler/liblinear_resampler.a
> ./modules/audio_filter/resampler/libbandlimited_resampler.a
> ./modules/audio_mixer/libfloat32_mixer.a
> ./modules/audio_mixer/libspdif_mixer.a
> ./modules/audio_filter/channel_mixer/libsimple_channel_mixer.a
> ./modules/audio_filter/channel_mixer/libheadphone_channel_mixer.a
> ./modules/audio_filter/libnormvol.a ./modules/audio_filter/libequalizer.a
> ./modules/audio_filter/converter/libfixed32tofloat32.a
> ./modules/audio_filter/converter/libfloat32tos16.a
> ./modules/audio_filter/converter/libfloat32tos8.a
> ./modules/audio_filter/converter/libfloat32tou16.a
> ./modules/audio_filter/converter/libfloat32tou8.a
> ./modules/audio_filter/converter/liba52tospdif.a
> ./modules/audio_filter/converter/libdtstospdif.a
> ./modules/audio_filter/converter/libs16tofloat32.a
> ./modules/audio_filter/converter/libs16tofloat32swab.a
> ./modules/audio_filter/converter/libs8tofloat32.a
> ./modules/audio_filter/converter/libu8tofloat32.a
> ./modules/audio_filter/libaudio_format.a ./modules/misc/libscreensaver.a
> ./modules/access_output/libaccess_output_dummy.a
> ./modules/access_output/libaccess_output_udp.a
> ./modules/access_output/libaccess_output_file.a
> ./modules/access_output/libaccess_output_http.a
> ./modules/mux/mpeg/libmux_ps.a ./modules/mux/libmux_avi.a
> ./modules/mux/libmux_mp4.a ./modules/mux/libmux_asf.a
> ./modules/mux/libmux_dummy.a ./modules/mux/libmux_wav.a
> ./modules/mux/libmux_mpjpeg.a ./modules/packetizer/libpacketizer_copy.a
> ./modules/stream_out/libstream_out_dummy.a
> ./modules/stream_out/libstream_out_standard.a
> ./modules/stream_out/libstream_out_es.a
> ./modules/stream_out/libstream_out_rtp.a
> ./modules/stream_out/libstream_out_description.a
> ./modules/misc/libvod_rtsp.a ./modules/stream_out/libstream_out_duplicate.a
> ./modules/stream_out/libstream_out_gather.a
> ./modules/stream_out/libstream_out_display.a
> ./modules/stream_out/libstream_out_transcode.a
> ./modules/stream_out/libstream_out_bridge.a
> ./modules/stream_out/libstream_out_mosaic_bridge.a
> ./modules/control/libhttp.a ./modules/misc/network/libipv6.a
> ./modules/audio_filter/converter/libmpgatofixed32.a
> ./modules/demux/util/libid3tag.a ./modules/video_output/libfb.a
> ./modules/audio_output/liboss.a
> -L/home/mediadev/Arthur/blackWidow/vlc-configure/usr/local/lib -lpthread -lm
> -L/home/mediadev/Arthur/blackWidow/opt/toolchains/uclibc-crosstools-2.4.3/lib/
> -L/home/mediadev/Arthur/blackWidow/opt/toolchains/uclibc-crosstools-2.4.3/mipsel-linux-uclibc/lib
> -ldl -L/home/mediadev/Arthur/blackWidow/pcsc-configure/usr/local/lib
> -pthread
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libmad-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/lame-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libid3tag-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/zlib-configure/lib
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/ffmpeg
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/libavformat
> /home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/libavformat/libavformat.a
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/libavcodec
> /home/mediadev/Arthur/blackWidow/vlc-dependencies/ffmpeg-20041113/libavcodec/libavcodec.a
> src/vlc-vlc.o lib/libvlc.a -lmp3lame -lm -lz -lm -lm -lm -lz -lm -lm -lm
> -lmad
> -L/home/mediadev/Arthur/blackWidow/vlc-dependencies/libmad-configure/lib
> -lid3tag -lz
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1088): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__ffmpeg'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x10ac): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_switcher'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x10d0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__dummy'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x10f4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__logger'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1118): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__memcpy'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x113c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mpgv'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1160): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mpga'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1184): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__m4v'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x11a8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__m4a'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x11cc): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__h264'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x11f0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry(short *)'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1214): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__pva'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1238): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__avi'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x125c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__asf'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1280): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mp4'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x12a4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__rawdv'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x12c8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__nsv'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x12ec): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__real'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1310): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__aiff'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1334): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mjpeg'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1358): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__demuxdump'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x137c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__flac'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x13a0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry(char, void, double, short, bool
> __restrict)'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x13c4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry(short, void, char, double, short, bool
> __restrict)'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x13e8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry(short, double __restrict *,...)(char)'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x140c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry(short, bool __restrict, short,
> double,...)(char)'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1430): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry(double, void, bool, short, bool
> __restrict)'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1454): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mpeg_audio'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1478): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__lpcm'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x149c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__a52'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x14c0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__dts'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x14e4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__cinepak'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1508): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__flacdec'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x152c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__deinterlace'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1550): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__invert'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1574): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__adjust'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1598): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__transform'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x15bc): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__distort'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x15e0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__motionblur'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1604): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__fixed32tos16'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1628): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__s16tofixed32'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x164c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__u8tofixed32'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1670): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__trivial_resampler'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1694): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__ugly_resampler'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x16b8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__trivial_channel_mixer'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x16dc): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__trivial_mixer'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1700): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__playlist'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1724): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__export'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1748): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__sgimb'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x176c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__m3u'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1790): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__xtag'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x17b4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__i420_rgb'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x17d8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__rawvideo'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x17fc): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__blend'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1820): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__scale'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1844): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__image'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1868): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__logo'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x188c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__wav'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x18b0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__araw'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x18d4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__subtitle'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x18f8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__vobsub'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x191c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__adpcm'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1940): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__a52sys'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1964): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__dtssys'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1988): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__au'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x19ac): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__ty'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x19d0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__voc'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x19f4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__xa'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1a18): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__nuv'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1a3c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_directory'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1a60): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_file'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1a84): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_udp'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1aa8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_tcp'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1acc): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_http'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1af0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_mms'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1b14): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_ftp'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1b38): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__ipv4'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1b5c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__packetizer_mpegvideo'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1b80): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__packetizer_h264'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1ba4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__packetizer_mpeg4video'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1bc8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__packetizer_mpeg4audio'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1bec): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_fake'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1c10): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_filter_timeshift'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1c34): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_filter_record'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1c58): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__gestures'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1c7c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry(long double, char)'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1ca0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__telnet'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1cc4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__hotkeys'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1ce8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__netsync'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1d0c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__showintf'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1d30): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__time'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1d54): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__marq'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1d78): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__sap'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1d9c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__shout'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1dc0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mosaic'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1de4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__wall'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1e08): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__motiondetect'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1e2c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__clone'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1e50): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__crop'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1e74): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__i420_yuy2'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1e98): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__i422_yuy2'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1ebc): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__i420_ymga'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1ee0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__aout_file'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1f04): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__linear_resampler'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1f28): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__bandlimited_resampler'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1f4c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__float32_mixer'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1f70): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__spdif_mixer'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1f94): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__simple_channel_mixer'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1fb8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__headphone_channel_mixer'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x1fdc): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__normvol'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2000): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__equalizer'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2024): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__fixed32tofloat32'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2048): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__float32tos16'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x206c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__float32tos8'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2090): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__float32tou16'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x20b4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__float32tou8'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x20d8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__a52tospdif'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x20fc): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__dtstospdif'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2120): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__s16tofloat32'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2144): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__s16tofloat32swab'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2168): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__s8tofloat32'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x218c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__u8tofloat32'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x21b0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__audio_format'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x21d4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__screensaver'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x21f8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_output_dummy'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x221c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_output_udp'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2240): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_output_file'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2264): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__access_output_http'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2288): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mux_ps'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x22ac): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mux_avi'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x22d0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mux_mp4'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x22f4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mux_asf'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2318): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mux_dummy'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x233c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mux_wav'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2360): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mux_mpjpeg'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2384): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__packetizer_copy'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x23a8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_dummy'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x23cc): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_standard'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x23f0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_es'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2414): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_rtp'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2438): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_description'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x245c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__vod_rtsp'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2480): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_duplicate'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x24a4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_gather'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x24c8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_display'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x24ec): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_transcode'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2510): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_bridge'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2534): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__stream_out_mosaic_bridge'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x2558): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__http'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x257c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__ipv6'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x25a0): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__mpgatofixed32'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x25c4): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry(int, double, tag)'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x25e8): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry(float, bool)'
> lib/libvlc.a(lib_libvlc_a-modules.o)(.text+0x260c): In function
> `__module_LoadBuiltins':
> : undefined reference to `vlc_entry__oss'
>
>
> I am convinced that it should just be some rearrangement problems. What
> might be wrong? Thanks a lot!
>
> Cheers,
>
> Arthur
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20051011/bb11b042/attachment.html>


More information about the vlc mailing list