Signal while compiling libvorbis
Segher Boessenkool
segher@chello.nl
Thu Nov 15 06:47:00 GMT 2001
Dieter Schmitz wrote:
>
> Hello,
>
> I have a little compiling Problem with the gcc 2.95.3.
>
> I use a selfcompiling (LFS) GNU/Linux 2.2.20 System and want to compile
> the libvorbis 1.0beta4 package. While the compiling I get the folowing
> error Message
>
Like has been explained numerous times on the vorbis mailing lists, gcc 2.95
will crash like this when you enable both -march=i686 and -mno-ieee-fp.
Our build system doesn't set -march=i686; your Linux distribution does this.
Either disable -march=i686 from your default settings, override it in your
vorbis compile, or remove -mno-ieee-fp.
Segher
More information about the Gcc
mailing list