libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Any way to avoid ldconfig call (and large help message) for plugin libra


From: Kevin P. Fleming
Subject: Any way to avoid ldconfig call (and large help message) for plugin libraries?
Date: Sun, 05 Oct 2003 10:55:09 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624

I've got an application that I've just converted to use the whole autotools suite... so far things are going quite well. One problem is that the application contains about 30 plugin modules, and even though I am creating them using -module and -avoid-version, libtool is still calling ldconfig for each and every one, and printing the nearly-full-screen message about "libraries have just been installed on your system".

Since these are plugins and not true "shared libraries", is there any way I can avoid these extra steps (which take time and confuse the end user)? I'd rather not have to edit ltmain.sh to accomplish this, but will do so if that's the only way around it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]