Re: /./ltmain.sh not found



Matthew Ross Davis <mdavis@isi.net> writes:

> Ok, I've seen this one often enough now that I thought I should post it:
> ../libtool: /./ltmain.sh: not found
> Is there a fix for this?

This is fixed in libtool 1.2e.  Edit $prefix/share/ltconfig, and
change the line:
      echo='printf %s\n'
to
      echo='printf "%s\n"'

Or alternatively edit the line in the produced libtool that says
"...printf %s\n | sed..." and give it the required quotes.
-- 
Sam Vilain, sam@whoever.com         work: sam.vilain@unisys.com
http://www.hydro.gen.nz                home: sam@hydro.gen.nz



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