<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Any users of libdvdread out there??? (however, may 
not be a libdvdread issue . . .)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have been trying to compile libdvdread with 
dvdcss linked, but I keep getting the following error when running libdvdread's 
configure:</FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV><FONT face=Arial size=2>...</FONT></DIV>
  <DIV><FONT face=Arial size=2>checking dynamic linker characteristics... Win32 
  ld.exe<BR>checking how to hardcode library paths into programs... 
  immediate<BR>checking dvdcss/dvdcss.h usability... yes<BR>checking 
  dvdcss/dvdcss.h presence... yes<BR>checking for dvdcss/dvdcss.h... 
  yes<BR>checking for dvdcss_interface_2 in -ldvdcss... no<BR>configure: error: 
  You need libdvdcss.so.2 or later</FONT></DIV></BLOCKQUOTE>
<DIV><FONT face=Arial size=2>The full command I am using is as 
follows:</FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><FONT face=Arial size=2>
  <DIV><BR>./configure --with-libdvdcss-includes=/usr/include 
  --with-libdvdcss-libs=/usr<BR>/lib (My libdvdcs includes and libraries are in 
  /usr/include and /usr/lib)</DIV></BLOCKQUOTE>
<DIV dir=ltr>I am running under MinGW/MSYS. When I tried only './configure', I 
got errors with not having dlopen. </DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>When the configure script compiles the test program to verify 
libdvdcss, it uses -ldvdcss and appears to have the proper -I and -L arguments 
to reference the libdvdcss library. Also, I verified libdvdcss by trying out the 
csstest.c program and it seemed to work fine. I did notice, however, it seems to 
work when compiling as "gcc ... test.c -ldvdcss", but not "gcc ... -ldvdcss 
test.c", which is how the configure script is attempting to compile its test 
script. </DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>If you can provide any help or insight, I would appreciate it a 
lot.</DIV>
<DIV dir=ltr>&nbsp;</DIV>
<DIV dir=ltr>Thanks,</DIV>
<DIV dir=ltr>Richard</FONT></DIV></BODY></HTML>