Hi zippo,
I don't know what the dvdread library is called. Whatever it's called, you need to add it to the compile/link line.
Something sort of like... gcc myapp.c -o myapp -L/usr/dvdread -ldvdread
HTH, --Eljay
Hi zippo,
Something sort of like... gcc myapp.c -o myapp -L/usr/dvdread -ldvdread
HTH, --Eljay