After your reply i did this 
I strated afresh . I will tell u step by step what I did 

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


STEP 1
In my home directory I created a director called usr
/home/himanshu/usr

STEP 2.

>>tar xvzf autoconf-2.7.tar.gz 

cd TO AUTOCONF DIRECTORY

>>./configure --prefix=/home/himanshu/usr
>>make
>>make install
>>PATH=/home/himanshu/usr/bin:$PATH

>>tar xvzf automake-1.7.tar.gz

cd TO AUTOMAKE DIRECTORY

>>./configure  --prefix=/home/himanshu/usr
>>make
>>make install

ALL THESE THINGS PROCEEDED SMOOTHLY WITHOUT ANY ERROR.ON ASKING FOR VERSIONS i GOT THE 
CORRECT VERSIONS---THE PATH BEING SET

>>mkdir /home/himanshu/usr/local
>>tar xvzf libtool.tgz -C /home/himanshu/usr/local

cd TO THE LIBTOOL DIRECTORY
the contesnts are as 

>>ls
AUTHORS      commit        depdemo        ltdl.m4      mkstamp       tagdemo
bootstrap    config.guess  doc            ltmain.c     NEWS          tests
cdemo        config.sub    f77demo        ltmain.in    pdemo         THANKS
ChangeLog    configure.ac  libltdl        mail         PORTING       TODO
ChangeLog.0  CVS           libtoolize.in  Makefile.am  README
ChangeLog.1  demo          libtool.m4     mdemo        README-alpha


NOW I TRIED TO RUN aclocal
WHICH WAS EARLIER RUNNING FINE WITH aclocal 1.4-5
NOW GAVE AN ERROR

>>aclocal
>>aclocal: configure.ac: 99: macro `AM_PROG_LD' not found in library
>>aclocal: configure.ac: 101: macro `AM_PROG_NM' not found in library

EARLIER aclocal was running fine and the error on running autoconf I got 

> configure.ac:115: error: possibly undefined macro: LT_AC_PROG_GCJ
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> configure.ac:118: error: possibly undefined macro: LT_AC_PROG_RC



I AM TOTALLY CONFUSED . EVEN AFTER SITTING FOR 2 DAYS i havent been able to install a 
simple tool . I really SUCK

Please help me 

Anxiously awaiting replies







-----Original Message-----
From: Tim Van Holder [mailto:[EMAIL PROTECTED]
Sent: Friday, March 21, 2003 12:57 PM
To: Himanshu_Khurana
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: libtool support for intel icc compiler---NEW PROBLEM


On Fri, 2003-03-21 at 07:02, Himanshu_Khurana wrote:
> But again back to libtool when I say 
> autoconf  configure.ac
> 
> it does a lot of things only to exit with error saying 
> 
> configure.ac:115: error: possibly undefined macro: LT_AC_PROG_GCJ
>       If this token and others are legitimate, please use m4_pattern_allow.
>       See the Autoconf documentation.
> configure.ac:118: error: possibly undefined macro: LT_AC_PROG_RC

If there is a 'bootstrap' script, use that instead of running
aclocal and autoconf manually.  In this case, you probably need
to use 'aclocal -I m4' or something similar so that aclocal will find
and use the libtool macros.

-- 
Tim Van Holder <[EMAIL PROTECTED]>



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to