Hi all,
I'm having trouble installing ESTScan 3. Anyone have any idea what my problem is?
I know TransDecoder is probably better but I want to give both a try.
Thanks,
Kevin
I'm having trouble installing ESTScan 3. Anyone have any idea what my problem is?
Code:
kmkocot@Epimenia:~/Desktop/estscan-3.0.3$ make gcc -O2 -c maskred.c maskred.c: In function ‘mask_file’: maskred.c:203:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 1024, stdin); ^ maskred.c:210:12: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 1024, stdin); ^ gcc -lm -o maskred maskred.o gcc -O2 -c makesmat.c makesmat.c: In function ‘count_tuples’: makesmat.c:306:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 1024, stdin); ^ makesmat.c:325:12: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 1024, stdin); ^ gcc -lm -o makesmat makesmat.o makesmat.o: In function `print_pssm': makesmat.c:(.text+0x33d): undefined reference to `log' makesmat.c:(.text+0x362): undefined reference to `round' makesmat.o: In function `main': makesmat.c:(.text.startup+0xbb2): undefined reference to `log' makesmat.c:(.text.startup+0xbf0): undefined reference to `round' makesmat.c:(.text.startup+0xf45): undefined reference to `log' makesmat.c:(.text.startup+0xf70): undefined reference to `round' collect2: error: ld returned 1 exit status make: *** [makesmat] Error 1 kmkocot@Epimenia:~/Desktop/estscan-3.0.3$
Thanks,
Kevin
Comment