Good Afternoon Jacob:

I believe we fixed this error some time ago in the source tree:

> cc1: warnings being treated as errors
> great.c: In function =91doSubmitToGreat=92:
> great.c:116: warning: format not a string literal and no format = arguments
> make[1]: *** [great.o] Error 1
> make: *** [hgTables.compile] Error 2

Can you show me the contents of src/hg/inc/versionInfo.h
to display the version of the source tree you have.

If you have USE_SSL=1 you should see -lssl and -lcrypto
show up on your compile line when you build a CGI binary.
This is the solution to this bug, which is mentioned
in item #3 under "Known problems:" in README.building.source
http://genome-source.cse.ucsc.edu/gitweb/?p=kent.git;a=blob_plain;f=src/product/README.building.source;hb=HEAD

Undefined symbols:
  "_ERR_load_crypto_strings", referenced from:
      _netConnectHttps in jkweb.a(https.o)
  "_BIO_ctrl", referenced from:
      _netConnectHttps in jkweb.a(https.o)

--Hiram
_______________________________________________
Genome maillist  -  [email protected]
https://lists.soe.ucsc.edu/mailman/listinfo/genome

Reply via email to