Issues compiling gcc 12.3.0

Damas Joao CHST Joao.Damas@syngenta.com
Thu Jan 25 15:09:42 GMT 2024


Yes, you are correct, it is a tainted environment with some CXXFLAGS that I need to figure out where they are coming from.

Thanks for the help!
João
________________________________
From: Jonathan Wakely <jwakely.gcc@gmail.com>
Sent: Thursday, January 25, 2024 14:53
To: Damas Joao CHST <Joao.Damas@syngenta.com>
Cc: gcc-help@gcc.gnu.org <gcc-help@gcc.gnu.org>
Subject: Re: Issues compiling gcc 12.3.0

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

On Thu, 25 Jan 2024 at 13:42, Damas Joao CHST <Joao.Damas@syngenta.com> wrote:
>
>
>
> Hi Johathan,
>
> Thank you very much for your kind answer.
>
> When building, I am doing it in a new directory, and calling configure and make from it, as recommended in the documentation.
>
> The only flags I'm passing during configure is prefix and disable-multilib. The rest I am keeping as default. For make, I am passing no flags except -j.

That -std=c++17 has to be coming from somewhere though.

Try 'env grep std=c' to see if you're setting it via the environment.

This message may contain confidential information. If you are not the designated recipient, please notify the sender immediately, and delete the original and any copies. Any use of the message by you is prohibited.


More information about the Gcc-help mailing list