<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jan 5, 2013 at 11:15 AM, Garth N. Wells <span dir="ltr"><<a href="mailto:gnw20@cam.ac.uk" target="_blank">gnw20@cam.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1hw">Note quite sure how to delve into exactly what the compiler is doing,<br>
but doing some printing from the Makefile right before the compiler is<br>
first called:<br>
<br>
        @echo "Testing CFLAGS: $(CFLAGS)"<br>
        @echo "Testing C:      $(C)"<br>
        $(C) -DDINT -c ../Source/amd_aat.c -o amd_i_aat.o<br>
<br>
I get<br>
<br>
    Testing CFLAGS: -fPIC -wd1572 -mt_mpi -O3 -xHost -DUF_long=long<br>
<div class="im">long -DUF_long_max=ULONG_MAX -DUF_long_id='%lld' -DNCHOLMOD<br>
</div>    Testing C:      mpicc -fPIC -wd1572 -mt_mpi -O3 -xHost<br>
-DUF_long=long long -DUF_long_max=ULONG_MAX -DUF_long_id='%lld'<br>
-DNCHOLMOD   -I../Include -I../../UFconfig<br>
    mpicc -fPIC -wd1572 -mt_mpi -O3 -xHost -DUF_long=long long<br>
<div class="im">-DUF_long_max=ULONG_MAX -DUF_long_id='"%lld"' -DNCHOLMOD<br>
-I../Include -I../../UFconfig -DDINT -c ../Source/amd_aat.c -o<br>
amd_i_aat.o<br>
   icc: error #10236: File not found:  'long'<br></div></div></blockquote><div><br></div><div style>Doesn't the same error occur with gcc? Do you have configure.log? What "make" is this using?</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1hw"><div class="im">
</div>Double quotes don't seem to help. Changing 'long long' to 'long', it<br>
builds fine.</div></blockquote></div><br></div><div class="gmail_extra" style>Unfortunately that doesn't work with LLP64 (like Windows).</div></div>