From df4da91a06fe862525b4761a6e2ed47ad2cb2550 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 18 Mar 2006 01:05:42 +0000 Subject: [PATCH] Update instructions --- README | 4 +++- README.libcdio | 10 ++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README b/README index 5c4f163d..54ad648f 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ +See README.libcdio for installation instructions. + The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. @@ -41,4 +43,4 @@ At present, there is no support for writing CD's, nor is there any support for reading or writing DVDs. For some of these, there are other libraries (e.g. libdi, libscg, or libdvdread) may be helpful. -$Id: README,v 1.10 2005/10/25 12:35:10 rocky Exp $ +$Id: README,v 1.11 2006/03/18 01:05:42 rocky Exp $ diff --git a/README.libcdio b/README.libcdio index b6f9376e..d19dc823 100644 --- a/README.libcdio +++ b/README.libcdio @@ -75,7 +75,13 @@ Solaris ------- You may need to use --without-versioned-libs if you get a problem -building libcdio or libiso9660. +building libcdio or libiso9660. + +If you get a message like: + libcdio.so: attempted multiple inclusion of file + +because you have enable vcd-info and it is installed, then the only +way I know how to get around is to use configure with --disable-shared. OS Support --------------- @@ -97,4 +103,4 @@ and reporting problems. If you search the Internet, you'll see that someone has copied and modified the FreeBSD code to work on NetBSD. Because that is not GPL, it can't be included here. -$Id: README.libcdio,v 1.10 2005/10/25 12:58:54 rocky Exp $ +$Id: README.libcdio,v 1.11 2006/03/18 01:05:42 rocky Exp $