Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2003 22:34:21 -0800 (PST)
From:      Peter Leftwich <Hostmaster@Video2Video.Com>
To:        FreeBSD Questions LIST <FreeBSD-Questions@FreeBSD.Org>, SDBUG <SDBug@SDBug.Org>
Subject:   Problems making "ogle" and "libdvdread"
Message-ID:  <20030322223138.F35891-300000@Www.Video2Video.Com>

next in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

--Boundary_(ID_4YX0XkPUz9Ss+HgPWsEucw)
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT

Actually, switch the order of those.  I'm trying to make or put libdvdread
in the right place so when I run `./configure` in the ogle-0.9.0 directory
it won't keep complaining about libdvdread.  Can someone please comment?

I emailed ports@FreeBSD.org asking for an ogle package but I don't know
where that request will go...  Thanks everybody, please CC replies to me.

--
Peter Leftwich
President & Founder, Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
http://Www.Video2Video.Com

--Boundary_(ID_4YX0XkPUz9Ss+HgPWsEucw)
Content-id: <20030322223421.I35891@Www.Video2Video.Com>
Content-type: TEXT/PLAIN; charset=US-ASCII; name=typescript
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=typescript
Content-description:

Script started on Sat Mar 22 22:27:23 2003
Reading .cshrc file...

Done reading .cshrc file!

# pwd


/root/libdvdread-0.9.4

# ./configure


checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... no

checking for mawk... no

checking for nawk... nawk

checking whether make sets ${MAKE}... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking build system type... i386-unknown-freebsd4.7

checking host system type... i386-unknown-freebsd4.7

checking for gcc... gcc

checking for C compiler default output... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables... 

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for style of include used by make... GNU

checking dependency style of gcc... gcc

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

checking for ld used by GCC... /usr/libexec/elf/ld

checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes

checking for /usr/libexec/elf/ld option to reload object files... -r

checking for BSD-compatible nm... /usr/bin/nm -B

checking whether ln -s works... yes

checking how to recognise dependant libraries... pass_all

checking command to parse /usr/bin/nm -B output... ok

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... no

checking for unistd.h... yes

checking dlfcn.h usability... yes

checking dlfcn.h presence... yes

checking for dlfcn.h... yes

checking for ranlib... ranlib

checking for strip... strip

checking for objdir... .libs

checking for gcc option to produce PIC... -fPIC

checking if gcc PIC flag -fPIC works... yes

checking if gcc static flag -static works... yes

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.lo... yes

checking if gcc supports -fno-rtti -fno-exceptions... yes

checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking dynamic linker characteristics... freebsd4.7 ld.so

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

checking whether -lc should be explicitly linked in... yes

creating libtool

checking for dlopen... yes

checking for inttypes.h... (cached) yes

checking byteswap.h usability... no

checking byteswap.h presence... no

checking for byteswap.h... no

checking sys/bswap.h usability... no

checking sys/bswap.h presence... no

checking for sys/bswap.h... no

checking sys/endian.h usability... yes

checking sys/endian.h presence... yes

checking for sys/endian.h... yes

checking sys/param.h usability... yes

checking sys/param.h presence... yes

checking for sys/param.h... yes

checking limits.h usability... yes

checking limits.h presence... yes

checking for limits.h... yes

checking whether byte ordering is bigendian... no

checking for gcc option to accept ANSI C... none needed

checking for an ANSI C-conforming const... yes

checking for inline... inline

checking for size_t... yes

configure: creating ./config.status

config.status: creating Makefile

config.status: creating src/Makefile

config.status: creating dvdread/Makefile

config.status: creating config.h

config.status: config.h is unchanged

config.status: executing depfiles commands

# make install clean


Making install in dvdread

/bin/sh ../mkinstalldirs /usr/local/lib

 /bin/sh ../libtool --mode=install /usr/bin/install -c  libdvdread.la /usr/local/lib/libdvdread.la

/usr/bin/install -c .libs/libdvdread.so.3 /usr/local/lib/libdvdread.so.3

(cd /usr/local/lib && rm -f libdvdread.so && ln -s libdvdread.so.3 libdvdread.so)

(cd /usr/local/lib && rm -f libdvdread.so && ln -s libdvdread.so.3 libdvdread.so)

/usr/bin/install -c .libs/libdvdread.lai /usr/local/lib/libdvdread.la

/usr/bin/install -c .libs/libdvdread.a /usr/local/lib/libdvdread.a

ranlib /usr/local/lib/libdvdread.a

chmod 644 /usr/local/lib/libdvdread.a

----------------------------------------------------------------------

Libraries have been installed in:

   /usr/local/lib



If you ever happen to want to link against installed libraries

in a given directory, LIBDIR, you must either use libtool, and

specify the full pathname of the library, or use the `-LLIBDIR'

flag during linking and do at least one of the following:

   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable

     during execution

   - add LIBDIR to the `LD_RUN_PATH' environment variable

     during linking

   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag



See any operating system documentation about shared libraries for

more information, such as the ld(1) and ld.so(8) manual pages.

----------------------------------------------------------------------

/bin/sh ../mkinstalldirs /usr/local/include/dvdread

 /usr/bin/install -c -m 644 dvd_reader.h /usr/local/include/dvdread/dvd_reader.h

 /usr/bin/install -c -m 644 ifo_types.h /usr/local/include/dvdread/ifo_types.h

 /usr/bin/install -c -m 644 ifo_read.h /usr/local/include/dvdread/ifo_read.h

 /usr/bin/install -c -m 644 ifo_print.h /usr/local/include/dvdread/ifo_print.h

 /usr/bin/install -c -m 644 nav_types.h /usr/local/include/dvdread/nav_types.h

 /usr/bin/install -c -m 644 nav_read.h /usr/local/include/dvdread/nav_read.h

 /usr/bin/install -c -m 644 nav_print.h /usr/local/include/dvdread/nav_print.h

Making install in src

/bin/sh ../libtool --mode=link gcc  -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2    -o ifo_dump  ifo_dump.o ../dvdread/libdvdread.la 

gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o .libs/ifo_dump ifo_dump.o  ../dvdread/.libs/libdvdread.so -Wl,--rpath -Wl,/usr/local/lib

../dvdread/.libs/libdvdread.so: undefined reference to `be64toh'

*** Error code 1



Stop in /root/libdvdread-0.9.4/src.

*** Error code 1



Stop in /root/libdvdread-0.9.4.

# ^Dexit


Script done on Sat Mar 22 22:27:50 2003

--Boundary_(ID_4YX0XkPUz9Ss+HgPWsEucw)
Content-id: <20030322223421.A35891@Www.Video2Video.Com>
Content-type: TEXT/PLAIN; charset=US-ASCII; name=typescript
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=typescript
Content-description:

Script started on Sat Mar 22 22:31:09 2003
Reading .cshrc file...

Done reading .cshrc file!

# pwd


/root/ogle-0.9.0

# ./configure


checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for gawk... no

checking for mawk... no

checking for nawk... nawk

checking whether make sets ${MAKE}... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking build system type... i386-unknown-freebsd4.7

checking host system type... i386-unknown-freebsd4.7

checking for gcc... gcc

checking for C compiler default output... a.out

checking whether the C compiler works... yes

checking whether we are cross compiling... no

checking for suffix of executables... 

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for style of include used by make... GNU

checking dependency style of gcc... gcc

checking for ld used by GCC... /usr/libexec/elf/ld

checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes

checking for /usr/libexec/elf/ld option to reload object files... -r

checking for BSD-compatible nm... /usr/bin/nm -B

checking whether ln -s works... yes

checking how to recognise dependant libraries... pass_all

checking command to parse /usr/bin/nm -B output... ok

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... no

checking for unistd.h... yes

checking dlfcn.h usability... yes

checking dlfcn.h presence... yes

checking for dlfcn.h... yes

checking for ranlib... ranlib

checking for strip... strip

checking for objdir... .libs

checking for gcc option to produce PIC... -fPIC

checking if gcc PIC flag -fPIC works... yes

checking if gcc static flag -static works... yes

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.lo... yes

checking if gcc supports -fno-rtti -fno-exceptions... yes

checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking dynamic linker characteristics... freebsd4.7 ld.so

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

checking whether -lc should be explicitly linked in... yes

creating libtool

checking whether byte ordering is bigendian... no

checking for gcc option to accept ANSI C... none needed

checking for an ANSI C-conforming const... yes

checking for inline... inline

checking for always_inline... no

checking for inttypes.h... (cached) yes

checking byteswap.h usability... no

checking byteswap.h presence... no

checking for byteswap.h... no

checking sys/bswap.h usability... no

checking sys/bswap.h presence... no

checking for sys/bswap.h... no

checking sys/endian.h usability... yes

checking sys/endian.h presence... yes

checking for sys/endian.h... yes

checking sys/param.h usability... yes

checking sys/param.h presence... yes

checking for sys/param.h... yes

checking stropts.h usability... no

checking stropts.h presence... no

checking for stropts.h... no

checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include

checking for gethostbyname... yes

checking for connect... yes

checking for remove... yes

checking for shmat... yes

checking for IceConnectionNumber in -lICE... yes

checking for X11/extensions/XShm.h... yes

checking for XShmQueryExtension in -lXext... yes

checking for XSolarisGetVisualGamma in -lXmu... no

checking X11/extensions/Xv.h usability... yes

checking X11/extensions/Xv.h presence... yes

checking for X11/extensions/Xv.h... yes

checking for XvQueryExtension in -lXv... yes

checking for main in -ljpeg... yes

checking jpeglib.h usability... yes

checking jpeglib.h presence... yes

checking for jpeglib.h... yes

checking for clock_gettime... yes

checking for nanosleep... yes

checking for madvise... yes

checking for DVDDiscID in -ldvdread... no

checking for DVDOpen in -ldvdread... no

configure: error: Need libdvdread, install it or specify it's location

# make install clean


make: don't know how to make install. Stop

# ^Dexit


Script done on Sat Mar 22 22:31:33 2003

--Boundary_(ID_4YX0XkPUz9Ss+HgPWsEucw)--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030322223138.F35891-300000>