e****e 发帖数: 3450 | 1 我要装一些perl python C等的东西,老是make不了,用的OSX 10.5.8, xcode3.1.4也
装了,./configure能run,就是make不了,折腾了2天了,就卡在这一关上,不知道谁
能帮帮?一堆错误信息我跟看天书一样,谢谢! |
D**s 发帖数: 3909 | 2 这些都是预装好了的吧,不用另外装?
【在 e****e 的大作中提到】 : 我要装一些perl python C等的东西,老是make不了,用的OSX 10.5.8, xcode3.1.4也 : 装了,./configure能run,就是make不了,折腾了2天了,就卡在这一关上,不知道谁 : 能帮帮?一堆错误信息我跟看天书一样,谢谢!
|
c***r 发帖数: 184 | 3 try macports
typically you just need to do "sudo port install XXX". port will get the
source, apply patches if any, and then build and install it. It also handles
dependencies too.
many packages need to be patched for Mac OSX |
e****e 发帖数: 3450 | 4 一些perl module要加装,用sudo cpan 'PerlIO::gzip' 总不成
【在 D**s 的大作中提到】 : 这些都是预装好了的吧,不用另外装?
|
D**s 发帖数: 3909 | 5 perl -MCPAN -eshell
【在 e****e 的大作中提到】 : 一些perl module要加装,用sudo cpan 'PerlIO::gzip' 总不成
|
e****e 发帖数: 3450 | 6 我按这个readme来的
Software Requirements
=====================
1. GCC is required to compile most tools.
2. FASTA-Clipping-Histogram tool requires Perl, the "PerlIO::gzip",
"GD::Graph::bars" modules.
Installing the perl modules can be accomplised by running:
$ sudo cpan 'PerlIO::gzip'
$ sudo cpan 'GD::Graph::bars'
3. FASTX-Barcode-Splitter requires the GNU Sed program.
4. FASTQ-Quality-Boxplot and FASTQ-Nucleotides-Distribution requires the
'gnuplot' program.
Installation
=====
【在 D**s 的大作中提到】 : perl -MCPAN -eshell
|
c***r 发帖数: 184 | 7 i tried to install the two perl modules. it was successful.
mine is mac osx 10.5.8
【在 e****e 的大作中提到】 : 我按这个readme来的 : Software Requirements : ===================== : 1. GCC is required to compile most tools. : 2. FASTA-Clipping-Histogram tool requires Perl, the "PerlIO::gzip", : "GD::Graph::bars" modules. : : Installing the perl modules can be accomplised by running: : $ sudo cpan 'PerlIO::gzip' : $ sudo cpan 'GD::Graph::bars'
|
D**s 发帖数: 3909 | 8 你就受累直接给她装上的了。。
【在 c***r 的大作中提到】 : i tried to install the two perl modules. it was successful. : mine is mac osx 10.5.8
|
e****e 发帖数: 3450 | 9 here is the error msg I got, mine is 10.5.8 as well:
Checking if your kit is complete...
Looks good
Writing Makefile for PerlIO::gzip
-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
【在 c***r 的大作中提到】 : i tried to install the two perl modules. it was successful. : mine is mac osx 10.5.8
|
e****e 发帖数: 3450 | 10
【在 e****e 的大作中提到】 : here is the error msg I got, mine is 10.5.8 as well: : Checking if your kit is complete... : Looks good : Writing Makefile for PerlIO::gzip : -- NOT OK : Running make test : Can't test without successful make : Running make install : make had returned bad status, install seems impossible
|