This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

automake and libtool error


   For a configue.in file that works with versions of the autotools
that come with Red Hat Linux 7.x, I get the following error for the
versions that come with Red Hat Linux 8.0 and 9...

aclocal.m4:1575: required file `config/ltmain.sh' not found

After a Google search, the only solution I've found is to manually
create a link

ln -s /usr/share/libtool/ltmain.sh config/ltmain.sh

Is this indeed the solution?   Is this fixed with automake 1.7?   Any
other suggestions?





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]