On Saturday 30 May 2009 14:40:50 Jason Martin wrote:
> I think that icc is only available on the redhat Itanium (cleo).  It
> probably won't be in the path on iras.
>

Yeah , it's not on iras , the error was on cleo , looks like a wrong path
libimf is at

/usr/local/intel-11.0.081/ia64-Linux-rhel/lib/ia64/libimf.a
./usr/local/intel-11.0.081/ia64-Linux-rhel/lib/ia64/libimf.so
./usr/local/intel-11.0.081/ia64-Linux-rhel/lib/ia64/libimf.so.6

and the skynet bash profile is
if [ `/bin/hostname` == "cleo" ]; then
  PATH=/usr/local/bin/ia64-Linux-rhel:$PATH
  export PATH

  LD_LIBRARY_PATH=/usr/local/gcc-4.4.0/ia64-Linux-rhel/lib
  export LD_LIBRARY_PATH

  SAGE_FORTRAN=/usr/local/gcc-4.4.0/ia64-Linux-rhel/bin/gfortran
  export SAGE_FORTRAN

  SAGE_FORTRAN_LIB=/usr/local/gcc-4.4.0/ia64-Linux-rhel/lib/libgfortran.so
  export SAGE_FORTRAN_LIB

  
PYTHONPATH=/usr/local/zope.interface-3.3.0/ia64-Linux-rhel5/lib/python:/usr/local/Twisted-8.1.0/ia64-Linux-rhel5/lib/python:/usr/local/buildbot-0.7.9/ia64-Linux-rhel5/lib/python:
$PYTHONPATH
  export PYTHONPATH

#  source /usr/local/intel-11.0.081/ia64-Linux-rhel/bin/iccvars.sh ia64
#  source /usr/local/intel-11.0.081/ia64-Linux-rhel/bin/ifortvars.sh ia64

fi

not sure what the commented out stuff is ment to do

Jason




> --jason
>
> Jason Worth Martin
> Asst. Professor of Mathematics
> http://www.math.jmu.edu/~martin
>
> On Sat, May 30, 2009 at 9:16 AM, Jason Moxham <[email protected]> 
wrote:
> > export CC=icc && configure
> >
> > fails with
> >
> > checking build system type... ./dummy-10941: error while loading shared
> > libraries: libimf.so.6: cannot open shared object file: No such file or
> > directory
> > ia64-unknown-linux-gnu
> > checking host system type... ia64-unknown-linux-gnu
> > checking for a BSD-compatible install... /usr/bin/install -c
> > checking whether build environment is sane... yes
> > checking for gawk... gawk
> > checking whether make sets $(MAKE)... yes
> > checking whether to enable maintainer-specific portions of Makefiles...
> > no checking ABI=64
> > checking compiler icc -no-gcc ... no, program does not run
> > configure: error: could not find a working compiler, see config.log for
> > details
> >
> > I use the standard skynet_bash_profile so I assume the paths are correct
> > and export CC=icc is how you use the intel compiler.
> >
> > Jason
> >
> > On Saturday 30 May 2009 13:25:22 Jason Martin wrote:
> >> Do we really need to support gcc-4.1 on Itanium?
> >>
> >> It seems like Mariah has gcc-4.4 and icc working for Itanium, so can
> >> we just target those compilers and not worry about ancient gcc
> >> versions?
> >>
> >> Jason Worth Martin
> >> Asst. Professor of Mathematics
> >> http://www.math.jmu.edu/~martin
>
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to