Hi, everyone. Now I get a assembled genome and I want to build a de novo repeat library using Repeatmodeler. However when I tried to install RepeatScoutV1.05, I typed make, but got warnnings,
zhang@localhost RepeatScout-1]$ make
cc -O3 -Wall -c build_repeat_families.c -o build_repeat_families.o
build_repeat_families.c: In function âmainâ:
build_repeat_families.c:137: warning: value computed is not used
build_repeat_families.c:161: warning: value computed is not used
cc -O3 -Wall -c cmd_line_opts.c -o cmd_line_opts.o
cc -O3 -Wall -c version.c -o version.o
cc build_repeat_families.o cmd_line_opts.o version.o -o RepeatScout -lm
cc -O3 -Wall -c build_lmer_table.c -o build_lmer_table.o
build_lmer_table.c: In function âmainâ:
build_lmer_table.c:85: warning: value computed is not used
cc build_lmer_table.o cmd_line_opts.o version.o -o build_lmer_table -lm
then this software did not work for me. Has some one face the same problem? How do you fix it? BTW, my computer system is redhat 5.
Many Thanks.
yun
zhang@localhost RepeatScout-1]$ make
cc -O3 -Wall -c build_repeat_families.c -o build_repeat_families.o
build_repeat_families.c: In function âmainâ:
build_repeat_families.c:137: warning: value computed is not used
build_repeat_families.c:161: warning: value computed is not used
cc -O3 -Wall -c cmd_line_opts.c -o cmd_line_opts.o
cc -O3 -Wall -c version.c -o version.o
cc build_repeat_families.o cmd_line_opts.o version.o -o RepeatScout -lm
cc -O3 -Wall -c build_lmer_table.c -o build_lmer_table.o
build_lmer_table.c: In function âmainâ:
build_lmer_table.c:85: warning: value computed is not used
cc build_lmer_table.o cmd_line_opts.o version.o -o build_lmer_table -lm
then this software did not work for me. Has some one face the same problem? How do you fix it? BTW, my computer system is redhat 5.
Many Thanks.
yun
Comment