[MPICH] Apparent makefile bug

Fritz Anderson fritza at uchicago.edu
Mon Oct 24 11:11:08 CDT 2005


A much better way, especially in that your way works, and mine doesn't.

     -- F

On Oct 24, 2005, at 11:10 AM, Anthony Chan wrote:

>
> One way to work around this problem is to set
> CC="<C-compiler> -arch ppc64" in configure.
>
> A.Chan
>
> On Mon, 24 Oct 2005, Fritz Anderson wrote:
>
>
>> In the Makefile.in file at
>>      mpich2-1.0.2p1/src/pm/mpd/Makefile.in
>> the make symbol CFLAGS is never defined. This is bad, at least in my
>> compile, as I'm compiling for Mac 64-bit, and my C compile needs the
>> "-arch ppc64" flag set.
>>
>> Apparent workaround is to add, at line 11 of Makefile.in
>>
>> CFLAGS    = @CFLAGS@
>>
>>      -- F
>>
>> Fritz Anderson
>> Macintosh Programmer
>> University of Chicago
>>
>>
>




More information about the mpich-discuss mailing list