Hi<br><br>The dvdnav access module uses dlopen(), which requires libdl under BeOS, and in general, libintl needs to be declared in the LDFLAGS for it to be linked on BeOS - the current decleration method for it does not ensure it is linked by default. Two additional lines in a BeOS-only section of 
<a href="http://configure.ac">configure.ac</a> will fix this<br><br>With thanks to Christophe for guiding me to this:<br><br>Index: <a href="http://configure.ac">configure.ac</a><br>===================================================================
<br>--- <a href="http://configure.ac">configure.ac</a>    (revision 13710)<br>+++ <a href="http://configure.ac">configure.ac</a>    (working copy)<br>@@ -210,7 +210,8 @@<br>     VLC_ADD_CXXFLAGS([beos],[])<br>     VLC_ADD_LDFLAGS([vlc beos logger],[-lbe])
<br>     VLC_ADD_LDFLAGS([beos],[-lmedia -ltranslation -ltracker -lgame])<br>-<br>+    VLC_ADD_LDFLAGS([dvdnav],[-ldl])<br>+    LDFLAGS_save="${LDFLAGS_save} -lintl"; LDFLAGS="${CFLAGS_save}"<br>     dnl Check for BONE
<br>     if test -f /boot/beos/system/lib/libbind.so; then<br>         VLC_ADD_LDFLAGS([access_file access_ftp access_mms access_output_udp telnet netsync sap ipv4 vlc],[-lbind -lsocket])<br><br><br>Cian<br clear="all"><br>
-- <br>-------------------------<br>"We're busy running out of time"<br>