The only workaround I'm currently aware of is to remove the offending 
addmul_1.asm file. It is to do with our use of jump tables.

On Monday, 31 July 2017 19:13:57 UTC+2, Michael Frey wrote:
>
> Hi François,
>
> Thank you for your help.
>
> I tried as you suggested from a clean source.  Unfortunately the result is 
> the same.  I have attached the log and script files just to make sure I 
> made the correct changes..
>
> Mike
>
> On Sunday, July 30, 2017 at 10:05:43 PM UTC-4, François Bissey wrote:
>>
>> 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 <mhf...@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.

Reply via email to