Configuration and compile problems with ICL
Joe-Yen, Stefan
Stefan.Joe-Yen at EssexCorp.com
Wed Jul 25 17:06:36 UTC 2007
Hi,
I am trying to build VSIPL++ with the Intel compiler and Cygwin on an
Intel EMT64 System and running into a few problems.
I have installed trial versions of the Intel Compiler (10.0.026), IPP
library (5.2.057) and MKL library (9.1.025). We are using Visual C++
2005 Express edition with the Platform SDK (Server 2003 R2) installed.
I tried to run the configure script using the Cygwin shell.
I started with the following configuration line from the quickstart
guide:
./configure CXX=icl CC=icl CXXFLAGS="/Qcxx-features /Qvc8"
--build=i686-cygwin --host=i686-mingw32 --enable-ipp=win
--enable-fft=ipp --with-lapack=mkl_win --disable-mpi
This initially failed when checking the compiler. I made sure the
include library paths were available to the Cygwin shell and then the
compiler check completed but configure failed on the IPP step as
follows.
...
Using IPP for Windows.
checking for ipps.h... yes
checking for ippsMul_32f... configure: error: not found.
Trying without IPP,
./configure CXX=icl CC=icl CXXFLAGS="/Qcxx-features /Qvc8"
--build=i686-cygwin --host=i686-mingw32 --with-lapack=mkl_win
--disable-mpi
then failed on the MKL step as follows:
...
with_lapack: mkl_win
Searching for LAPACK packages: mkl_win
checking for LAPACK/MKL 8.x library for windown... not found
configure: error: LAPACK enabled but no library found
This looks like a version issue is there a workaround?
Finally with both IPP and MKL removed,
./configure CXX=icl CC=icl CXXFLAGS="/Qcxx-features /Qvc8"
--build=i686-cygwin --host=i686-mingw32 --disable-mpi
I get this failure:
...
checking for asm style... configure: error: cannot determine asm type.
=============================================================
configure: error: built-in ATLAS configure FAILED.
This seems to be addressed in a prior post so I'm not to concerned about
it if it has been patched.
Please let me know if you have any insights on these problems. I suspect
it is a preferred installation configuration or a tool version issue but
I can't find indications that the tools I am using are incorrect or
detailed guidance on preferred tool configuration and setup in the
documentation. Thanks.
- Stefan
Stefan Joe-Yen
Cognitive Research Engineer
Essex
321-837-7018
This electronic message and any files transmitted with it contain information which may be privileged and/or proprietary. The information is intended for use solely by the intended recipient(s). If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of this information is prohibited. If you have received this electronic message in error, please advise the sender by reply email or by telephone (301-939-7000) and delete the message.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20070725/c245dce9/attachment.html>
More information about the vsipl++
mailing list