|
Re: Suggestion: msg#00036gnu.libtool.general
Libtool doesn't use DESTDIR.... The makefiles (autoconf/automake) use DESTDIR. When the *.la files are built, libtool puts a line like libdir=/some/path/to/a/lib/dir in it. Then, when you try to install via 'make install' which, in turn call libtool --mode=install libtool will refuse to install into any directory EXCEPT what was specified in the .la file. It breaks, therefore, if you try to use DESTDIR= or prefix= arguments to the 'make install' command. -Rob Bob Friesenhahn wrote: On Fri, 12 Mar 2004, Robert Wyrick wrote: |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [fehrin@xxxxxxxxxxx: libtool versus gcj]: 00036, Dr. Franz Fehringer |
|---|---|
| Next by Date: | Re: Suggestion: 00036, Bob Friesenhahn |
| Previous by Thread: | Re: Suggestioni: 00036, Bob Friesenhahn |
| Next by Thread: | Re: Suggestion: 00036, Bob Friesenhahn |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |