Mailinglist Archive: opensuse (4053 mails)

< Previous Next >
Ogg
Suse 7.1 kernel 2.4.4 kde 2.1

My plan - encode some vinyl LPs from my stereo to OggVorbis format to play
on my PC.
My method - get OggVorbis working - especially the encoder oggenc.

Downloading and configuring libao-0.8.0.tar.gz and libogg-1.0rc2.tar.gz
worked ok.

When I try to do ./configure with libvorbis-1.0rc2.tar.gz I get a problem. A
similar thing occurs with vorbis-tools-1.0rc2.tar.gz.

Any suggestions appreciated
Brian Marr

=======================snip

configure:1578: checking for Ogg
configure:1608: gcc -o conftest -O2 -m486 -fno-strength-reduce -I/include
conftest.c -L/lib -logg 1>&5
configure:1597: ogg/ogg.h: No such file or directory
configure: failed program was:
#line 1592 "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:1646: gcc -o conftest -O2 -m486 -fno-strength-reduce -I/include
conftest.c -L/lib -logg 1>&5
configure:1639: ogg/ogg.h: No such file or directory
configure: failed program was:
#line 1636 "configure"
#include "confdefs.h"

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

int main() {
return 0;
; return 0; }

< Previous Next >
This Thread