Hi, Mordechai

Do you have the zlib packages installed?

Here's what our setup shows:

prompt> rpm -qa | grep zlib
zlib-1.2.3-3
zlib-devel-1.2.3-3

We are using CentOS.
For cartReset, our link commandline looks like this:

[prompt> make
gcc cartReset.o ../../lib/x86_64/jkhgap.a ../../lib/x86_64/jkweb.a 
-lssl -lm /usr/lib64/mysql/libmysqlclient.a -lz

So perhaps you don't need or want the others after that:
  "-lcrypt -lnsl -lm -lssl"

-Galt

Mordechai Holtzman wrote:
> hi
> 
> 
>     the environment is suse sles 11 64bit
> 
> 
> when trying to compile under src/hg
> 
> 
> after make compile I get the following errors:
> 
> 
> make[1]: Entering directory 
> `/usr/local/src/UCSCgenomeBrowser/kent/src/hg/cartReset'
> gcc cartReset.o ../../lib/x86_64/jkhgap.a ../../lib/x86_64/jkweb.a  -lssl -lm 
> /usr/lib64/mysql/libmysqlclient.a -lz -lcrypt -lnsl -lm -lssl
> ../../lib/x86_64/jkweb.a(zlibFace.o): In function `zUncompress':
> /usr/local/src/UCSCgenomeBrowser/kent/src/lib/zlibFace.c:67: undefined 
> reference to `euncompress'
> ../../lib/x86_64/jkweb.a(zlibFace.o): In function `zCompress':
> /usr/local/src/UCSCgenomeBrowser/kent/src/lib/zlibFace.c:46: undefined 
> reference to `ecompress'
> collect2: ld returned 1 exit status
> make[1]: *** [compile] Error 1
> make[1]: Leaving directory 
> `/usr/local/src/UCSCgenomeBrowser/kent/src/hg/cartReset'
> make: *** [cartReset.compile] Error 2
> 
> 
> any help will  be greately appreciated
> 
> 
_______________________________________________
Genome maillist  -  [email protected]
https://lists.soe.ucsc.edu/mailman/listinfo/genome

Reply via email to