Thanks for the report!

I've created ticket #483 about this:

    http://svn.open-mpi.org/trac/ompi/ticket/483


On 9/29/06 5:54 PM, "Josh Durham" <joshdur...@mac.com> wrote:

> Below are the changes needed to build OMPI on OSX with ifort and
> icc.  Basically, the Xgrid component doesn't have a libtool tag
> defined for ObjC code.  Adding this makes it consistent with the rest
> of the build - all the other Makefiles has --tag=CC.  This was
> configured with './configure CC=icc CXX=icpc'
> 
> In orte/mca/pls/xgrid/Makefile.in:
> 215c215
> < LTOBJCCOMPILE = $(LIBTOOL) --mode=compile $(OBJC) $(DEFS) \
> ---
>> LTOBJCCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(OBJC) $(DEFS) \
> 219c219
> < OBJCLINK = $(LIBTOOL) --mode=link $(OBJCLD) $(AM_OBJCFLAGS) \
> ---
>> OBJCLINK = $(LIBTOOL) --tag=CC --mode=link $(OBJCLD) $
> (AM_OBJCFLAGS) \
> 
> I'll leave it up to the developers to figure out how to get the
> automake stuff to generate this properly.  I have no clue.
> 
> - Josh
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


-- 
Jeff Squyres
Server Virtualization Business Unit
Cisco Systems

Reply via email to