[OMPI users] undefined reference to `__intel_sse2_strlen'

2012-10-09 Thread Thomas Evangelidis
Greetings, I am trying to compile openmpi 1.6.2 on Fedora 17 64-bit using the intel compilers (icc and ifort version 13.0.0) but I am getting an error which I cannot trace back. These are the steps I followed: ./configure CC=icc F77=ifort make util.o: In function `guess_strlen':

Re: [OMPI users] undefined reference to `__intel_sse2_strlen'

2012-10-10 Thread Thomas Evangelidis
the default > compiler (=g++) which isn't suitable for linking objects generated by the > Intel compiler. > Regards, > Matthias > > On Oct 9, 2012, at 5:25 PM, Thomas Evangelidis wrote: > > Greetings, > > > I am trying to compile openmpi 1.6.2 on Fedora 17