|
From: | Bob Friesenhahn |
Subject: | Re: Using nonstandard (static) lib name |
Date: | Mon, 10 Nov 2008 13:53:55 -0600 (CST) |
On Mon, 10 Nov 2008, Jan Engelhardt wrote:
for shared libraries, it is possible to use myshared_so_LDFLAGS = -module to tell automake not to warn about the missing "lib" prefix. For static libraries however, something like that does not work since there is no ld involved, and automake warns about the missing lib prefix. Is there a flag I can use to silence the warning anyway? I am only going to use the library within the project itself anyway (noinst_LIBRARIES).
Do you know for sure that the archiving tools on all the many systems your software might potentially run on will work as expected without the 'lib' prefix? Why do you desire to do something unusual?
Bob ====================================== Bob Friesenhahn address@hidden, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
[Prev in Thread] | Current Thread | [Next in Thread] |