after compiling goes nice there is an error in the library.
[root@cc16672-b gcc-2.95.3]# ld /usr/lib/libaviplay.so
ld: warning: cannot find entry symbol _start; not setting start address
/usr/lib/libaviplay.so: undefined reference to `cerr'
/usr/lib/libaviplay.so: undefined reference to
`ostream::operator<<(unsigned long)'
/usr/lib/libaviplay.so: undefined reference to `endl(ostream &)'
/usr/lib/libaviplay.so: undefined reference to `ostream::operator<<(long)'
/usr/lib/libaviplay.so: undefined reference to `ostream::operator<<(void
const *)'
/usr/lib/libaviplay.so: undefined reference to `ostream::operator<<(double)'
/usr/lib/libaviplay.so: undefined reference to
`string_char_traits<char>::copy(char *, char const *, unsigned int)'
/usr/lib/libaviplay.so: undefined reference to `ostream::operator<<(short)'
/usr/lib/libaviplay.so: undefined reference to `__out_of_range(char
const *)'
/usr/lib/libaviplay.so: undefined reference to
`ostream::operator<<(ostream &(*)(ostream &))'
/usr/lib/libaviplay.so: undefined reference to
`string_char_traits<char>::eos(void)'
/usr/lib/libaviplay.so: undefined reference to `strstream::str(void)'
/usr/lib/libaviplay.so: undefined reference to `strstream::~strstream(void)'
/usr/lib/libaviplay.so: undefined reference to `ostream::operator<<(char
const *)'
/usr/lib/libaviplay.so: undefined reference to `ostream::operator<<(ios
&(*)(ios &))'
/usr/lib/libaviplay.so: undefined reference to `dec(ios &)'
/usr/lib/libaviplay.so: undefined reference to `strstream::strstream(int)'
/usr/lib/libaviplay.so: undefined reference to
`string_char_traits<char>::eq(char const &, char const &)'
/usr/lib/libaviplay.so: undefined reference to `ios::setf(unsigned long,
unsigned long)'
/usr/lib/libaviplay.so: undefined reference to `ostream::operator<<(int)'
/usr/lib/libaviplay.so: undefined reference to
`ostream::operator<<(unsigned int)'
/usr/lib/libaviplay.so: undefined reference to
`string_char_traits<char>::compare(char const *, char const *, unsigned
int)'
/usr/lib/libaviplay.so: undefined reference to
`string_char_traits<char>::move(char *, char const *, unsigned int)'
/usr/lib/libaviplay.so: undefined reference to
`string_char_traits<char>::length(char const *)'
/usr/lib/libaviplay.so: undefined reference to `__length_error(char
const *)'
/usr/lib/libaviplay.so: undefined reference to `ostream::write(char
const *, int)'
/usr/lib/libaviplay.so: undefined reference to `hex(ios &)'
/usr/lib/libaviplay.so: undefined reference to
`string_char_traits<char>::assign(char &, char const &)'
/usr/lib/libaviplay.so: undefined reference to `cout'
thsi error do i have with version 0.6.6 and with 0.6.0 and with the rpm
from redhat version 0.5.3 and version 0.6.5 any other version did i nto
test (the error is by every version a bit different but they all look
liek the same to me).
i tried recompilign libc , gcc , installed as many as possible needed
libraries but it still is there
my libc version is 2.2.2
my gcc version is 2.95.3 (also tested 2.95.2.1)
qt version is 2.3.0
my kernel is 2.4.14 (compiled for my system)
my cpu is an amd athlon (tunderbird)
in the file installed programs i put the dir listing so you can see what
i have installed onb my system most times it is the newest except in two
cases (glibc version 2.2.2 and gcc 2.95.3) and not 2.2.4 and gcc 3.0.1
i hope you got the needed information
jurrien koopmans
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.52. Invocation command line was
$ ./configure --prefix=/usr
## ---------- ##
## Platform. ##
## ---------- ##
hostname = cc16672-b
uname -m = i686
uname -r = 2.4.14
uname -s = Linux
uname -v = #2 Mon Nov 19 17:25:17 CET 2001
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH =
/usr/qt/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/lib
## ------------ ##
## Core tests. ##
## ------------ ##
configure:1191: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:1194: $? = 127
configure:1251: checking for a BSD compatible install
configure:1300: result: /usr/bin/install -c
configure:1311: checking whether build environment is sane
configure:1354: result: yes
configure:1387: checking for mawk
configure:1413: result: no
configure:1387: checking for gawk
configure:1402: found /bin/gawk
configure:1410: result: gawk
configure:1420: checking whether make sets ${MAKE}
configure:1440: result: yes
configure:1542: checking build system type
configure:1560: result: i686-pc-linux-gnu
configure:1567: checking host system type
configure:1581: result: i686-pc-linux-gnu
configure:1588: checking target system type
configure:1602: result: i686-pc-linux-gnu
configure:1661: checking for gcc
configure:1676: found /usr/bin/gcc
configure:1684: result: gcc
configure:1912: checking for C compiler version
configure:1915: gcc --version </dev/null >&5
2.95.3
configure:1918: $? = 0
configure:1920: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
gcc version 2.95.3 20010315 (release)
configure:1923: $? = 0
configure:1925: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1928: $? = 1
configure:1948: checking for C compiler default output
configure:1951: gcc conftest.c >&5
configure:1954: $? = 0
configure:1983: result: a.out
configure:1988: checking whether the C compiler works
configure:1994: ./a.out
configure:1997: $? = 0
configure:2012: result: yes
configure:2019: checking whether we are cross compiling
configure:2021: result: no
configure:2024: checking for executable suffix
configure:2026: gcc -o conftest conftest.c >&5
configure:2029: $? = 0
configure:2051: result:
configure:2057: checking for object suffix
configure:2075: gcc -c conftest.c >&5
configure:2078: $? = 0
configure:2097: result: o
configure:2101: checking whether we are using the GNU C compiler
configure:2122: gcc -c conftest.c >&5
configure:2125: $? = 0
configure:2128: test -s conftest.o
configure:2131: $? = 0
configure:2143: result: yes
configure:2149: checking whether gcc accepts -g
configure:2167: gcc -c -g conftest.c >&5
configure:2170: $? = 0
configure:2173: test -s conftest.o
configure:2176: $? = 0
configure:2186: result: yes
configure:2213: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before `me'
configure:2216: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2322: checking for style of include used by make
configure:2349: result: GNU
configure:2355: checking dependency style of gcc
configure:2417: result: gcc
configure:2426: checking how to run the C preprocessor
configure:2452: gcc -E conftest.c
configure:2458: $? = 0
configure:2485: gcc -E conftest.c
configure:2482: ac_nonexistent.h: No such file or directory
configure:2491: $? = 1
configure: failed program was:
#line 2481 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2528: result: gcc -E
configure:2543: gcc -E conftest.c
configure:2549: $? = 0
configure:2576: gcc -E conftest.c
configure:2573: ac_nonexistent.h: No such file or directory
configure:2582: $? = 1
configure: failed program was:
#line 2572 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2670: checking for g++
configure:2685: found /usr/bin/g++
configure:2693: result: g++
configure:2708: checking for C++ compiler version
configure:2711: g++ --version </dev/null >&5
2.95.3
configure:2714: $? = 0
configure:2716: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
gcc version 2.95.3 20010315 (release)
configure:2719: $? = 0
configure:2721: g++ -V </dev/null >&5
g++: argument to `-V' missing
configure:2724: $? = 1
configure:2727: checking whether we are using the GNU C++ compiler
configure:2748: g++ -c conftest.cc >&5
configure:2751: $? = 0
configure:2754: test -s conftest.o
configure:2757: $? = 0
configure:2769: result: yes
configure:2775: checking whether g++ accepts -g
configure:2793: g++ -c -g conftest.cc >&5
configure:2796: $? = 0
configure:2799: test -s conftest.o
configure:2802: $? = 0
configure:2812: result: yes
configure:2852: g++ -c -g -O2 conftest.cc >&5
configure:2855: $? = 0
configure:2858: test -s conftest.o
configure:2861: $? = 0
configure:2883: g++ -c -g -O2 conftest.cc >&5
configure:2886: $? = 0
configure:2889: test -s conftest.o
configure:2892: $? = 0
configure:2916: checking dependency style of g++
configure:2978: result: gcc
configure:2987: checking how to run the C++ preprocessor
configure:3009: g++ -E conftest.cc
configure:3015: $? = 0
configure:3042: g++ -E conftest.cc
configure:3039: ac_nonexistent.h: No such file or directory
configure:3048: $? = 1
configure: failed program was:
#line 3038 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3085: result: g++ -E
configure:3100: g++ -E conftest.cc
configure:3106: $? = 0
configure:3133: g++ -E conftest.cc
configure:3130: ac_nonexistent.h: No such file or directory
configure:3139: $? = 1
configure: failed program was:
#line 3129 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3190: checking for a BSD compatible install
configure:3239: result: /usr/bin/install -c
configure:3333: checking for ld used by GCC
configure:3396: result: /usr/i686-pc-linux-gnu/bin/ld
configure:3405: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld
GNU ld version 2.11.2 (with BFD 2.11.2)
configure:3417: result: yes
configure:3421: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object
files
configure:3428: result: -r
configure:3433: checking for BSD-compatible nm
configure:3469: result: /usr/bin/nm -B
configure:3472: checking whether ln -s works
configure:3476: result: yes
configure:3483: checking how to recognise dependant libraries
configure:3661: result: pass_all
configure:3667: checking command to parse /usr/bin/nm -B output
configure:3748: gcc -c -g -O2 conftest.c >&5
configure:3751: $? = 0
configure:3755: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3
\3/p' \> conftest.nm
configure:3758: $? = 0
configure:3810: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:3813: $? = 0
configure:3857: result: ok
configure:3864: checking for dlfcn.h
configure:3874: gcc -E conftest.c
configure:3880: $? = 0
configure:3899: result: yes
configure:4086: checking for ranlib
configure:4101: found /usr/bin/ranlib
configure:4110: result: ranlib
configure:4160: checking for strip
configure:4175: found /usr/bin/strip
configure:4184: result: strip
configure:4386: checking for objdir
configure:4397: result: .libs
configure:4412: checking for gcc option to produce PIC
configure:4562: result: -fPIC
configure:4566: checking if gcc PIC flag -fPIC works
configure:4586: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:4589: $? = 0
configure:4592: test -s conftest.o
configure:4595: $? = 0
configure:4631: result: yes
configure:4647: checking if gcc static flag -static works
configure:4668: gcc -o conftest -g -O2 -static conftest.c >&5
configure:4671: $? = 0
configure:4674: test -s conftest
configure:4677: $? = 0
configure:4691: result: yes
configure:4702: checking if gcc supports -c -o file.o
configure:4722: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:4746: result: yes
configure:4751: checking if gcc supports -c -o file.lo
configure:4775: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5
configure:4778: $? = 0
configure:4781: test -s conftest.lo
configure:4784: $? = 0
configure:4805: result: yes
configure:4836: checking if gcc supports -fno-rtti -fno-exceptions
configure:4855: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
configure:4858: $? = 0
configure:4861: test -s conftest.o
configure:4864: $? = 0
configure:4880: result: yes
configure:4891: checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports
shared libraries
configure:5543: result: yes
configure:5548: checking how to hardcode library paths into programs
configure:5572: result: immediate
configure:5577: checking whether stripping libraries is possible
configure:5582: result: yes
configure:5593: checking dynamic linker characteristics
configure:5986: result: GNU/Linux ld.so
configure:5991: checking if libtool supports shared libraries
configure:5993: result: yes
configure:5996: checking whether to build shared libraries
configure:6017: result: yes
configure:6020: checking whether to build static libraries
configure:6024: result: no
configure:6642: checking whether -lc should be explicitly linked in
configure:6650: gcc -c -g -O2 conftest.c >&5
configure:6653: $? = 0
configure:6667: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1
\| grep -lc \>/dev/null 2\>\&1
configure:6670: $? = 0
configure:6683: result: no
configure:7248: checking for dlopen in -ldl
configure:7275: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:7278: $? = 0
configure:7281: test -s conftest
configure:7284: $? = 0
configure:7295: result: yes
configure:7306: checking for nanosleep in -lposix4
configure:7333: gcc -o conftest -g -O2 conftest.c -lposix4 -ldl >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lposix4
collect2: ld returned 1 exit status
configure:7336: $? = 1
configure: failed program was:
#line 7314 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char nanosleep ();
int
main ()
{
nanosleep ();
;
return 0;
}
configure:7353: result: no
configure:7364: checking for socket in -lsocket
configure:7391: gcc -o conftest -g -O2 conftest.c -lsocket -ldl >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:7394: $? = 1
configure: failed program was:
#line 7372 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char socket ();
int
main ()
{
socket ();
;
return 0;
}
configure:7411: result: no
configure:7422: checking for gethostbyname in -lnsl
configure:7449: gcc -o conftest -g -O2 conftest.c -lnsl -ldl >&5
configure:7452: $? = 0
configure:7455: test -s conftest
configure:7458: $? = 0
configure:7469: result: yes
configure:7480: checking for kstat_open in -lkstat
configure:7507: gcc -o conftest -g -O2 conftest.c -lkstat -lnsl -ldl >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lkstat
collect2: ld returned 1 exit status
configure:7510: $? = 1
configure: failed program was:
#line 7488 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char kstat_open ();
int
main ()
{
kstat_open ();
;
return 0;
}
configure:7527: result: no
configure:7537: checking for lseek64 in -lc
configure:7564: gcc -o conftest -g -O2 conftest.c -lc -lnsl -ldl >&5
configure:7567: $? = 0
configure:7570: test -s conftest
configure:7573: $? = 0
configure:7584: result: yes
configure:7634: checking for pthreads
configure:7655: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:7658: $? = 0
configure:7661: test -s conftest
configure:7664: $? = 0
configure:7674: result: -lpthread yes
configure:7677: checking for ANSI C header files
configure:7691: gcc -E conftest.c
configure:7697: $? = 0
configure:7784: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:7787: $? = 0
configure:7789: ./conftest
configure:7792: $? = 0
configure:7805: result: yes
configure:7819: checking for fcntl.h
configure:7829: gcc -E conftest.c
configure:7835: $? = 0
configure:7854: result: yes
configure:7819: checking for limits.h
configure:7829: gcc -E conftest.c
configure:7835: $? = 0
configure:7854: result: yes
configure:7819: checking for malloc.h
configure:7829: gcc -E conftest.c
configure:7835: $? = 0
configure:7854: result: yes
configure:7819: checking for unistd.h
configure:7829: gcc -E conftest.c
configure:7835: $? = 0
configure:7854: result: yes
configure:7819: checking for stdint.h
configure:7829: gcc -E conftest.c
configure:7835: $? = 0
configure:7854: result: yes
configure:7819: checking for sys/types.h
configure:7829: gcc -E conftest.c
configure:7835: $? = 0
configure:7854: result: yes
configure:7819: checking for sys/ioctl.h
configure:7829: gcc -E conftest.c
configure:7835: $? = 0
configure:7854: result: yes
configure:7819: checking for sys/ioccom.h
configure:7829: gcc -E conftest.c
configure:7826: sys/ioccom.h: No such file or directory
configure:7835: $? = 1
configure: failed program was:
#line 7825 "configure"
#include "confdefs.h"
#include <sys/ioccom.h>
configure:7854: result: no
configure:7819: checking for sys/time.h
configure:7829: gcc -E conftest.c
configure:7835: $? = 0
configure:7854: result: yes
configure:7819: checking for sys/mman.h
configure:7829: gcc -E conftest.c
configure:7835: $? = 0
configure:7854: result: yes
configure:7865: checking for valid sysinfo struct
configure:7885: gcc -c -g -O2 conftest.c >&5
configure:7888: $? = 0
configure:7891: test -s conftest.o
configure:7894: $? = 0
configure:7905: result: yes
configure:7915: checking for gcc option to accept ANSI C
configure:7972: gcc -c -g -O2 conftest.c >&5
configure:7975: $? = 0
configure:7978: test -s conftest.o
configure:7981: $? = 0
configure:7998: result: none needed
configure:8006: checking for an ANSI C-conforming const
configure:8070: gcc -c -g -O2 conftest.c >&5
configure:8073: $? = 0
configure:8076: test -s conftest.o
configure:8079: $? = 0
configure:8089: result: yes
configure:8099: checking for inline
configure:8116: gcc -c -g -O2 conftest.c >&5
configure:8119: $? = 0
configure:8122: test -s conftest.o
configure:8125: $? = 0
configure:8136: result: inline
configure:8151: checking whether time.h and sys/time.h may both be included
configure:8173: gcc -c -g -O2 conftest.c >&5
configure:8176: $? = 0
configure:8179: test -s conftest.o
configure:8182: $? = 0
configure:8192: result: yes
configure:8203: checking whether gcc needs -traditional
configure:8238: result: no
configure:8245: checking for working memcmp
configure:8290: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8293: $? = 0
configure:8295: ./conftest
configure:8298: $? = 0
configure:8310: result: yes
configure:8320: checking for sys/types.h
configure:8351: result: yes
configure:8320: checking for sys/stat.h
configure:8332: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8338: test -s conftest.o
configure:8341: $? = 0
configure:8351: result: yes
configure:8320: checking for stdlib.h
configure:8332: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8338: test -s conftest.o
configure:8341: $? = 0
configure:8351: result: yes
configure:8320: checking for string.h
configure:8332: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8338: test -s conftest.o
configure:8341: $? = 0
configure:8351: result: yes
configure:8320: checking for memory.h
configure:8332: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8338: test -s conftest.o
configure:8341: $? = 0
configure:8351: result: yes
configure:8320: checking for strings.h
configure:8332: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8338: test -s conftest.o
configure:8341: $? = 0
configure:8351: result: yes
configure:8320: checking for inttypes.h
configure:8332: gcc -c -g -O2 conftest.c >&5
configure:8335: $? = 0
configure:8338: test -s conftest.o
configure:8341: $? = 0
configure:8351: result: yes
configure:8320: checking for stdint.h
configure:8351: result: yes
configure:8320: checking for unistd.h
configure:8351: result: yes
configure:8364: checking for stdlib.h
configure:8399: result: yes
configure:8364: checking for unistd.h
configure:8399: result: yes
configure:8412: checking for getpagesize
configure:8449: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8452: $? = 0
configure:8455: test -s conftest
configure:8458: $? = 0
configure:8468: result: yes
configure:8478: checking for working mmap
configure:8614: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8617: $? = 0
configure:8619: ./conftest
configure:8622: $? = 0
configure:8634: result: yes
configure:8645: checking return type of signal handlers
configure:8673: gcc -c -g -O2 conftest.c >&5
configure:8676: $? = 0
configure:8679: test -s conftest.o
configure:8682: $? = 0
configure:8692: result: void
configure:8702: checking for vprintf
configure:8739: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8742: $? = 0
configure:8745: test -s conftest
configure:8748: $? = 0
configure:8758: result: yes
configure:8765: checking for _doprnt
configure:8802: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
/tmp/cchl1e6I.o: In function `main':
/sources/avifile-0.6/configure:8793: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:8805: $? = 1
configure: failed program was:
#line 8771 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _doprnt (); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _doprnt ();
char (*f) ();
int
main ()
{
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
f = _doprnt;
#endif
;
return 0;
}
configure:8821: result: no
configure:8837: checking for ftime
configure:8874: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8877: $? = 0
configure:8880: test -s conftest
configure:8883: $? = 0
configure:8893: result: yes
configure:8837: checking for gettimeofday
configure:8874: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8877: $? = 0
configure:8880: test -s conftest
configure:8883: $? = 0
configure:8893: result: yes
configure:8837: checking for strdup
configure:8874: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8877: $? = 0
configure:8880: test -s conftest
configure:8883: $? = 0
configure:8893: result: yes
configure:8837: checking for strstr
configure:8874: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8877: $? = 0
configure:8880: test -s conftest
configure:8883: $? = 0
configure:8893: result: yes
configure:8837: checking for setenv
configure:8874: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8877: $? = 0
configure:8880: test -s conftest
configure:8883: $? = 0
configure:8893: result: yes
configure:8837: checking for unsetenv
configure:8874: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8877: $? = 0
configure:8880: test -s conftest
configure:8883: $? = 0
configure:8893: result: yes
configure:8837: checking for scandir
configure:8874: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8877: $? = 0
configure:8880: test -s conftest
configure:8883: $? = 0
configure:8893: result: yes
configure:8837: checking for nanosleep
configure:8874: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -ldl -lm >&5
configure:8877: $? = 0
configure:8880: test -s conftest
configure:8883: $? = 0
configure:8893: result: yes
configure:8959: checking if gcc supports "-finline-limit-200" flag(s)
configure:8976: gcc -c -finline-limit-200 conftest.c >&5
configure:8979: $? = 0
configure:8982: test -s conftest.o
configure:8985: $? = 0
configure:8995: result: yes
configure:9013: checking if malloc debugging is wanted
configure:9034: result: no
configure:9095: checking "C compiler version"
configure:9125: checking for X
configure:9334: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:9354: checking for X
configure:9384: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:9402: checking for Qt
configure:9502: checking for main in -lqt-mt
configure:9522: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe -Wall
-Wno-unused -L/usr/qt/lib -L/usr/X11R6/lib conftest.c -lqt-mt -lpthread -lnsl -ldl
-lm >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
configure:9525: $? = 1
configure: failed program was:
#line 9510 "configure"
#include "confdefs.h"
int
main ()
{
main ();
;
return 0;
}
configure:9542: result: no
configure:9568: g++ -o conftest -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -Wall -Wno-unused -L/usr/qt/lib -L/usr/X11R6/lib conftest.cc
-lpthread -lnsl -ldl -lm -lqt -lXext -lX11 >&5
configure:9571: $? = 0
configure:9724: result: libraries /usr/qt/lib, headers /usr/qt/include
configure:9750: checking for moc2
configure:9789: result: not found
configure:9800: checking for moc
configure:9843: result: /usr/qt/bin/moc
configure:9850: checking for uic
configure:9910: result: /usr/qt/bin/uic
configure:9977: checking whether we like this Qt installation
configure:9981: checking for /usr/qt/include/qvariant.h
configure:9991: g++ -E -g -O2 -march=i586 -ffast-math -pipe -I/usr/qt/include
-I/usr/X11R6/include conftest.cc
configure:9997: $? = 0
configure:10016: result: yes
configure:10026: checking whether to build Avicap
configure:10029: checking for /usr/qt/include/qtable.h
configure:10039: g++ -E -g -O2 -march=i586 -ffast-math -pipe -I/usr/qt/include
-I/usr/X11R6/include conftest.cc
configure:10045: $? = 0
configure:10064: result: yes
configure:10076: checking for multithreading support in Qt
configure:10097: g++ -o conftest -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -L/usr/X11R6/lib -L/usr/qt/lib conftest.cc
-lpthread -lnsl -ldl -lm -lqt -lX11 >&5
configure:10100: $? = 0
configure:10103: test -s conftest
configure:10106: $? = 0
configure:10117: result: yes
configure:10140: checking for jpeglib.h
configure:10150: g++ -E -Wall -Wno-unused conftest.cc
In file included from /usr/include/jpeglib.h:24,
from configure:10147:
/usr/include/jconfig.h:12: warning: `HAVE_STDLIB_H' redefined
confdefs.h:27: warning: this is the location of the previous definition
configure:10156: $? = 0
configure:10175: result: yes
configure:10186: checking for jpeg_start_compress in -ljpeg
configure:10213: g++ -o conftest -g -O2 -march=i586 -ffast-math -pipe -Wall
-Wno-unused -L/usr/X11R6/lib -L/usr/qt/lib conftest.cc -ljpeg -lpthread -lnsl -ldl
-lm >&5
configure:10216: $? = 0
configure:10219: test -s conftest
configure:10222: $? = 0
configure:10233: result: yes
configure:10433: checking for XF86DGAQueryExtension in -lXxf86dga
configure:10460: g++ -o conftest -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -L/usr/X11R6/lib -L/usr/qt/lib conftest.cc
-lXxf86dga -L/usr/X11R6/lib -lX11 -lXext -lpthread -lnsl -ldl -lm >&5
configure:10463: $? = 0
configure:10466: test -s conftest
configure:10469: $? = 0
configure:10480: result: yes
configure:10492: checking for XF86VidModeSwitchMode in -lXxf86vm
configure:10519: g++ -o conftest -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -L/usr/X11R6/lib -L/usr/qt/lib conftest.cc
-lXxf86vm -L/usr/X11R6/lib -lX11 -lXext -lpthread -lnsl -ldl -lm >&5
configure:10522: $? = 0
configure:10525: test -s conftest
configure:10528: $? = 0
configure:10539: result: yes
configure:10551: checking for DPMSQueryExtension in -lXdpms
configure:10578: g++ -o conftest -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -L/usr/X11R6/lib -L/usr/qt/lib conftest.cc
-lXdpms -L/usr/X11R6/lib -lX11 -lXext -lpthread -lnsl -ldl -lm >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lXdpms
collect2: ld returned 1 exit status
configure:10581: $? = 1
configure: failed program was:
#line 10559 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char DPMSQueryExtension ();
int
main ()
{
DPMSQueryExtension ();
;
return 0;
}
configure:10598: result: no
configure:10610: checking for XGetExtensionVersion in -lXi
configure:10637: g++ -o conftest -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -L/usr/X11R6/lib -L/usr/qt/lib conftest.cc
-lXi -L/usr/X11R6/lib -lX11 -lXext -lpthread -lnsl -ldl -lm >&5
configure:10640: $? = 0
configure:10643: test -s conftest
configure:10646: $? = 0
configure:10657: result: yes
configure:10681: checking for /usr/X11R6/include/X11/Xft/Xft.h
configure:10691: g++ -E -g -O2 -march=i586 -ffast-math -pipe -I/usr/qt/include
-I/usr/X11R6/include conftest.cc
configure:10697: $? = 0
configure:10716: result: yes
configure:10724: checking for XftDrawString32 in -lXft
configure:10751: g++ -o conftest -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -g -O2 -march=i586 -ffast-math -pipe
-I/usr/qt/include -I/usr/X11R6/include -L/usr/X11R6/lib -L/usr/qt/lib conftest.cc
-lXft -L/usr/X11R6/lib -lX11 -lXext -lXft -lpthread -lnsl -ldl -lm >&5
configure:10754: $? = 0
configure:10757: test -s conftest
configure:10760: $? = 0
configure:10771: result: yes
configure:10785: checking for X11/extensions/Xv.h
configure:10803: g++ -c -g -O2 -march=i586 -ffast-math -pipe -I/usr/qt/include
-I/usr/X11R6/include -g -O2 -march=i586 -ffast-math -pipe -I/usr/qt/include
-I/usr/X11R6/include conftest.cc >&5
configure:10806: $? = 0
configure:10809: test -s conftest.o
configure:10812: $? = 0
configure:10823: result: yes
configure:10843: checking for /usr/X11R6/include/X11/extensions/dpms.h
configure:10853: g++ -E -g -O2 -march=i586 -ffast-math -pipe -I/usr/qt/include
-I/usr/X11R6/include conftest.cc
configure:10859: $? = 0
configure:10878: result: yes
configure:10894: checking whether system declares DPMS functions in
X11/extensions/dpms.h
configure:10915: g++ -c -g -O2 -march=i586 -ffast-math -pipe -I/usr/qt/include
-I/usr/X11R6/include -g -O2 -march=i586 -ffast-math -pipe -I/usr/qt/include
-I/usr/X11R6/include conftest.cc >&5
configure:10918: $? = 0
configure:10921: test -s conftest.o
configure:10924: $? = 0
configure:10935: result: yes
configure:10981: checking for sdl-config
configure:10996: found /usr/bin/sdl-config
configure:11004: result: sdl-config
configure:11059: checking for sdl-config
configure:11088: result: /usr/bin/sdl-config
configure:11096: checking for SDL - version >= 1.1.3
configure:11182: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe
-I/usr/include/SDL -D_REENTRANT -Wall -Wno-unused -L/usr/X11R6/lib -L/usr/qt/lib
conftest.c -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread >&5
configure:11185: $? = 0
configure:11187: ./conftest
configure:11190: $? = 0
configure:11206: result: yes
configure:11307: checking for OSS audio support
configure:11332: gcc -c -g -O2 -march=i586 -ffast-math -pipe -Wall -Wno-unused
conftest.c >&5
configure:11335: $? = 0
configure:11338: test -s conftest.o
configure:11341: $? = 0
configure:11352: result: yes
configure:11362: checking for _oss_ioctl in -lossaudio
configure:11389: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe -Wall
-Wno-unused -L/usr/X11R6/lib -L/usr/qt/lib conftest.c -lossaudio -lpthread -lnsl
-ldl -lm >&5
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lossaudio
collect2: ld returned 1 exit status
configure:11392: $? = 1
configure: failed program was:
#line 11370 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _oss_ioctl ();
int
main ()
{
_oss_ioctl ();
;
return 0;
}
configure:11409: result: no
configure:11441: checking for Sun audio support
configure:11465: gcc -c -g -O2 -march=i586 -ffast-math -pipe -Wall -Wno-unused
conftest.c >&5
configure:11450: sys/audioio.h: No such file or directory
configure: In function `main':
configure:11456: `audio_info_t' undeclared (first use in this function)
configure:11456: (Each undeclared identifier is reported only once
configure:11456: for each function it appears in.)
configure:11456: parse error before `audio_info'
configure:11457: warning: implicit declaration of function `AUDIO_INITINFO'
configure:11457: `audio_info' undeclared (first use in this function)
configure:11468: $? = 1
configure: failed program was:
#line 11447 "configure"
#include "confdefs.h"
#include <sys/param.h>
#include <sys/audioio.h>
int
main ()
{
audio_info_t audio_info;
AUDIO_INITINFO(&audio_info);
;
return 0;
}
configure:11485: result: no
configure:11499: checking for lame_decode_init in -lmp3lame
configure:11526: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe -Wall
-Wno-unused -L/usr/X11R6/lib -L/usr/qt/lib conftest.c -lmp3lame -lpthread -lnsl -ldl
-lm >&5
configure:11529: $? = 0
configure:11532: test -s conftest
configure:11535: $? = 0
configure:11546: result: yes
configure:11719: checking for Ogg
configure:11749: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe -I/include
-Wall -Wno-unused -L/usr/X11R6/lib -L/usr/qt/lib conftest.c -lpthread -lnsl -ldl -lm
-L/lib -logg >&5
configure:11752: $? = 0
configure:11754: ./conftest
configure:11757: $? = 0
configure:11773: result: yes
configure:11873: checking for Vorbis
configure:11903: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe -I/include
-Wall -Wno-unused -L/usr/X11R6/lib -L/usr/qt/lib conftest.c -lpthread -lnsl -ldl -lm
-L/lib -lvorbis -lm -L/lib -logg >&5
configure:11906: $? = 0
configure:11908: ./conftest
configure:11911: $? = 0
configure:11927: result: yes
configure:12024: checking for mad_stream_init in -lmad
configure:12051: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe -Wall
-Wno-unused -L/usr/X11R6/lib -L/usr/qt/lib conftest.c -lmad -lmad -lpthread -lnsl
-ldl -lm >&5
configure:12054: $? = 0
configure:12057: test -s conftest
configure:12060: $? = 0
configure:12071: result: yes
configure:12087: checking for decore in -ldivxdecore
configure:12114: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe -Wall
-Wno-unused -L/usr/X11R6/lib -L/usr/qt/lib conftest.c -ldivxdecore -lpthread -lnsl
-ldl -lm -lstdc++ >&5
configure:12117: $? = 0
configure:12120: test -s conftest
configure:12123: $? = 0
configure:12134: result: yes
configure:12147: checking for encore in -ldivxencore
configure:12174: gcc -o conftest -g -O2 -march=i586 -ffast-math -pipe -Wall
-Wno-unused -L/usr/X11R6/lib -L/usr/qt/lib conftest.c -ldivxencore -ldivxdecore
-lpthread -lnsl -ldl -lm -lstdc++ >&5
configure:12177: $? = 0
configure:12180: test -s conftest
configure:12183: $? = 0
configure:12194: result: yes
configure:12207: checking for decore.h
configure:12217: gcc -E -Wall -Wno-unused conftest.c
configure:12223: $? = 0
configure:12242: result: yes
configure:12250: checking for encore2.h
configure:12260: gcc -E -Wall -Wno-unused conftest.c
configure:12266: $? = 0
configure:12285: result: yes
configure:12307: checking whether to build ac3 decoder module
configure:12330: result: no
configure:12335: result: === configuring ffmpeg ===
configure:12346: checking for configure in libmmxnow ...
configure:12387: checking whether to use --tag=CXX with libtool
configure:12392: result: no
configure:12640: creating ./config.status
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status 2.52, executed with
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on cc16672-b
config.status:13272: creating plugins/Makefile
config.status:13272: creating plugins/libwin32/loader/Makefile
config.status:13272: creating plugins/libwin32/loader/wine/Makefile
config.status:13272: creating plugins/libwin32/loader/dshow/Makefile
config.status:13272: creating plugins/libwin32/videocodec/Makefile
config.status:13272: creating plugins/libwin32/Makefile
config.status:13272: creating plugins/libwin32/audiodec/Makefile
config.status:13272: creating plugins/libac3pass/Makefile
config.status:13272: creating plugins/libaudiodec/Makefile
config.status:13272: creating plugins/libmpeg_audiodec/Makefile
config.status:13272: creating plugins/libdivx4/Makefile
config.status:13272: creating plugins/libffmpeg/Makefile
config.status:13272: creating plugins/libffmpeg/libav/Makefile
config.status:13272: creating plugins/libffmpeg/libavcodec/Makefile
config.status:13272: creating plugins/libffmpeg/libavcodec/i386/Makefile
config.status:13272: creating plugins/libffmpeg/libavcodec/libac3/Makefile
config.status:13272: creating plugins/libmp3lame_audioenc/Makefile
config.status:13272: creating plugins/libmp3lame_audioenc/lame3.70/Makefile
config.status:13272: creating plugins/libmp3lamebin_audioenc/Makefile
config.status:13272: creating plugins/libmad/Makefile
config.status:13272: creating plugins/libvorbis/Makefile
config.status:13272: creating lib/Makefile
config.status:13272: creating lib/aviread/Makefile
config.status:13272: creating lib/aviwrite/Makefile
config.status:13272: creating lib/aviplay/Makefile
config.status:13272: creating lib/common/Makefile
config.status:13272: creating lib/subtitle/Makefile
config.status:13272: creating lib/video/Makefile
config.status:13272: creating player/Makefile
config.status:13272: creating doc/Makefile
config.status:13272: creating debian/Makefile
config.status:13272: creating include/Makefile
config.status:13272: creating samples/Makefile
config.status:13272: creating samples/misc/Makefile
config.status:13272: creating samples/mjpeg_plugin/Makefile
config.status:13272: creating samples/qtrecompress/Makefile
config.status:13272: creating samples/qtvidcap/Makefile
config.status:13272: creating samples/artsplug/Makefile
config.status:13272: creating bin/Makefile
config.status:13272: creating drivers/Makefile
config.status:13272: creating libavqt/Makefile
config.status:13272: creating Makefile
config.status:13272: creating avifile-config
config.status:13272: creating avifile.spec
config.status:13364: creating include/config.h
configure:13667: configuring in plugins/libmad/libmad
configure:13734: running /bin/sh './configure' --prefix=/usr --cache-file=/dev/null
--srcdir=.
configure:13667: configuring in libmmxnow
configure:13734: running /bin/sh './configure' --prefix=/usr --cache-file=/dev/null
--srcdir=.
configure:13748: result:
Configuration:
Compiler C: gcc -g -march=i586 -ffast-math -pipe
Compiler C++: g++ -g -march=i586 -ffast-math -pipe
Install path: /usr
Qt: yes
Sdl: yes
Xft: yes
Oss audio: yes
Sun audio: no
Mga_vid: no
Plugins:
ac3passthrough yes (with SBLive only)
divx4 yes (DivX ;-), OpenDivX, DivX4)
ffmpeg yes (DivX ;-), OpenDivX, MJPEG, AC3)
os motion jpeg yes (MJPEG)
win32 yes (DivX, WMF1/2, DV, MJPEG, Ati, Asus,...)
MAD yes (MPEG Layer I/II/III)
ogg/vorbis yes
lame runtime yes
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_build='i686-pc-linux-gnu'
ac_cv_build_alias='i686-pc-linux-gnu'
ac_cv_c_compiler_gnu='yes'
ac_cv_c_const='yes'
ac_cv_c_inline='inline'
ac_cv_cxx_compiler_gnu='yes'
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func__doprnt='no'
ac_cv_func_ftime='yes'
ac_cv_func_getpagesize='yes'
ac_cv_func_gettimeofday='yes'
ac_cv_func_memcmp_working='yes'
ac_cv_func_mmap_fixed_mapped='yes'
ac_cv_func_nanosleep='yes'
ac_cv_func_scandir='yes'
ac_cv_func_setenv='yes'
ac_cv_func_strdup='yes'
ac_cv_func_strstr='yes'
ac_cv_func_unsetenv='yes'
ac_cv_func_vprintf='yes'
ac_cv_have_qt='have_qt=yes ac_qt_includes=/usr/qt/include
ac_qt_libraries=/usr/qt/lib ac_QT_NAME=-lqt'
ac_cv_have_x='have_x=yes ac_x_includes=/usr/X11R6/include
ac_x_libraries=/usr/X11R6/lib'
ac_cv_header__usr_X11R6_include_X11_Xft_Xft_h='yes'
ac_cv_header__usr_X11R6_include_X11_extensions_dpms_h='yes'
ac_cv_header__usr_qt_include_qtable_h='yes'
ac_cv_header__usr_qt_include_qvariant_h='yes'
ac_cv_header_decore_h='yes'
ac_cv_header_dlfcn_h='yes'
ac_cv_header_encore2_h='yes'
ac_cv_header_fcntl_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_header_jpeglib_h='yes'
ac_cv_header_limits_h='yes'
ac_cv_header_malloc_h='yes'
ac_cv_header_memory_h='yes'
ac_cv_header_stdc='yes'
ac_cv_header_stdint_h='yes'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_h='yes'
ac_cv_header_sys_ioccom_h='no'
ac_cv_header_sys_ioctl_h='yes'
ac_cv_header_sys_mman_h='yes'
ac_cv_header_sys_stat_h='yes'
ac_cv_header_sys_time_h='yes'
ac_cv_header_sys_types_h='yes'
ac_cv_header_time='yes'
ac_cv_header_unistd_h='yes'
ac_cv_host='i686-pc-linux-gnu'
ac_cv_host_alias='i686-pc-linux-gnu'
ac_cv_lib_Xdpms_DPMSQueryExtension='no'
ac_cv_lib_Xft_XftDrawString32='yes'
ac_cv_lib_Xi_XGetExtensionVersion='yes'
ac_cv_lib_Xxf86dga_XF86DGAQueryExtension='yes'
ac_cv_lib_Xxf86vm_XF86VidModeSwitchMode='yes'
ac_cv_lib_c_lseek64='yes'
ac_cv_lib_divxdecore_decore='yes'
ac_cv_lib_divxencore_encore='yes'
ac_cv_lib_dl_dlopen='yes'
ac_cv_lib_jpeg_jpeg_start_compress='yes'
ac_cv_lib_kstat_kstat_open='no'
ac_cv_lib_mad_mad_stream_init='yes'
ac_cv_lib_mp3lame_lame_decode_init='yes'
ac_cv_lib_nsl_gethostbyname='yes'
ac_cv_lib_ossaudio__oss_ioctl='no'
ac_cv_lib_posix4_nanosleep='no'
ac_cv_lib_qt_mt___main='no'
ac_cv_lib_socket_socket='no'
ac_cv_objext='o'
ac_cv_path_SDL_CONFIG='/usr/bin/sdl-config'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK='gawk'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_SDL_MY_CONFIG='sdl-config'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_CXX='g++'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_prog_ac_ct_STRIP='strip'
ac_cv_prog_cc_g='yes'
ac_cv_prog_cc_stdc=''
ac_cv_prog_cxx_g='yes'
ac_cv_prog_gcc_traditional='no'
ac_cv_prog_make_make_set='yes'
ac_cv_target='i686-pc-linux-gnu'
ac_cv_target_alias='i686-pc-linux-gnu'
ac_cv_try_cflags_ok='yes'
ac_cv_type_signal='void'
ac_cv_val_have_oss_audio='yes'
ac_cv_val_have_qt_multi='yes'
ac_cv_val_have_sun_audio='no'
ac_cv_val_have_xv='yes'
ac_cv_val_sysinfo_valid='yes'
am_cv_CC_dependencies_compiler_type='gcc'
am_cv_CXX_dependencies_compiler_type='gcc'
am_cv_val_OK_DPMS_H='yes'
kde_cv_path_moc='/usr/qt/bin/moc'
kde_cv_path_moc2='NONE'
kde_cv_path_uic='/usr/qt/bin/uic'
lt_cv_archive_cmds_need_lc='no'
lt_cv_compiler_c_o='yes'
lt_cv_compiler_o_lo='yes'
lt_cv_deplibs_check_method='pass_all'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.1.2.so /lib/libc-2.2.2.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\",
(lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr)
\&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag='-r'
lt_cv_path_LD='/usr/i686-pc-linux-gnu/bin/ld'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared='yes'
lt_cv_prog_cc_no_builtin=''
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works='yes'
lt_cv_prog_cc_shlib=''
lt_cv_prog_cc_static='-static'
lt_cv_prog_cc_static_works='yes'
lt_cv_prog_cc_wl='-Wl,'
lt_cv_prog_gnu_ld='yes'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[
][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_path_separator=':'
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define HAVE_DLFCN_H 1
#define HAVE_LIBDL 1
#define HAVE_LIBNSL 1
#define HAVE_LSEEK64 1
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYSINFO 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define RETSIGTYPE void
#define HAVE_VPRINTF 1
#define HAVE_FTIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_STRDUP 1
#define HAVE_STRSTR 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_SCANDIR 1
#define HAVE_NANOSLEEP 1
#define USE_QT 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBXXF86DGA 1
#define HAVE_LIBXXF86VM 1
#define HAVE_LIBXI 1
#define HAVE_XFT 1
#define HAVE_XV 1
#define HAVE_DPMS 1
#define HAVE_OK_DPMS_H 1
#define USE_SDL 1
#define OSS_SUPPORT 1
#define HAVE_LIBMP3LAME 1
#define USE_FFMPEG_DIVX 1
#define USE_FFMPEG_AC3 1
#define HAVE_LIBMAD 1
#define HAVE_LIBDIVXDECORE 1
#define HAVE_LIBDIVXENCORE 1
configure: exit 0
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status 2.52, executed with
CONFIG_FILES =
CONFIG_HEADERS = include/config.h
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on cc16672-b
config.status:13364: creating include/config.h
config.status:13505: include/config.h is unchanged
total 533836
drwxrwxr-x 99 root root 8192 Dec 16 20:46 .
drwxr-xr-x 20 root root 4096 Dec 16 14:24 ..
drwxr-xr-x 12 root root 4096 May 2 2001 BitchX
-rw-r--r-- 1 root root 601478 Apr 28 2001 Eterm-0.9.tar.gz
drwxr-xr-x 2 502 502 4096 Mar 15 2001 NVIDIA_GLX-0.9-769
-rw-r--r-- 1 root root 1025997 Apr 28 2001 NVIDIA_GLX-0.9-769.tar.gz
drwxr-xr-x 3 502 502 4096 May 14 2001 NVIDIA_GLX-1.0-1251
-rw-rw-r-- 1 jurrien jurrien 1389076 Jun 25 14:12 NVIDIA_GLX-1.0-1251.tar.gz
drwxr-xr-x 3 502 502 4096 Sep 12 15:17 NVIDIA_GLX-1.0-1541
-rw-r--r-- 1 jurrien jurrien 1417723 Nov 19 19:09 NVIDIA_GLX-1.0-1541.tar.gz
drwxrwxr-x 3 502 502 4096 Nov 27 21:38 NVIDIA_GLX-1.0-2313
-rw-r--r-- 1 jurrien jurrien 1508184 Dec 3 18:55 NVIDIA_GLX-1.0-2313.tar.gz
drwxr-xr-x 2 502 502 4096 Jun 20 17:59 NVIDIA_kernel-0.9-769
-rw-r--r-- 1 root root 415034 Apr 28 2001 NVIDIA_kernel-0.9-769.tar.gz
drwxr-xr-x 2 502 502 4096 Dec 3 18:52 NVIDIA_kernel-1.0-1251
-rw-r--r-- 1 root root 315616 Jun 25 18:04 NVIDIA_kernel-1.0-1251.tar.gz
drwxr-xr-x 2 502 502 4096 Dec 3 18:13 NVIDIA_kernel-1.0-1541
-rw-r--r-- 1 jurrien jurrien 349129 Nov 19 19:09 NVIDIA_kernel-1.0-1541.tar.gz
drwxrwxr-x 2 502 502 4096 Dec 3 18:55 NVIDIA_kernel-1.0-2313
-rw-r--r-- 1 jurrien jurrien 386920 Dec 3 18:55 NVIDIA_kernel-1.0-2313.tar.gz
-rw-r--r-- 1 jurrien jurrien 401717 Jul 12 21:21 PTlink.Services2.18.7.tar.gz
-rw-r--r-- 1 jurrien jurrien 677473 Jul 12 21:12 PTlink6.3.7.tar.gz
-rw-r--r-- 1 101 games 6760 Apr 27 1996 README
drwxr-xr-x 6 root root 4096 Jul 2 22:31 SDL-1.2.1
-rw-r--r-- 1 jurrien jurrien 1478755 Jul 2 22:29 SDL-1.2.1.tar.gz
-rw-r--r-- 1 101 games 14156 Apr 29 1996 Where
-rw-r--r-- 1 jurrien jurrien 6080916 May 17 2001 Wine-20010510.tar.gz
-rw-rw-r-- 1 jurrien jurrien 24990773 Jun 24 21:24 X410src-1.tgz
-rw-r--r-- 1 jurrien jurrien 22496001 Jun 24 21:25 X410src-2.tgz
-rw-r--r-- 1 jurrien jurrien 9305312 Jun 24 21:20 X410src-3.tgz
-rw-r--r-- 1 root root 243637 Apr 28 2001 audiofile-0.2.1.tar.gz
drwxr-xr-x 7 17023 17000 4096 Dec 16 13:12 autoconf-2.52
-rw-r--r-- 1 jurrien jurrien 846656 Dec 16 13:08 autoconf-2.52.tar.gz
drwxr-xr-x 4 1000 1000 4096 Apr 29 2001 automake-1.4d
-rw-r--r-- 1 root root 431762 Apr 28 2001 automake-1.4d.tar.gz
drwxr-xr-x 5 1000 1000 4096 Dec 16 13:23 automake-1.5
-rw-r--r-- 1 jurrien jurrien 526934 Dec 16 13:19 automake-1.5.tar.gz
drwxr-xr-x 3 root root 4096 Dec 16 18:36 avi-xmms-1.2.2
-rw-r--r-- 1 jurrien jurrien 148416 Dec 16 12:13 avi-xmms-1.2.2.tar.gz
drwxr-xr-x 9 1002 users 4096 Dec 16 18:56 avifile-0.53.5
-rw-r--r-- 1 jurrien jurrien 1409592 Dec 16 18:31 avifile-0.53.5-1.i386.rpm
-rw-r--r-- 1 jurrien jurrien 848382 Dec 16 18:55 avifile-0.53.5.tar.gz
drwxrwxr-x 14 jurrien jurrien 4096 Dec 16 19:45 avifile-0.6
-rw-r--r-- 1 jurrien jurrien 1972138 Dec 16 11:37 avifile-0.6.0-20011207.tgz
drwxr-xr-x 13 11641 10100 4096 Dec 16 17:06 avifile-0.6.0.20011207
-rw-r--r-- 1 jurrien jurrien 2043196 Dec 16 12:40 avifile-0.6.5-20011204.i386.rpm
-rw-r--r-- 1 jurrien jurrien 286552 Dec 16 11:59
avifile-qt-0.6.5-20011204.i386.rpm
drwxr-xr-x 11 286 wheel 4096 Apr 29 2001 bash-2.04
-rw-r--r-- 1 root root 1708806 Apr 28 2001 bash-2.04.tar.gz
drwxr-xr-x 5 root root 4096 May 22 2001 bin86-0.16.0
-rw-r--r-- 1 jurrien jurrien 147243 Jun 27 14:01 bin86-0.16.0.tar.gz
-rw-r--r-- 1 jurrien jurrien 1903024 Dec 16 11:40 binaries-010122.zip
drwxr-xr-x 15 1011 1011 4096 Apr 29 2001 binutils-2.10.1
-rw-r--r-- 1 root root 7284401 Apr 28 2001 binutils-2.10.1.tar.gz
drwxr-xr-x 15 root root 4096 Dec 16 15:00 binutils-2.11.2
-rw-r--r-- 1 jurrien jurrien 9934295 Dec 16 14:59 binutils-2.11.2.tar.gz
drwxr-xr-x 6 doqnach users 4096 May 2 2001 bison-1.28
-rw-r--r-- 1 root root 420341 May 2 2001 bison-1.28.tar.gz
drwxr-xr-x 5 1000 1000 4096 May 20 2001 bttv-0.7.66
-rw-r--r-- 1 jurrien jurrien 149186 May 20 2001 bttv-0.7.66.tar.gz
-rw-r--r-- 1 root root 49411 Apr 28 2001 bttv-0.8.13.tar.gz
drwxr-xr-x 3 1000 1000 4096 May 20 2001 bttv-0.8.16
-rw-r--r-- 1 jurrien jurrien 111584 May 20 2001 bttv-0.8.16.tar.gz
drwxr-xr-x 14 root root 4096 Jun 30 21:19 bzflag-1.7e2
-rw-r--r-- 1 jurrien jurrien 2216278 Jun 30 21:07 bzflag-1.7e2.tgz
-rw-r--r-- 1 root root 17456092 Apr 28 2001
communicator-v476-us.x86-unknown-linux2.2.tar.gz
-rw------- 1 root root 348160 Dec 16 12:00 core
-rw-r--r-- 1 jurrien jurrien 237 Jul 29 00:46 cs_11b_full.tar.gz
-rw-r--r-- 1 jurrien jurrien 287 Jul 29 00:36 cs_11b_full2.tar.gz
-rw-r--r-- 1 jurrien jurrien 204509 Jul 13 22:43 dircproxy-1.0.1.tar.gz
drwxr-xr-x 2 1002 users 4096 Oct 26 03:15 divx4linux-20011025
-rw-r--r-- 1 jurrien jurrien 161172 Dec 16 11:06 divx4linux-20011025.tgz
drwxr-x--- 3 100 users 4096 Dec 16 15:21 dmalloc-4.8.2
-rw-r--r-- 1 jurrien jurrien 266186 Dec 16 15:15 dmalloc-4.8.2.tgz
drwxrwxr-x 8 jurrien jurrien 4096 Aug 27 09:02 emu-tools-0.9.2
-rw-r--r-- 1 jurrien jurrien 102345 Sep 6 16:14 emu-tools-0.9.2.tar.gz
drwxr-xr-x 7 root root 4096 May 21 2001 emu10k1
-rw-r--r-- 1 jurrien jurrien 264429 May 21 2001 emu10k1-20010520.tar.gz
drwxr-xr-x 12 5001 5001 4096 May 13 2001 enlightenment-0.16.5
-rw-r--r-- 1 root root 11384259 Apr 28 2001 enlightenment-0.16.5.tar.gz
drwxr-xr-x 4 jurrien 200 4096 Dec 16 12:48 esound-0.2.23
-rw-r--r-- 1 jurrien jurrien 294603 Dec 16 12:47 esound-0.2.23.tar.gz
-rw-r--r-- 1 root root 215234 Apr 28 2001 esound-0.2.8.tar.gz
drwxr-xr-x 2 504 504 4096 Feb 16 2001 flash_linux
-rw-r--r-- 1 jurrien jurrien 574724 Sep 23 12:22 flash_linux.tar.gz
drwxr-xr-x 6 doqnach 502 4096 May 13 2001 fnlib-0.5
-rw-r--r-- 1 root root 431588 Apr 28 2001 fnlib-0.5.tar.gz
-rw-r--r-- 1 root root 895715 Apr 28 2001 freetype-2.0.1.tar.gz
drwxr-xr-x 8 root root 4096 May 13 2001 freetype-current
-rw-r--r-- 1 root root 783902 Apr 28 2001 freetype-current.tar.gz
drwxrwxrwx 2 root root 4096 May 22 2001 games
drwxr-xr-x 11 2076 wheel 4096 Apr 29 2001 gawk-3.0.6
-rw-r--r-- 1 root root 1047328 Apr 28 2001 gawk-3.0.6.tar.gz
drwxr-xr-x 18 220 1002 4096 Dec 16 20:39 gcc-2.95.2.1
-rw-r--r-- 1 root root 12887513 Apr 28 2001 gcc-2.95.2.1.tar.gz
drwxrwxr-x 17 4030 4030 4096 Dec 16 19:54 gcc-2.95.3
-rw-r--r-- 1 jurrien jurrien 12911721 Dec 16 18:25 gcc-2.95.3.tar.gz
drwxr-xr-x 17 9160 65516 4096 Dec 16 19:20 gcc-3.0.1
-rw-r--r-- 1 jurrien jurrien 18054324 Aug 28 00:03 gcc-3.0.1.tar.gz
drwxr-xr-x 16 root root 4096 Oct 4 22:36 gdb-5.0
-rw-r--r-- 1 jurrien jurrien 12299318 Oct 4 21:00 gdb-5.0.tar.gz
-rw-r--r-- 1 jurrien jurrien 1589318 Aug 3 22:41 getattch.mail
drwxr-xr-x 5 doqnach doqnach 4096 Jul 13 22:45 glaxium_0.3d
-rw-rw-r-- 1 jurrien jurrien 1225594 Jul 13 22:44 glaxium_0.3d.tgz
drwxr-xr-x 7 2181 2181 4096 May 11 2001 glib-1.2.9
-rw-r--r-- 1 root root 421271 Apr 28 2001 glib-1.2.9.tar.gz
drwxr-xr-x 69 321 1002 4096 Dec 16 16:06 glibc-2.2.2
-rw-r--r-- 1 root root 14441250 Apr 28 2001 glibc-2.2.2.tar.gz
drwxr-xr-x 69 321 1002 4096 Aug 29 18:24 glibc-2.2.4
-rw-r--r-- 1 jurrien jurrien 16407357 Aug 28 00:01 glibc-2.2.4.tar.gz
-rw-r--r-- 1 root root 208447 Apr 29 2001 glibc-linuxthreads-2.2.2.tar.gz
-rw-r--r-- 1 jurrien jurrien 219721 Aug 27 23:59 glibc-linuxthreads-2.2.4.tar.gz
drwxr-xr-x 8 2181 2181 4096 May 11 2001 gtk+-1.2.9
-rw-r--r-- 1 root root 2863596 Apr 28 2001 gtk+-1.2.9.tar.gz
-rw-r--r-- 1 root root 650577 Apr 28 2001 gtkmm-1.2.5.tar.gz
drwxr-xr-x 7 jurrien jurrien 4096 May 13 2001 imlib-1.9.8
-rw-r--r-- 1 root root 696347 Apr 28 2001 imlib-1.9.8.tar.gz
-rw-r--r-- 1 jurrien jurrien 18824909 Oct 4 21:01 insight-5.0.tar.gz
-rw-rw-r-- 1 root root 0 Dec 16 20:46 installed_programs
-rw-rw-r-- 1 jurrien jurrien 152808 Jun 25 14:36 ipac-ng-1.05.tar.gz
drwxr-sr-x 3 1000 1000 4096 Oct 5 2000 ipchains-1.3.10
-rw-r--r-- 1 root root 135723 Apr 28 2001 ipchains-1.3.10.tar.gz
drwxr-xr-x 9 jurrien users 4096 Jun 29 15:38 iptables-1.2.2
-rw-rw-r-- 1 jurrien jurrien 1310720 Jun 25 14:35 iptables-1.2.2.tar
-rw-r--r-- 1 root root 2514378 Apr 28 2001 ircii-pana-1.0c18.tar.gz
-rw-r--r-- 1 root root 1580573 Apr 28 2001 ircii-pana-75p3.tar.gz
drwxr-xr-x 3 root root 4096 Jul 2 22:39 jess-2.0.0
-rw-r--r-- 1 jurrien jurrien 49726 Jul 2 22:28 jess-2.0.0.tar.gz
drwxr-xr-x 3 301 users 8192 May 16 2001 jpeg-6b
-rw-r--r-- 1 root root 613261 May 12 2001 jpegsrc.v6b.tar.gz
drwxr-xr-x 5 533 users 4096 May 13 2001 kde-i18n-nl
-rw-r--r-- 1 root root 9953280 May 12 2001 kde-i18n-nl-2.1.1.tar
drwxr-xr-x 43 533 users 4096 May 13 2001 kdebase-2.1.1
-rw-r--r-- 1 root root 34119680 May 12 2001 kdebase-2.1.1.tar
drwxr-xr-x 31 533 users 4096 May 13 2001 kdelibs-2.1.1
-rw-r--r-- 1 root root 26388480 May 12 2001 kdelibs-2.1.1.tar
drwxr-xr-x 8 541 541 4096 May 13 2001 kdesupport-2.1
-rw-r--r-- 1 root root 3655680 May 12 2001 kdesupport-2.1.tar
drwxr-xr-x 26 533 users 4096 May 12 2001 kdeutils-2.1.1
-rw-r--r-- 1 root root 7208960 May 12 2001 kdeutils-2.1.1.tar
-rw-r--r-- 1 root root 506725 Apr 28 2001 kwintv-0.8.0.tar.gz
-rw-r--r-- 1 root root 693583 Apr 28 2001 kwintv-0.8.5.tar.gz
drwxr-xr-x 11 doqnach doqnach 4096 Dec 16 11:52 lame-3.89
-rw-r--r-- 1 jurrien jurrien 818839 Dec 16 11:51 lame3.89beta.tar.gz
drwxr-xr-x 6 jurrien jurrien 4096 Dec 16 17:38 libmng-1.0.3
-rw-r--r-- 1 jurrien jurrien 528737 Dec 16 17:37 libmng-1.0.3.tar.gz
drwxr-xr-x 7 jurrien jurrien 4096 Dec 16 11:45 libogg-1.0rc2
-rw-r--r-- 1 jurrien jurrien 162189 Dec 16 11:43 libogg-1.0rc2.tar.gz
drwxr-xr-x 5 620 96 4096 May 13 2001 libpng-1.0.11
-rw-r--r-- 1 root root 529290 May 13 2001 libpng-1.0.11.tar.gz
drwxr-xr-x 5 620 96 4096 May 13 2001 libpng-1.0.9
-rw-r--r-- 1 root root 524734 May 13 2001 libpng-1.0.9.tar.gz
drwxr-xr-x 12 1000 1000 4096 May 12 2001 libsigc++-1.0.3
-rw-r--r-- 1 root root 209930 Apr 28 2001 libsigc++-1.0.3.tar.gz
drwxr-xr-x 9 371 126 4096 Dec 16 18:01 libstdc++-2.8.1.1
-rw-rw-r-- 1 jurrien jurrien 831201 Dec 16 17:59 libstdc++-2.8.1.1.tar.gz
drwxr-xr-x 9 jurrien users 4096 Dec 16 13:28 libtool-1.4.1
-rw-r--r-- 1 jurrien jurrien 1129676 Dec 16 13:28 libtool-1.4.1.tar.gz
drwxr-xr-x 9 jurrien jurrien 4096 Dec 16 11:48 libvorbis-1.0beta4
-rw-r--r-- 1 jurrien jurrien 457797 Dec 16 11:47 libvorbis-1.0beta4.tar.gz
drwxr-xr-x 7 28404 users 4096 Aug 11 2000 libzdt-v4.0.0
-rw-r--r-- 1 root root 93713 May 12 2001 libzdt-v4.0.0.tar.gz
drwxr-xr-x 10 100 jurrien 4096 May 13 2001 licq-1.0.3
-rw-r--r-- 1 root root 2112461 Apr 28 2001 licq-1.0.3.tar.gz
drwxrwxr-x 6 jurrien jurrien 4096 Mar 22 2000 licq-data-1.6
-rw-r--r-- 1 jurrien jurrien 414606 Sep 6 16:07 licq-data-1.6.tar.gz
drwxr-xr-x 4 root root 4096 May 5 2001 lilo-21.7.3
-rw-r--r-- 1 root root 228561 Apr 28 2001 lilo-21.7.3.tar.gz
drwxr-xr-x 4 root root 4096 Jun 27 19:17 lilo-21.7.5
-rw-r--r-- 1 jurrien jurrien 229224 Jun 27 14:00 lilo-21.7.5.tar.gz
drwxr-xr-x 12 100 users 4096 Dec 16 13:25 m4-1.4o
-rw-r--r-- 1 jurrien jurrien 700570 Dec 16 13:24 m4-1.4o.tar.gz
drwxr-xr-x 10 1000 1000 4096 Dec 16 12:33 mad-0.14.2b
-rw-r--r-- 1 jurrien jurrien 721345 Dec 16 12:32 mad-0.14.2b.tar.gz
drwxr-xr-x 6 390 140 4096 Apr 28 2001 make-3.79.1
-rw-r--r-- 1 root root 1030393 Apr 28 2001 make-3.79.1.tar.gz
-rw-r--r-- 1 jurrien jurrien 11356 Jul 7 00:22 masqidentd-1.2.1.tar.gz
-rw-r--r-- 1 jurrien jurrien 5194 Jul 7 00:18 midentd-1.6.tar.gz
-rw-r--r-- 1 root root 11891465 Apr 28 2001
mozilla-i686-pc-linux-gnu-0.8-talkback.tar.gz
-rw-r--r-- 1 jurrien jurrien 12298520 May 15 2001
mozilla-i686-pc-linux-gnu-0.9-sea.tar.gz
-rw-r--r-- 1 root root 10528665 Aug 3 15:41
mozilla-i686-pc-linux-gnu-0.9.3-sea.tar.gz
drwxr-xr-x 3 8482 wheel 4096 Aug 1 14:52 mozilla-installer
drwxr-xr-x 18 100 users 4096 May 2 2001 ncurses-4.2
-rw-r--r-- 1 root root 1248588 Apr 28 2001 ncurse~1.gz
drwx------ 19 100 users 4096 May 2 2001 netkit-combo-0.17
-rw-r--r-- 1 root root 652859 Apr 28 2001 netkit-combo-0.17.tar.gz
drwxr-xr-x 3 root root 4096 May 2 2001 oidentd-1.7.1
-rw-r--r-- 1 root root 82161 May 2 2001 oidentd-1.7.1.tar.gz
-rw-r--r-- 1 root root 2086131 Apr 28 2001 openssl-0.9.6.tar.gz
drwxr-xr-x 6 root root 4096 May 10 2001 opera-5.0-dynamic.i386
-rw-r--r-- 1 jurrien jurrien 1585508 Jun 18 2001 opera-5.0-dynamic.i386.tar.gz
drwxr-xr-x 6 103 wheel 4096 May 2 2001 pidentd-3.0.12
-rw-r--r-- 1 root root 114480 Apr 28 2001 pidentd-3.0.12.tar.gz
drwxr-xr-x 8 4327 409 4096 May 2 2001 pine4.33
-rw-rw-r-- 1 root root 3333758 May 2 2001 pine4.33.tar.gz
-rw-r--r-- 1 root root 4612620 Dec 16 15:09 qt-2.3.0-3.i386.rpm
-rw-r--r-- 1 root root 8664303 Apr 28 2001 qt-x11-2.3.0.tar.gz
-rw-r--r-- 1 root root 2170380 May 15 2001 rpm-4.0.2.tar.gz
drwxr-xr-x 20 2161 2161 4096 Dec 16 12:08 rpm-4.0.3
-rw-r--r-- 1 jurrien jurrien 5093761 Dec 16 12:01 rpm-4.0.3.tar.gz
drwxr-xr-x 9 1009 106 4096 Apr 17 2001 samba-2.2.0
-rw-r--r-- 1 root root 5835104 Jun 5 2001 samba-2.2.0.tar.gz
drwxr-xr-x 7 109 sys 4096 Apr 29 2001 sed-3.02
-rw-r--r-- 1 root root 264236 Apr 28 2001 sed-3.02.tar.gz
-rw-r--r-- 1 jurrien jurrien 10240 Jul 31 09:55
server%20implementation%20plan.doc
-rw-r--r-- 1 root root 10240 Jul 31 10:08 server.doc
drwxr-xr-x 10 6769 41 4096 Apr 29 2001 sh-utils-2.0
-rw-r--r-- 1 root root 1243391 Apr 28 2001 sh-utils-2.0.tar.gz
drwxrwxr-x 4 jurrien jurrien 4096 Sep 6 16:22 splay-0.9.5.2
-rw-r--r-- 1 jurrien jurrien 105510 Sep 6 16:21 splay-0.9.5.2.tar.gz
-rw-r--r-- 1 jurrien jurrien 316425 Jul 12 20:57 srvx-0.9.7.tar.gz
drwxr-xr-x 4 17275 games 4096 May 2 2001 ssh-1.2.31
-rw-r--r-- 1 root root 1028742 Apr 28 2001 ssh-1.2.31.tar.gz
drwxr-xr-x 5 24814 users 4096 Jun 21 17:54 ssh-2.4.0
-rw-r--r-- 1 root root 1911375 Apr 28 2001 ssh-2.4.0.tar.gz
drwxr-xr-x 10 1001 root 4096 Apr 29 2001 texinfo-4.0
-rw-r--r-- 1 root root 1133487 Apr 28 2001 texinfo-4.0.tar.gz
drwxr-xr-x 3 5687 5687 4096 Sep 6 16:32 tplay-0.6.0
-rw-r--r-- 1 jurrien jurrien 72184 Sep 6 16:31 tplay-0.6.0.tar.gz
-rw-r--r-- 1 root root 74917 Apr 28 2001 traceroute.tar.gz
drwxr-xr-x 11 jurrien jurrien 4096 May 25 2001 ut-server
-rw-r--r-- 1 jurrien jurrien 92769123 Nov 30 15:09 ut-server-436.tar.gz
-rw-rw-r-- 1 jurrien jurrien 1320856 Nov 15 03:39 utdemo-linux-x86-348.tar.gz
-rw-r--r-- 1 root root 645570 Apr 28 2001 vnc-3.3.3r1_x86_linux_2.0.tgz
drwxr-xr-x 29 1000 users 4096 May 17 2001 wine-20010510
-rw-r--r-- 1 jurrien jurrien 4626799 May 17 2001
wine-cvs-unstripped-051701-1.i386.rpm
-rw-rw-r-- 1 jurrien jurrien 4670366 Jun 29 00:36
wine-cvs-unstripped-062801-1.i386.rpm
-rw-r--r-- 1 jurrien jurrien 5251782 Jul 25 18:05
wine-cvs-unstripped-072501-1.i386.rpm
drwxr-xr-x 15 10473 ftp 4096 Jun 25 18:13 xawtv-3.42
-rw-r--r-- 1 root root 414306 Apr 28 2001 xawtv_3.41.tar.gz
-rw-r--r-- 1 root root 397329 Apr 28 2001 xawtv_3.42.tar.gz
drwxr-xr-x 12 root root 4096 Jun 25 16:48 xc
drwxr-xr-x 9 root root 4096 May 11 2001 xchat-1.6.4
-rw-r--r-- 1 root root 515835 Apr 28 2001 xchat-1.6.4.tar.gz
drwxr-xr-x 4 jurrien ftp 4096 May 21 2001 xmixer
-rw-r--r-- 1 root root 128703 Apr 28 2001 xmixer-0.9.3.tar.gz
drwxr-xr-x 13 root root 4096 May 16 2001 xmms-1.2.4
-rw-r--r-- 1 root root 1944572 Apr 28 2001 xmms-1.2.4.tar.gz
drwxr-xr-x 13 root root 4096 Dec 16 18:50 xmms-1.2.5
-rw-r--r-- 1 jurrien jurrien 2414840 Dec 16 18:45 xmms-1.2.5.tar.gz
drwxr-xr-x 7 root root 4096 May 12 2001 zlib-1.1.3
-rw-r--r-- 1 root root 168463 May 12 2001 zlib.tar.gz