Charles Wilson wrote: > > Stipe Tolj wrote: > > > * changed the dependant lib linking flag from -lgdbm to -lgdbm.dll > > to use > > the shared import library for mod_rewrite. > > Again I say, this should not be necessary. The linker, ld, will > automatically search FIRST for the import lib libgdbm.dll.a BEFORE > searching for the static lib libgdbm.a. The only way to change this > behavior is to call 'ld -Bstatic' (aka 'ld -static') or 'gcc -static' to > FORCE ld to search only for libgdbm.a.
Ok, I'm going back to -lgdbm in that case. Stipe [EMAIL PROTECTED] ------------------------------------------------------------------- Wapme Systems AG M�nsterstr. 248 40470 D�sseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de ------------------------------------------------------------------- wapme.net - wherever you are
