Re: How can I get rid of the -L entry of LDLIBS from RPATH?
Bob Friesenhahn <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 31 Jul 2017, Krisztian Kovacs wrote: > Hi! > > I haven't seen any examples how to set these script variables: > https://www.gnu.org/software/libtool/manual/html_node/ > libtool-script-contents.html#libtool-script-contents > Can are they set per project? > If so, how? All libtool script content is generated by 'configure' as described. In many cases, configure arguments may be used to set/override values (e.g. 'CC'). Many of these values may also be obtained from the shell environment in which configure is run. A config.site script (e.g. /usr/local/share/config.site) may be used to set default values for most variables set or used by configure and may be used to remember any settings found in the generated config.status script. Bob -- Bob Friesenhahn [email protected], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool