From dev-return-5303-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Fri Jan 04 21:12:12 2002 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 83859 invoked by uid 500); 4 Jan 2002 21:12:11 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 83848 invoked from network); 4 Jan 2002 21:12:11 -0000 Date: Fri, 4 Jan 2002 13:12:20 -0800 From: Jon Travis To: dev@apr.apache.org Subject: apr-util gdbm/db crappiness Message-ID: <20020104131219.A19467@covalent.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N When trying to link a simple program using apr-util using libtool, I get numerous errors about gdbm (and db) functions not being found. It turns out that libaprutil.la's dependency_libs variable doesn't contain a bunch of needed stuff (such as -lgdbm -ldb, etc.) apr-util obviously knows about this, as it substitutes them correctly into APRUTIL_EXPORT_LIBS in export_vars.sh. Is there a reason we aren't doing a -lstuff when creating the libtool archive? This used to work. -- Jon