You'll need to build zlib with mingw as well to get the statically linkable library.
On Mon, Oct 12, 2009 at 11:33 PM, Wilson, Ronald <[email protected]> wrote: > libz.a apparently isn't offered on the zlib.net website. The only thing you > can download is the zlib dll. Where should I go to find the non-dll version? > > RW > > Ron Wilson, Engineering Project Lead > (o) 434.455.6453, (m) 434.851.1612, www.harris.com > > HARRIS CORPORATION | RF Communications Division > assuredcommunications(tm) > > >> -----Original Message----- >> From: [email protected] [mailto:fossil-users- >> [email protected]] On Behalf Of Kees Nuyt >> Sent: Monday, October 12, 2009 5:32 PM >> To: [email protected] >> Subject: Re: [fossil-users] making fossil with mingw32 >> >> >> On Mon, 12 Oct 2009 17:19:09 -0400, you wrote: >> >> > zlib1.dll has to be in the path or in the same folder as >> > fossil.exe. I really don't want to build with dll dependency... >> >> That's what a .dll does. Not nice for fossil indeed. >> >> You need: >> >> \{msysinstallpath}\mingw\lib\libz.a >> >> It will link statically. >> -- >> ( Kees Nuyt >> ) >> c[_] >> _______________________________________________ >> fossil-users mailing list >> [email protected] >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

