The warnings can be ignored. The -lz error means you didn't put the lib file in a place the linker can find.
On Mon, Oct 12, 2009 at 10:38 PM, Wilson, Ronald <[email protected]>wrote: > zlib’s usage.txt had my answer. Now I just get tons of warnings of this > variety: > > > > C:/DOCUME~1/ma088024/LOCALS~1/Temp/ccup6CS9.s:181775: Warning: .stabs: > description field '16fa8' too big, try a different debug format > > > > Followed by this: > > > > gcc -g -Os -Wall -DFOSSIL_I18N=0 -L/usr/local/lib -I/usr/local/include -I. > -I./src -I./src -c ./src/th.c -o th.o > > gcc -g -Os -Wall -DFOSSIL_I18N=0 -L/usr/local/lib -I/usr/local/include -I. > -I./src -I./src -c ./src/th_lang.c -o th_lan > > g.o > > gcc -g -Os -Wall -DFOSSIL_I18N=0 -L/usr/local/lib -I/usr/local/include -o > fossil add.o allrepo.o bag.o blob.o branch.o b > > rowse.o captcha.o cgi.o checkin.o checkout.o clearsign.o clone.o > comformat.o configure.o construct.o content.o db.o delt > > a.o deltacmd.o descendants.o diff.o diffcmd.o doc.o encode.o file.o http.o > http_socket.o http_transport.o info.o login.o > > main.o manifest.o md5.o merge.o merge3.o name.o pivot.o pqueue.o printf.o > rebuild.o report.o rss.o rstats.o schema.o se > > tup.o sha1.o shun.o stat.o style.o sync.o tag.o th_main.o timeline.o tkt.o > tktsetup.o undo.o update.o url.o user.o verif > > y.o vfile.o wiki.o wikiformat.o winhttp.o xfer.o zip.o sqlite3.o th.o > th_lang.o -lz -lws2_32 > > c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: > cannot find -lz > > collect2: ld returned 1 exit status > > make.exe": *** [fossil] Error 1 > > PS C:\fossil\fossil> > > > > RW > > > > Ron Wilson, Engineering Project Lead > > (o) 434.455.6453, (m) 434.851.1612, www.harris.com > > > > HARRIS CORPORATION | *RF Communications > Division ** > assured**communications**™* > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Wilson, Ronald > *Sent:* Monday, October 12, 2009 4:20 PM > *To:* [email protected] > *Subject:* Re: [fossil-users] making fossil with mingw32 > > > > I figured that out... but where do I install them? > > > > Ron Wilson, Engineering Project Lead > > (o) 434.455.6453, (m) 434.851.1612, www.harris.com > > > > HARRIS CORPORATION | *RF Communications > Division ** > assured**communications**™* > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Stephan Beal > *Sent:* Monday, October 12, 2009 4:17 PM > *To:* [email protected] > *Subject:* Re: [fossil-users] making fossil with mingw32 > > > > On Mon, Oct 12, 2009 at 8:57 PM, Wilson, Ronald <[email protected]> > wrote: > > blob_.c: In function `blob_compress': > blob_.c:725: warning: implicit declaration of function `compress' > blob_.c: In function `blob_compress2': > > > You need the zlib header and libs installed. > > > > -- > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > > _______________________________________________ > 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

