This is a test version of Biostars. For the public version, visit https://www.biostars.org.
KentUtils installation issue

I am trying to install KentUtils on our Linux server. I tried follow this: post but ended with error. unrecognized command line option -fno-plt. I am stuck in the installation step and need to perform pairwise whole genome alignment chaining, netting and axtnet of two species.Any help in this regards will be of great help.

Thanks Devender

ucsc kentutils installation linux lastz

UCSC provides binaries and we ship likely all of kent's tools via bioconda. Have you tried either of those options?

I tried installing via bioconda but it says library not found.

Please post the entire error message.

gcc: error: unrecognized command line option '-fno-plt'

make[2]: * [../inc/common.mk:401: aliType.o] Error 1

make[2]: Leaving directory '/680_info4/project/arora/program/kentUtils-master/src/lib'

make[1]: * [makefile:18: topLibs] Error 2

make[1]: Leaving directory '/680_info4/project/arora/program/kentUtils-master/src'

make: * [Makefile:27: libs] Error 2

If you are installing via conda you should not need to compile anything. Provide your conda command line.

Kent utils for linux are available here in compiled form, if you are an academic user. Add execute permission after download.

I tried by using conda install -c bioconda kentUtils

I got this error:

Error:PackagesNotFoundError: The following packages are not available from current channels:

  • kentutils

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

This works. I am equally thankful to you all.

2 answers

Your gcc/g++ version is not recent enough. See here how to fix it.

After your recommendation I am trying to update gcc but need some administration privileges. I think this will work.

Hello,

As mentioned in the linked post, you can download all the compiled binaries for linux directly from the Genome Browser here: http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/

You can rsync all of the utilities:

rsync -aP rsync://hgdownload.soe.ucsc.edu/genome/admin/exe/linux.x86_64/ ./

Or just get specific ones, e.x.

wget http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/axtChain

If you have any questions regarding the Genome Browser or its utilities, you can email us at genome@soe.ucsc.edu. We also do check biostars periodically, in which case using the UCSC tag is the best way for us to find your questions.

rsync not copying any file.

You can click on the link and just download whatever you want.

Log in to answer this question.