This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANN] apache_1.3.22-2


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

tolj@wapme-systems.de
-------------------------------------------------------------------
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: info@wapme-systems.de
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]