I am trying to build openmpi-1.1.2 for Solaris x86/64 with the studio11 compilers and including the mx drivers. I have gone past some hurdles. However when the configure script nears its end where Makefiles are prepared I get error messages of the form:
config.status: creating ompi/mca/osc/rdma/Makefile sed: command garbled: s,@OMPI_CXX_ABSOLUTE@,/opt/studio11/SUNWspro/bin/CC sed: command garbled: s,@OMPI_F90_ABSOLUTE@,/opt/studio11/SUNWspro/bin/f95 sed: command garbled: s,@OMPI_CC_ABSOLUTE@,/opt/studio11/SUNWspro/bin/cc config.status: creating ompi/mca/pml/cm/Makefile This is with the system's sed command. I have tried to use the gnu sed command and get instead sed: file ./confstatlmaOTV/subs-3.sed line 31: unterminated `s' command sed: file ./confstatlmaOTV/subs-4.sed line 4: unterminated `s' command config.status: creating orte/Makefile sed: file ./confstatlmaOTV/subs-4.sed line 4: unterminated `s' command sed: file ./confstatlmaOTV/subs-3.sed line 31: unterminated `s' command config.status: creating orte/include/Makefile sed: file ./confstatlmaOTV/subs-3.sed line 31: unterminated `s' command sed: file ./confstatlmaOTV/subs-4.sed line 4: unterminated `s' command config.status: creating orte/etc/Makefile sed: file ./confstatlmaOTV/subs-3.sed line 31: unterminated `s' command sed: file ./confstatlmaOTV/subs-4.sed line 4: unterminated `s' command config.status: creating orte/tools/orted/Makefile sed: file ./confstatlmaOTV/subs-3.sed line 31: unterminated `s' command sed: file ./confstatlmaOTV/subs-4.sed line 4: unterminated `s' command Is there anything I do overlook? Lydia