bino-list
[Top][All Lists]
Advanced

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

Re: [Bino-list] configure failure of bino package


From: Martin Lambers
Subject: Re: [Bino-list] configure failure of bino package
Date: Fri, 14 Dec 2012 15:57:52 +0100

On Fri, 14 Dec 2012 17:19:41 +0530, Krishna Kishore wrote:
>    I am facing following error when I do configure. Version of gcc I
> have on my Ubuntu 12.04 is 4.6.3. Is there anything that I have to do
> to overcome this error?
> 
> checking for GCC atomic builtins... no
> configure: error: GCC atomic builtins not found. Please use a newer compiler.

Do you have any -march=... options in your CFLAGS or CXXFLAGS?

When building for 32bit x86, don't use -march=i386; use at least
-march=i686. Otherwise many features are not available, including the
atomic builtins.

Gcc on 12.04 should work out of the box unless you set some special
options.

Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]