On Mon, Oct 12, 2009 at 10:38 PM, Wilson, Ronald <[email protected]>wrote:

>  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
>

You can try removing -g from the makefile to eliminate the debugging parts
altogether, but based on the following it would seem that the above is a
harmless warning.

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
>

libz.a or libz.so needs to be somewhere in your library search path,
typically /lib, /usr/lib, or /usr/local/lib. That said, i have no idea what
incompatibilities/special needs you'll run into on a Windows platform.

-- 
----- 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

Reply via email to