I seem to be having an issue where zLib is found, but the functions gz**** functions used in logging.cpp produce "Undefined reference to gz*****" I've successfully gotten the code to compile, but only through commenting these lines out, thus disabling logging. I have zLib.h and zConf.h in the includes folder and am compiling on Windows XP using Cygwin.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have arm-linux 3.3.2 and and as I posted on the Make Errors Thread here
zlib had to be installed seperately since it apparently did not come in this
distribution.
Even so the only way I can link to it is static with the libz.a path explicitly
given to configure , which does clear up all the libz unresolved references
but still....
I wonder if anyone else encountered this problem ?
Vladimir
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I used have similar problem under cygwin. But I get all problems solved after I switched to Ubuntu and installed the gumstix-boot-root, which u can find on gumstix wiki website.
Hope this can help u.
Good Luck.
Haiyang
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I seem to be having an issue where zLib is found, but the functions gz**** functions used in logging.cpp produce "Undefined reference to gz*****" I've successfully gotten the code to compile, but only through commenting these lines out, thus disabling logging. I have zLib.h and zConf.h in the includes folder and am compiling on Windows XP using Cygwin.
I've never tried compiling with cygwin, but it sounds like perhaps you are missing a zlib or zlib-devel package?
Curt.
Updated: I've moved to a full linux distro because emulation just isn't as good. zLib works perfectly now.
which full linux distro would that be ?
I have arm-linux 3.3.2 and and as I posted on the Make Errors Thread here
zlib had to be installed seperately since it apparently did not come in this
distribution.
Even so the only way I can link to it is static with the libz.a path explicitly
given to configure , which does clear up all the libz unresolved references
but still....
I wonder if anyone else encountered this problem ?
Vladimir
I used have similar problem under cygwin. But I get all problems solved after I switched to Ubuntu and installed the gumstix-boot-root, which u can find on gumstix wiki website.
Hope this can help u.
Good Luck.
Haiyang