由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
SanFrancisco版 - 找熟悉用mac 编程的帮忙
相关主题
用OSX 10.5编程的看过来Prior invention disclosure
Macports 在干嘛?Sunnyvale, Palo Alto附近谁有比较老的Mac?
弱问可以用iPAD develop iPhone/iPad App 吗? (转载)看苹果的server 市场和enterprise 市场 (转载)
果子这个OSX Lion要边缘化瘟多死?中国学生为什么不申请Intern (转载)
帮我修硬盘,我做大餐给他吃[合集] 要被laid off了,大家帮忙推荐一下工作吧!
湾区硅谷工作机会 -- Application Enginner (转载)5个包子征个perl程序
Linux 下fortran 编译器,软件安装问题求教This is it
apple这个公司真是傻逼 (转载)谁能帮我写个很简单的小程序
相关话题的讨论汇总
话题: perl话题: perlio话题: gzip话题: make话题: install
进入SanFrancisco版参与讨论
1 (共1页)
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

1 (共1页)
进入SanFrancisco版参与讨论
相关主题
谁能帮我写个很简单的小程序帮我修硬盘,我做大餐给他吃
Housing price may never bounce back to previous high湾区硅谷工作机会 -- Application Enginner (转载)
修车店的人真不诚实Linux 下fortran 编译器,软件安装问题求教
youku上面的电影apple这个公司真是傻逼 (转载)
用OSX 10.5编程的看过来Prior invention disclosure
Macports 在干嘛?Sunnyvale, Palo Alto附近谁有比较老的Mac?
弱问可以用iPAD develop iPhone/iPad App 吗? (转载)看苹果的server 市场和enterprise 市场 (转载)
果子这个OSX Lion要边缘化瘟多死?中国学生为什么不申请Intern (转载)
相关话题的讨论汇总
话题: perl话题: perlio话题: gzip话题: make话题: install