質問編集履歴
1
試したことの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -61,3 +61,21 @@
|
|
61
61
|
http://hannonlab.cshl.edu/fastx_toolkit/download.html
|
62
62
|
|
63
63
|
こちらから,fastx_toolkit-0.0.14.tar.bz2 をダウンロードしました
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q11210907201
|
68
|
+
|
69
|
+
こちらと同じ現象の方がいまして,
|
70
|
+
|
71
|
+
・コメントアウト → どのファイルか分からない
|
72
|
+
|
73
|
+
・stableなソースをダウンロード → fastx_toolkit-0.0.13.tar.bz2 で./configureコマンドをした場合下記のエラー
|
74
|
+
|
75
|
+
```
|
76
|
+
|
77
|
+
configure: error: Your version of gcc does not support the 'std::tr1' standard. Recommended gcc version is 4.1.2 or later. Please use a newer gcc version, or try to download the pre-compiled binaries from the fastx-toolkit website.
|
78
|
+
|
79
|
+
```
|
80
|
+
|
81
|
+
・brewでinstall → brew install fastx_toolkit では見つからない
|