Entering edit mode
2.3 years ago
Hello, I am trying to store the executable fixCr program in my variable x86_64 MACHTYPE directory. whenever I place the command make after going to the directory /Downloads/kent/src/utils/fixCr, this error message pops up
/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x484): undefined reference to `WPACKET_close'
/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x494): undefined reference to `WPACKET_close'
/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x4a9): undefined reference to `WPACKET_get_total_written'
/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x4b9): undefined reference to `WPACKET_finish'
/home/linuxbrew/.linuxbrew/bin/ld: (.text+0x892): undefined reference to `WPACKET_cleanup'
collect2: error: ld returned 1 exit status
make: *** [../../inc/userApp.mk:31: /home/sabreena/bin/x86_64/fixCr] Error 1
What should I do to overcome this error?
Please try to install via Bioconda.