Re: Do convenience libraries propagate -R linker flags?

2011-03-20 Thread Rhys Ulerich
Hi Ralf, >> I've got a convenience library where the LDFLAGS includes -R: >> noinst_LTLIBRARIES = libsomething.la >> ... >> libsomething_la_LDFLAGS = -Rsomewhere >> and I indeed see "-Rsomewhere" appear within libsomething.la's >> dependency_libs >> line the way I expect. >> >> In ano

Re: Do convenience libraries propagate -R linker flags?

2011-03-18 Thread Ralf Wildenhues
Hello Rhys, * Rhys Ulerich wrote on Mon, Mar 14, 2011 at 05:34:04PM CET: > I've got a convenience library where the LDFLAGS includes -R: > noinst_LTLIBRARIES = libsomething.la > ... > libsomething_la_LDFLAGS = -Rsomewhere > and I indeed see "-Rsomewhere" appear within libsomething.la's

Do convenience libraries propagate -R linker flags?

2011-03-14 Thread Rhys Ulerich
Sort of an odd question at the intersection of automake and libtool... I've got a convenience library where the LDFLAGS includes -R: noinst_LTLIBRARIES = libsomething.la ... libsomething_la_LDFLAGS = -Rsomewhere and I indeed see "-Rsomewhere" appear within libsomething.la's dependency_