This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Signal while compiling libvorbis




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]