i am installing perl 5.6.1 to RedHat 9.0, i receive strange error right after “make” command.
make: *** No rule to make target `<built-in>’, needed by `miniperlmain.o‘. Stop.
Monthly Archives: August 2005
Retiring /sw/prod on volga
Though I thought it should be Mojun’s work and it might not be
appropriate for her to assign this tedious task to me, I still managed
to help retiring /sw/prod on volga. Basically the work need to be done
is to verify all packages have been migrated to /informatics/tools
(reinstall from source) or /usr/local. The library dependency must be
carefully examined, especially for the apached server for GIS task
(/usr/local/GISapache).
Install fasta on volga
I also installed fasta33 on volga as part of the work to retire /sw/prod on it.
install ant on volga
I Installed ant-1.2.6 from source on volga. It is a part of retiring /sw/prod.
proxy setting for SOAP::Lite
To make SOAP::Lite work with proxy in PERL, user must set
environment variable “HTTP_proxy” to the correct value. For wget, the
variable is “http_proxy”. It is confusing somehow.
Add CFLAGS when installing R packages
This tip shows how to pass environment variables when installing a R
package. Interesting is that “R CMD INSTALL” does not inherit existing
environment variables directly. It must be specified otherwise.
LAM-MPI and Rmpi
This is to follow up with parallel computing environment in R and I
implemented MPI for SNOW package as well. Here is the notes.
ZT: 下一个大泡泡, 美国经济的最新预言
美国知名经济学家哈里·S·登特通过其最新著作《下一个大泡泡》,发表了自己对美国经济的最新预言,其中最惊人之处是,他预测美国经济将在2009年以后,无法避免地进入衰退期。
ZT: 原来好男人有时只值400元
摘选自:yahoo财经
七月中午,热浪滚滚,太阳仿佛要把南京这个火炉烤红了一般,拼命的往外散发着热量,公司旁边的
大娘水饺店里,我闭着眼睛,倚着椅背,这样的一个夏日,空调凉气中的小寐,比桌上那碗水饺,显得更有诱惑。 突然,耳边传来一个女孩的声音:
“我可以坐这吗?”我吓了一跳,有点恼的望过去,却触到一对清澈如水的眼睛。
PVM, rpvm and SNOW
This notes shows how to install PVM, rpvm and SNOW to implement parallel computing for R environment.