RE: libtool support for intel icc compiler

2003-03-25 Thread Himanshu_Khurana
Hi Robert , This compiler can be downloaded from the following link for a 30 day evaluation period. http://www.intel.com/software/products/compilers/clin/eval.htm Just follow the DOWNLOAD link. You will receive an email from intel with an attched file of a license file valid for one month. COPY

Want to configure libtool to support ICC compiler

2003-03-25 Thread Allan Sandfeld Jensen
I'am the author of the icc-patch, but I dont subscribe to [EMAIL PROTECTED] (maybe I should) so please CC me in any icc-issues. Try to add /opt/intel/compiler70/ia32/bin to you PATH and run configure with CC=icc CXX=icpc. I do a check on whether $CC=icc, and I am not sure it all the path-inform

Re: libtool support for intel icc compiler

2003-03-25 Thread Robert Boehne
icc users: Aparently support for icc isn't complete. Here is where you can help by submitting a patch that fixes the problems you're running into. I don't have access to this compiler, so if it is something you want, you'll have to volunteer to do it. Please read http://www.gnu.org/software/lib

RE: libtool support for intel icc compiler

2003-03-25 Thread Himanshu_Khurana
Hi all I have been struggling with this since quite a while now. This is what I have found. Some changes in libtool.m4 have been made to support Intel compiler.Thes are like .. .. icpc) # Intel C++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'