libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Configuring libtool for ICC compiler


From: Himanshu_Khurana
Subject: Configuring libtool for ICC compiler
Date: Fri, 21 Mar 2003 17:50:37 +0530

THANX ALOT FOR UR HELP. YOU have made my day
IT did run suucessfully and I am able to get the configure file 

JUST ONE LAST THIN I NEED TO KNOW

WHAT ALL ENVIRONMENT VARIABLES DO I NEED TO SET to run the 

./configure 

to configure it for an ICC compiler 
I SET 
PATH=/usr/lib:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/himanshu/bin
CC=/opt/intel/compiler70/ia32/bin/icc
CXX=/opt/intel/compiler70/ia32/bin/icc
LD=/opt/intel/compiler70/ia32/bin/xild
LDFLAGS=/usr/lib:/opt/intel/compiler70/ia32/lib:/data/zion/intersect/local_linux_icc/lib
LD_LIBRARY_PATH=/usr/lib:/opt/intel/compiler70/ia32/lib:/data/zion/intersect/local_linux_icc/lib
But what about linker and compiler flags
CFFLAGS


I didnt touch them

I ran ./configure --prefix=/home/himanshu/usr
it was 100% successful

BUT WHEN I RAN 

make

I got this error

icc: Command line warning: ignoring unknown option '-soname'
ld: cannot open libltdl.so.3: No such file or directory
make[2]: *** [libltdl.la] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1



I have checked that this required file lies in my 

/usr/lib

Even after including it above and running ./configure again in a fresh 
directory I am getting the same make error

Please give in ur input !!

Thanx a lot for the help that was earlier given to me 
Himanshu Khurana














-----Original Message-----
From: Tim Van Holder [mailto:address@hidden
Sent: Friday, March 21, 2003 4:43 PM
To: Himanshu_Khurana
Cc: address@hidden; address@hidden
Subject: Re: libtool support for intel icc compiler---NEW PROBLEM


On Fri, 2003-03-21 at 11:42, Himanshu_Khurana wrote:
> 1:Downloaded libtool.tgz file from the place(CVS repository) mentioned by 
> Robert
> 2:Downloaded autoconf2.7.tar.gz and automake1.7.tar.gz from ftp.gnu.org

I assume you mean autoconf 2.57, not 2.7 (which would be a really
ancient version).

> >>ls
> AUTHORS      commit        depdemo        ltdl.m4      mkstamp       tagdemo
> bootstrap    config.guess  doc            ltmain.c     NEWS          tests
  ^^^^^^^^^

Run this script, and it will do what's needed to produce configure.

$ ./bootstrap
or
$ sh bootstrap

should do it.

-- 
Tim Van Holder <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]