I made the changes to the DoT code to compile on Cygwin, listed in this forum, yet I get the following when I try to compile..
.
.
.
/cygdrive/c/dot/dawnsrc1.69p/descript.cpp:
117: undefined reference to `deflate'
obj/descript.o: In function `descriptor_data::begin_compression(void)':
/cygdrive/c/dot/dawnsrc1.69p/descript.cpp:
726: undefined reference to `deflateInit_'
obj/descript.o: In function `descriptor_data::end_compression(void)':
/cygdrive/c/dot/dawnsrc1.69p/descript.cpp:
776: undefined reference to `deflate'
/cygdrive/c/dot/dawnsrc1.69p/descript.cpp:
782: undefined reference to `deflateEnd'
collect2: ld returned 1 exit status
make: *** [dawn] Error 1
I searched this forum, but I found no matches to deflateEnd or end_compression(void).
I went back to the Cygwin site thinking I might of missed a download package [end_compression(void)], and downloaded several more things that I thought could be the culprit..yet no luck.
Know how I can fix this?
.
.
.
/cygdrive/c/dot/dawnsrc1.69p/descript.cpp:
117: undefined reference to `deflate'
obj/descript.o: In function `descriptor_data::begin_compression(void)':
/cygdrive/c/dot/dawnsrc1.69p/descript.cpp:
726: undefined reference to `deflateInit_'
obj/descript.o: In function `descriptor_data::end_compression(void)':
/cygdrive/c/dot/dawnsrc1.69p/descript.cpp:
776: undefined reference to `deflate'
/cygdrive/c/dot/dawnsrc1.69p/descript.cpp:
782: undefined reference to `deflateEnd'
collect2: ld returned 1 exit status
make: *** [dawn] Error 1
I searched this forum, but I found no matches to deflateEnd or end_compression(void).
I went back to the Cygwin site thinking I might of missed a download package [end_compression(void)], and downloaded several more things that I thought could be the culprit..yet no luck.
Know how I can fix this?