[MPICH] Apparent makefile bug

Anthony Chan chan at mcs.anl.gov
Mon Oct 24 11:10:07 CDT 2005


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