Re: [PATCH] tests: feed -no-undefined when linking libtool libraries
Roumen Petrov <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.patches |
|---|---|
| Message-ID | <[email protected]> |
Peter Rosin wrote: > On 2012-09-19 09:31, Peter Rosin wrote: >> * tests/runpath-in-lalib.at: Make sure shared libraries are created >> on Windows by passing -no-undefined. Otherwise libb.la fails to record >> a dependency on liba.la, and the final link of the program then fails >> with undefined symbols. >> >> Signed-off-by: Peter Rosin <[email protected]> >> --- >> tests/runpath-in-lalib.at | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> Ok to push? No idea . Test pass to me with current repository code, cross build , run in emulated . Roumen