Good Morning Diego:

Try setting your MYSQLLIBS to the string:
   MYSQLLIBS="/usr/lib/libmysqlclient.a -lz -lm"

--Hiram

Diego Pereira wrote:
> Thank you Hiram.
> 
> After that, during the make $DIRS step, I received several warning messages
> like this:
> 
> variable ‘anyvariable’ set but not used [-Wunused-but-set-variable]
> 
> Don't know if that is going to affect the performance of the source code in
> any way...
> 
> After that I noticed an undefined reference to 'floor', 'pow', and 'log'
> that seems to affect some functions:
> 
> gcc -O -g  -Wall -Wformat -Wimplicit -Wreturn-type -Wuninitialized -o
> /root/bin/i686/estLibStats estLibStats.o ../../../lib/i686/jkhgap.a
> ../../../lib/i686/jkweb.a  -pthread -lssl -lcrypto -lpng -lm
> /usr/lib/libmysqlclient.a -lz
> /usr/lib/libmysqlclient.a(libmysql.o): In function
> `fetch_float_with_conversion':
> (.text+0xc59): undefined reference to `floor'
_______________________________________________
Genome maillist  -  [email protected]
https://lists.soe.ucsc.edu/mailman/listinfo/genome

Reply via email to