libtool
[Top][All Lists]
Advanced

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

deploying libraries and executables from a staging area


From: Noel Yap
Subject: deploying libraries and executables from a staging area
Date: Tue, 19 Sep 2006 15:32:58 -0700

What are the proper incantations to deploy libraries and executables
from a staging area (such that the rpath correctly points to the
deployment area)?

The following doesn't seem to work:

           ./libtool --mode=install install ${la} ${destination}/lib/${l}
           ./libtool --mode=finish ${destination}/lib/${l}

           ./libtool --mode=install install ${exe} ${destination}/bin/${x}
           ./libtool --mode=finish ${destination}/bin/${x}

Thanks,
Noel




reply via email to

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