|
From: Vrijendra G. <vri...@gm...> - 2008-07-30 18:26:57
|
Julian Seward <jseward <at> acm.org> writes: > > On Wednesday 30 July 2008 11:22, Tom Hughes wrote: > > In message <loom.20080730T091052-119 <at> post.gmane.org> > > Vrijendra Gokhale <vrijendra <at> gmail.com> wrote: > > > > > Julian Seward <jseward <at> acm.org> writes: > > > > > >> The build system is getting confused by your MPI implementation. > > >> Try rerunning configure with --with-mpicc=any_bogus_name_will_do > > >> and see if that helps. > > > > > > Thanks for your reply. > > > > > > Unfortunately configure still thinks this is an AMD box > > > > No, it thinks it is a machine with the amd64 (aka x86_64) architecture > > which I believe it is. > > Try adding --enable-only32bit if you want only a 32-bit build. > > J Thanks! That worked like a charm. configure, make and make install went flawlessly. I wonder why the 64 bit build did not go through? Regards, Vrijendra |