[mpich-discuss] Problems install MPICH2 on Solaris 10 i386_64

Dave Goodell goodell at mcs.anl.gov
Thu Jun 3 15:50:54 CDT 2010


So your assembler seems to not tolerate "/" for literal expressions, but doesn't understand "--divide".  Would you also please send me the output of:

  /usr/sfw/bin/gas --version
  /usr/sfw/bin/gas --help

According to http://sourceware.org/bugzilla/show_bug.cgi?id=4572 the "/" problem was introduced somewhere between binutils-2.13 to 2.15 versions, but it's not obvious to me when the "--divide" option was added.  Your version may fall into a gap between the two.

It looks like you have a non-functional compiler tool chain on your Solaris box.  You should consider installing an updated one.

-Dave

On Jun 3, 2010 , at 2:34 PM CDT, Timothy LeBlanc wrote:

> Hi Dave
> 
> here it is.
> 
> Tim
> 
> On Thu, Jun 3, 2010 at 3:33 PM, Dave Goodell <goodell at mcs.anl.gov> wrote:
> No.  In that case, please send the config.log instead.
> 
> -Dave
> 
> On Jun 3, 2010 , at 2:31 PM CDT, Timothy LeBlanc wrote:
> 
> > Hi Dave
> >
> > When I run the command
> > /configure CFLAGS=-Wa,--divide --prefix=/usr/local/bin/mpich2-install 2>&1 | tee c.txt
> >
> > The display only shows about 20 lines before failing they are:
> > Configuring MPICH2 version 1.2.1p1 with  'CFLAGS=-Wa,--divide' '--prefix=/usr/local/bin/mpich2-install'
> > Running on system: SunOS mars 5.10 Generic_141445-09 i86pc i386 i86pc
> > Executing mpich2prereq in /work/mpich2/mpich2-1.2.1p1/src/mpid/ch3 with
> > Executing mpich2prereq in /work/mpich2/mpich2-1.2.1p1/src/mpid/ch3/channels/nemesis
> > sourcing /work/mpich2/mpich2-1.2.1p1/src/pm/mpd/mpich2prereq
> > sourcing /work/mpich2/mpich2-1.2.1p1/src/pm/hydra/mpich2prereq
> > sourcing /work/mpich2/mpich2-1.2.1p1/src/pm/gforker/mpich2prereq
> > sourcing /work/mpich2/mpich2-1.2.1p1/src/pm/mpd/setup_pm
> > checking for gcc... gcc
> > checking for C compiler default output file name...
> > configure: error: in `/work/mpich2/mpich2-1.2.1p1':
> > configure: error: C compiler cannot create executables
> > See `config.log' for more details.
> >
> > Do you still want me to run make and send you the m.txt file?
> >
> > Tim
> >
> >
> > On Thu, Jun 3, 2010 at 2:40 PM, Dave Goodell <goodell at mcs.anl.gov> wrote:
> > On Jun 3, 2010 , at 1:29 PM CDT, Timothy LeBlanc wrote:
> >
> > > --divide does not seem to be an acceptable parameter . When I type in configure --help it is not listed and it fails when I try using it.
> > [...]
> > > So I followed up with running:
> > > ./configure CFLAGS=-Wa, --prefix=/usr/local/bin/mpich2-install 2>&1 | tee c.txt
> >
> > This is the not the format you should use.  The whole "-Wa,--divide" matters.  So the command should look like the first one you listed:
> >
> >  ./configure CFLAGS=-Wa,--divide --prefix=/usr/local/bin/mpich2-install 2>&1 | tee c.txt
> >
> > > And this fails in the same way as I explained. Seems to configure ok but then the make fails.
> >
> > Please send us the m.txt from the make command when using the above configuration:
> >
> >  make V=1 2>&1 | tee m.txt
> >
> > I'm surprised that this didn't work for you and I'd like to see what's really going on here.
> >
> > -Dave
> > _______________________________________________
> > mpich-discuss mailing list
> > mpich-discuss at mcs.anl.gov
> > https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
> >
> >
> >
> > --
> > The information contained in this E-mail message is privileged, confidential, and may be protected from disclosure; please be aware that any other use, printing, copying, disclosure or dissemination
> > of this communication may be subject to legal restriction or sanction. If you think that you have received this E-mail message in error, please reply to the sender and delete it from your computer. Thank you.
> > _______________________________________________
> > mpich-discuss mailing list
> > mpich-discuss at mcs.anl.gov
> > https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
> 
> _______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
> 
> 
> 
> -- 
> The information contained in this E-mail message is privileged, confidential, and may be protected from disclosure; please be aware that any other use, printing, copying, disclosure or dissemination
> of this communication may be subject to legal restriction or sanction. If you think that you have received this E-mail message in error, please reply to the sender and delete it from your computer. Thank you.
> <config.log>_______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss



More information about the mpich-discuss mailing list