Michael in view of my experiments I want you to try something different.
Forget about the CFLAGS and the environment variable.
Instead, can you edit the file build/pkgs/mpir/spkg-install and remove 
the following section
        # In some cases (see SAGE_ROOT/spkg/bin/sage-env), on Darwin,
        # CC might be set to clang, but MPIR doesn't seem to build
        # with clang.
        CLANG=`command -v clang`
        GCC=`command -v gcc`
        if [ -n "$CC" ] && [ "$CC" = "$CLANG" ] && [ -n "$GCC" ] ; then
            export CC="$GCC"
        fi

and try again.

François

> On 31/07/2017, at 13:11, Michael Frey <mhfr...@gmail.com> wrote:
> 
> I have attached the log for muir, the command I used was 
> "AS_INTEGRATED_ASSEMBLER=1 make -j1" and using the export CFLAGS="-Wa,-q 
> $CFLAGS"
> 
> On Saturday, July 29, 2017 at 8:05:54 PM UTC-4, François Bissey wrote:
> Can we have a bit more of that log? I would like to see the full 
> command. 
> 
> François 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.
> <mpir-3.0.0.p0.As_Integrated.log><mpir-3.0.0.p0.CFLAGS.log>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to