Subject: shared and static lib on elf
To: None <current-users@netbsd.org>
From: Mocha <netbsd_alpha@yahoo.com>
List: current-users
Date: 06/01/2000 20:43:09
i have a php module that uses both shared and static libraries. i'm 
currently having to pass -Wl,-rpath to all the lib directories. but it's 
not very efficient to include rpaths for static lib directories. how can i 
check to see if the libraries included are shared or not for configure.in 
and aclocal.m4 so that only dynamic library paths are included?