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] | |
Everything builds fine, but a make install fails with a libtool first complaining that it has to relink libFOO.la, which fails because the linker can't find "-lBAR" -- probably because the BAR and BAZ libraries haven't been installed yet.
Is there any way to describe this install dependency in automake? Is reordering the libraries in the Makefile.am necessary and/or sufficent?
Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us http://www.simplesystems.org/users/bfriesen
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |