[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libquran questions



> salam alaikum.
> config.log is attached - as you can see, stops at the vorbis test...

this time for real its attached :)
walsalam alaikum.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:597: checking for non-GNU ld
configure:632: checking if the linker (/usr/bin/ld) is GNU ld
configure:680: checking for a BSD compatible install
configure:733: checking whether build environment is sane
configure:790: checking whether make sets ${MAKE}
configure:836: checking for working aclocal
configure:849: checking for working autoconf
configure:862: checking for working automake
configure:875: checking for working autoheader
configure:888: checking for working makeinfo
configure:908: checking for strerror in -lcposix
configure:952: checking for gcc
configure:1065: checking whether the C compiler (gcc  ) works
configure:1081: gcc -o conftest    conftest.c  1>&5
configure:1107: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1112: checking whether we are using GNU C
configure:1140: checking whether gcc accepts -g
configure:1175: checking for gcc option to accept ANSI C
configure:1252: checking how to run the C preprocessor
configure:1332: checking for ANSI C header files
configure:1438: checking for quran.h
configure:1472: checking for expat.h
configure:1506: checking for speex.h
configure:1593: checking for Vorbis
configure:1635: gcc -o conftest -g -O2 -I/usr/local/include    conftest.c  -L/usr/local/lib -lvorbis -lm -lvorbisenc  1>&5
configure: failed program was:
#line 1607 "configure"
#include "confdefs.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vorbis/codec.h>
#include <vorbis/vorbisenc.h>

int main ()
{
    vorbis_block 	vb;
    vorbis_dsp_state	vd;
    vorbis_info		vi;

    vorbis_info_init (&vi);
    vorbis_encode_init (&vi, 2, 44100, -1, 128000, -1);
    vorbis_analysis_init (&vd, &vi);
    vorbis_block_init (&vd, &vb);
    /* this function was added in 1.0rc3, so this is what we're testing for */
    vorbis_bitrate_addblock (&vb);

    system("touch conf.vorbistest");
    return 0;
}


configure:1673: gcc -o conftest -g -O2 -I/usr/local/include    conftest.c  -L/usr/local/lib -lvorbis -lm -lvorbisenc  1>&5