Eugene Kuznetsov writes: 

> Hello Ian Truelsen,
>  On Sunday 18 November 2001 16:52, you wrote: 
> 
> 
>>> I am trying to compile avifile, but it will not recognise qt which is
>>> version 2.3.1 and is located at /usr/lib/qt-2.3.1. I have tried the
>>>  --with-qt-dir=/usr/lib/qt-2.3.1 but it does not seem to work. I tried the
>>>  --with-qt-libraries option, still no go. qt is configured in ldconfig,
>>> the relevsant lines being:
>>> /usr/lib/qt-2.3.1/lib:
>>>     libqt.so.2 -> libqt.so.2.3.1
>>>     libqt-mt.so.2 -> libqt-mt.so.2.3.1
>>> I am not sure what else I can do here. 
>>>
>>> Any suggestion on how to make this work? 
>>>
Here is the config.log file: 

configure:7707: checking for Qt
tried /usr/local/lib/qt2/lib
tried /usr/local/qt/lib
tried /usr/local/lib
tried /usr/lib/qt2/lib
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/X11R6/lib/qt2
tried /usr/X11R6/lib
tried /usr/lib 

And this is the configuration section at the end: 

Configuration:
Compiler C:       gcc -g -O2 -march=i586 -ffast-math  -pipe
Compiler C++:     c++ -g -O2 -march=i586 -ffast-math  -pipe
Install path:     /usr/local
Qt:               no
Sdl:              no
Xft:              yes
Oss audio:        yes
Sun audio:        no
Mga_vid:          no
Plugins:
 ac3passthrough  yes  (with SBLive only)
 divx4           no  (DivX :-), OpenDivX, DivX4)
 ffmpeg          yes  (DivX :-), OpenDivX, MJPEG, AC3)
 os motion jpeg    (MJPEG)
 win32           yes  (DivX, WMF1/2, DV, MJPEG, Ati, Asus,...)
 MAD             yes  (MPEG Layer I/II/III)
 ogg/vorbis      no
 lame runtime    no 

In case you need more from the config.log file, I am attaching it. 

Ian. 

Ian Truelsen
Masters program in Philosophy
University of Manitoba, Winnipeg, Canada
BA (Wilfrid Laurier University)
Email: [EMAIL PROTECTED] 

Current favourite quote:
"No great civilisation likes forests."
K.F. O'Connor
Lincoln College, Christchurch, New Zealand 

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:831: checking for a BSD compatible install
configure:884: checking whether build environment is sane
configure:955: checking for mawk
configure:955: checking for gawk
configure:985: checking whether make sets ${MAKE}
configure:1129: checking host system type
configure:1150: checking target system type
configure:1175: checking for gcc
configure:1288: checking whether the C compiler (gcc  ) works
configure:1304: gcc -o conftest    conftest.c  1>&5
configure:1330: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1335: checking whether we are using GNU C
configure:1344: gcc -E conftest.c
configure:1363: checking whether gcc accepts -g
configure:1402: checking for style of include used by make
configure:1436: checking dependency style of gcc
configure:1503: checking how to run the C preprocessor
configure:1524: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1587: checking for c++
configure:1619: checking whether the C++ compiler (c++  ) works
configure:1635: c++ -o conftest    conftest.C  1>&5
configure:1661: checking whether the C++ compiler (c++  ) is a cross-compiler
configure:1666: checking whether we are using GNU C++
configure:1675: c++ -E conftest.C
configure:1694: checking whether c++ accepts -g
configure:1728: checking dependency style of c++
configure:1795: checking how to run the C++ preprocessor
configure:1813: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:1849: checking for a BSD compatible install
configure:1944: checking for Cygwin environment
configure:1960: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1956: `__CYGWIN32__' undeclared (first use in this function)
configure:1956: (Each undeclared identifier is reported only once
configure:1956: for each function it appears in.)
configure: failed program was:
#line 1949 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1977: checking for mingw32 environment
configure:1989: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1985: `__MINGW32__' undeclared (first use in this function)
configure:1985: (Each undeclared identifier is reported only once
configure:1985: for each function it appears in.)
configure: failed program was:
#line 1982 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:2052: checking build system type
configure:2081: checking for ld used by GCC
configure:2149: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8)
configure:2166: checking for /usr/bin/ld option to reload object files
configure:2178: checking for BSD-compatible nm
configure:2216: checking whether ln -s works
configure:2237: checking how to recognise dependant libraries
configure:2420: checking for object suffix
configure:2426: gcc -c -g -O2  conftest.c 1>&5
configure:2446: checking for executable suffix
configure:2456: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2487: checking command to parse /usr/bin/nm -B output
configure:2567: gcc -c -g -O2  conftest.c 1>&5
configure:2570: /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:2621: gcc -o conftest -g -O2   conftest.c conftstm.o 1>&5
configure:2670: checking for dlfcn.h
configure:2680: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2848: checking for ranlib
configure:2915: checking for strip
configure:3158: checking for objdir
configure:3185: checking for gcc option to produce PIC
configure:3337: checking if gcc PIC flag -fPIC works
configure:3351: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
configure:3403: checking if gcc static flag -static works
configure:3418: gcc -o conftest -g -O2   -static conftest.c  1>&5
configure:3445: checking if gcc supports -c -o file.o
configure:3464: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
configure:3493: checking if gcc supports -c -o file.lo
configure:3511: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
configure:3561: checking if gcc supports -fno-rtti -fno-exceptions
configure:3574: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
configure:3601: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:4286: checking how to hardcode library paths into programs
configure:4314: checking whether stripping libraries is possible
configure:4328: checking dynamic linker characteristics
configure:4728: checking if libtool supports shared libraries
configure:4732: checking whether to build shared libraries
configure:4755: checking whether to build static libraries
configure:5291: checking whether -lc should be explicitly linked in
configure:5298: gcc -c -g -O2  conftest.c 1>&5
configure:5311: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | 
grep  -lc  >/dev/null 2>&1
configure:5897: checking for dlopen in -ldl
configure:5916: gcc -o conftest -g -O2   conftest.c -ldl   1>&5
configure:5944: checking for nanosleep in -lposix4
configure:5963: gcc -o conftest -g -O2   conftest.c -lposix4  -ldl  1>&5
/usr/bin/ld: cannot find -lposix4
collect2: ld returned 1 exit status
configure: failed program was:
#line 5952 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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:5991: checking for socket in -lsocket
configure:6010: gcc -o conftest -g -O2   conftest.c -lsocket  -ldl  1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 5999 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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:6038: checking for gethostbyname in -lnsl
configure:6057: gcc -o conftest -g -O2   conftest.c -lnsl  -ldl  1>&5
configure:6086: checking for kstat_open in -lkstat
configure:6105: gcc -o conftest -g -O2   conftest.c -lkstat  -lnsl -ldl  1>&5
/usr/bin/ld: cannot find -lkstat
collect2: ld returned 1 exit status
configure: failed program was:
#line 6094 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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:6129: checking for lseek64 in -lc
configure:6148: gcc -o conftest -g -O2   conftest.c -lc  -lnsl -ldl  1>&5
configure:6213: checking for pthreads
configure:6228: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:6241: checking for ANSI C header files
configure:6254: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6321: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:6349: checking for fcntl.h
configure:6359: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6349: checking for limits.h
configure:6359: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6349: checking for malloc.h
configure:6359: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6349: checking for unistd.h
configure:6359: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6349: checking for stdint.h
configure:6359: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6349: checking for sys/types.h
configure:6359: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6349: checking for sys/ioctl.h
configure:6359: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6349: checking for sys/ioccom.h
configure:6359: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6355:24: sys/ioccom.h: No such file or directory
configure: failed program was:
#line 6354 "configure"
#include "confdefs.h"
#include <sys/ioccom.h>
configure:6349: checking for sys/time.h
configure:6359: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6388: checking for valid sysinfo struct
configure:6402: gcc -c -g -O2  conftest.c 1>&5
configure:6424: checking for working const
configure:6478: gcc -c -g -O2  conftest.c 1>&5
configure:6499: checking for inline
configure:6513: gcc -c -g -O2  conftest.c 1>&5
configure:6539: checking whether time.h and sys/time.h may both be included
configure:6553: gcc -c -g -O2  conftest.c 1>&5
configure:6576: checking whether gcc needs -traditional
configure:6622: checking for 8-bit clean memcmp
configure:6640: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:6661: checking for unistd.h
configure:6700: checking for getpagesize
configure:6728: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:6753: checking for working mmap
configure:6901: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:6924: checking return type of signal handlers
configure:6946: gcc -c -g -O2  conftest.c 1>&5
configure:6965: checking for vprintf
configure:6993: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:7072: checking for ftime
configure:7100: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:7072: checking for gettimeofday
configure:7100: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:7072: checking for strdup
configure:7100: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:7072: checking for strstr
configure:7100: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:7072: checking for setenv
configure:7100: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:7072: checking for unsetenv
configure:7100: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:7072: checking for scandir
configure:7100: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:7072: checking for nanosleep
configure:7100: gcc -o conftest -g -O2   conftest.c -lpthread -lnsl -ldl  -lm 1>&5
configure:7183: checking if gcc supports -finline-limit-200 flag(s)
configure:7194: gcc -c -finline-limit-200  conftest.c 1>&5
configure:7236: checking for OSS audio support
configure:7255: gcc -c -g -O2 -march=i586 -ffast-math  -pipe   -Wall -Wno-unused 
conftest.c 1>&5
configure:7277: checking for _oss_ioctl in -lossaudio
configure:7296: gcc -o conftest -g -O2 -march=i586 -ffast-math  -pipe   -Wall 
-Wno-unused  conftest.c -lossaudio  -lpthread -lnsl -ldl  -lm 1>&5
/usr/bin/ld: cannot find -lossaudio
collect2: ld returned 1 exit status
configure: failed program was:
#line 7285 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* 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:7347: checking for Sun audio support
configure:7365: gcc -c -g -O2 -march=i586 -ffast-math  -pipe   -Wall -Wno-unused 
conftest.c 1>&5
configure:7355:39: sys/audioio.h: No such file or directory
configure: In function `main':
configure:7359: `audio_info_t' undeclared (first use in this function)
configure:7359: (Each undeclared identifier is reported only once
configure:7359: for each function it appears in.)
configure:7359: parse error before `audio_info'
configure:7360: warning: implicit declaration of function `AUDIO_INITINFO'
configure:7360: `audio_info' undeclared (first use in this function)
configure: failed program was:
#line 7352 "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:7407: checking for X
configure:7654: checking for X
configure:7707: checking for Qt
tried /usr/local/lib/qt2/lib
tried /usr/local/qt/lib
tried /usr/local/lib
tried /usr/lib/qt2/lib
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/X11R6/lib/qt2
tried /usr/X11R6/lib
tried /usr/lib
configure:7809: checking for main in -lqt-mt
configure:7824: gcc -o conftest -g -O2 -march=i586 -ffast-math  -pipe   -Wall 
-Wno-unused -LNONE -L/usr/X11R6/lib conftest.c -lqt-mt  -lpthread -lnsl -ldl  -lm 1>&5
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
configure: failed program was:
#line 7817 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:7867: c++ -o conftest -g -O2 -march=i586 -ffast-math  -pipe  -INO  -Wall 
-Wno-unused -LNONE -L/usr/X11R6/lib conftest.C -lpthread -lnsl -ldl  -lm -lqt -lXext 
-lX11  1>&5
conftest.C:2:20: qmovie.h: No such file or directory
conftest.C:3:26: qapplication.h: No such file or directory
conftest.C: In function `int main ()':
conftest.C:5: `QMovie' undeclared (first use this function)
conftest.C:5: (Each undeclared identifier is reported only once for
each function it appears in.)
conftest.C:5: parse error before `;'
conftest.C:6: `m' undeclared (first use this function)
configure: failed program was:
#include "confdefs.h"
#include <qmovie.h>
#include <qapplication.h>
int main() {
  QMovie m;
  m.setSpeed(20);
  return 0;
}
configure:8376: checking for jpeglib.h
configure:8386: c++ -E  -Wall -Wno-unused conftest.C >/dev/null 2>conftest.out
configure:8382:21: jpeglib.h: No such file or directory
configure: failed program was:
#line 8381 "configure"
#include "confdefs.h"
#include <jpeglib.h>
configure:8609: checking if malloc debugging is wanted
configure:8643: checking C compiler version
configure:8682: checking for XF86DGAQueryExtension in -lXxf86dga
configure:8704: c++ -o conftest -g -O2 -march=i586 -ffast-math  -pipe   
-I/usr/X11R6/include -g -O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include  
conftest.C -lXxf86dga -L/usr/X11R6/lib -lX11 -lXext  -lpthread -lnsl -ldl  -lm 1>&5
configure:8731: checking for XF86VidModeSwitchMode in -lXxf86vm
configure:8753: c++ -o conftest -g -O2 -march=i586 -ffast-math  -pipe   
-I/usr/X11R6/include -g -O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include  
conftest.C -lXxf86vm -L/usr/X11R6/lib -lX11 -lXext  -lpthread -lnsl -ldl  -lm 1>&5
configure:8780: checking for DPMSQueryExtension in -lXdpms
configure:8802: c++ -o conftest -g -O2 -march=i586 -ffast-math  -pipe   
-I/usr/X11R6/include -g -O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include  
conftest.C -lXdpms -L/usr/X11R6/lib -lX11 -lXext  -lpthread -lnsl -ldl  -lm 1>&5
/usr/bin/ld: cannot find -lXdpms
collect2: ld returned 1 exit status
configure: failed program was:
#line 8788 "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:8829: checking for XGetExtensionVersion in -lXi
configure:8851: c++ -o conftest -g -O2 -march=i586 -ffast-math  -pipe   
-I/usr/X11R6/include -g -O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include  
conftest.C -lXi -L/usr/X11R6/lib -lX11 -lXext  -lpthread -lnsl -ldl  -lm 1>&5
configure:8891: checking for /usr/X11R6/include/X11/Xft/Xft.h
configure:8901: c++ -E -g -O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include 
conftest.C >/dev/null 2>conftest.out
configure:8925: checking for XftDrawString32 in -lXft
configure:8947: c++ -o conftest -g -O2 -march=i586 -ffast-math  -pipe   
-I/usr/X11R6/include -g -O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include  
conftest.C -lXft -L/usr/X11R6/lib -lX11 -lXext -lXft  -lpthread -lnsl -ldl  -lm 1>&5
configure:8975: checking for X11/extensions/Xv.h
configure:8987: c++ -c -g -O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include -g 
-O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include conftest.C 1>&5
configure:9021: checking for /usr/X11R6/include/X11/extensions/dpms.h
configure:9031: c++ -E -g -O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include 
conftest.C >/dev/null 2>conftest.out
configure:9062: checking whether system declares DPMS functions in 
X11/extensions/dpms.h
configure:9077: c++ -c -g -O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include -g 
-O2 -march=i586 -ffast-math  -pipe   -I/usr/X11R6/include conftest.C 1>&5
configure:9135: checking for sdl-config
configure:9135: checking for sdl11-config
configure:9211: checking for sdl-config
configure:9246: checking for SDL - version >= 1.1.3
configure:9428: checking for lame_decode_init in -lmp3lame
configure:9447: gcc -o conftest -g -O2 -march=i586 -ffast-math  -pipe   -Wall 
-Wno-unused  conftest.c -lmp3lame  -lpthread -lnsl -ldl  -lm 1>&5
/usr/bin/ld: cannot find -lmp3lame
collect2: ld returned 1 exit status
configure: failed program was:
#line 9436 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char lame_decode_init();

int main() {
lame_decode_init()
; return 0; }
configure:9677: checking for Ogg
configure:9707: gcc -o conftest -g -O2 -march=i586 -ffast-math  -pipe  -I/include  
-Wall -Wno-unused  conftest.c -lpthread -lnsl -ldl  -lm -L/lib -logg 1>&5
configure:9696:21: ogg/ogg.h: No such file or directory
configure: failed program was:
#line 9691 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ogg/ogg.h>

int main ()
{
  system("touch conf.oggtest");
  return 0;
}


configure:9745: gcc -o conftest -g -O2 -march=i586 -ffast-math  -pipe  -I/include  
-Wall -Wno-unused  conftest.c -lpthread -lnsl -ldl  -lm -L/lib -logg 1>&5
configure:9738:21: ogg/ogg.h: No such file or directory
configure: failed program was:
#line 9735 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <ogg/ogg.h>

int main() {
 return 0;
; return 0; }
configure:9948: checking for mad_stream_init in -lmad
configure:9967: gcc -o conftest -g -O2 -march=i586 -ffast-math  -pipe   -Wall 
-Wno-unused  conftest.c -lmad -lmad -lpthread -lnsl -ldl  -lm 1>&5
/usr/bin/ld: cannot find -lmad
collect2: ld returned 1 exit status
configure: failed program was:
#line 9956 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char mad_stream_init();

int main() {
mad_stream_init()
; return 0; }
configure:9997: checking for decore in -ldivxdecore
configure:10016: gcc -o conftest -g -O2 -march=i586 -ffast-math  -pipe   -Wall 
-Wno-unused  conftest.c -ldivxdecore  -lpthread -lnsl -ldl  -lm -lstdc++ 1>&5
configure:10045: checking for encore in -ldivxencore
configure:10064: gcc -o conftest -g -O2 -march=i586 -ffast-math  -pipe   -Wall 
-Wno-unused  conftest.c -ldivxencore  -ldivxdecore -lpthread -lnsl -ldl  -lm -lstdc++ 
1>&5
configure:10094: checking for decore.h
configure:10104: gcc -E  -Wall -Wno-unused conftest.c >/dev/null 2>conftest.out
configure:10100:20: decore.h: No such file or directory
configure: failed program was:
#line 10099 "configure"
#include "confdefs.h"
#include <decore.h>
configure:10128: checking for encore2.h
configure:10138: gcc -E  -Wall -Wno-unused conftest.c >/dev/null 2>conftest.out
configure:10134:21: encore2.h: No such file or directory
configure: failed program was:
#line 10133 "configure"
#include "confdefs.h"
#include <encore2.h>
configure:10173: checking whether to build ac3 decoder module
configure:10215: checking for configure in libmmxnow ...
configure:10249: checking whether to use --tag=CXX with libtool

Reply via email to