FAQs
Contents
Building
Make failed when linking.
for any-gcc, irix-mipspro
First, Make sure that you had specified ``-Ldir -lhc'' when
invoking the compiler (dir is the directory where libhc.a is located).
Second, since the HC library file libhc.a might be broken,
you should ``make archive''. If the build fails again,
try ``make clean'' and tray rebuilding everything.
(by YT) 02/08/2001
I want to compile files simultaneously.
for any-gcc
If you have an multi-processor machine, you can compile file simultaneously. Just type
$ make MAKEFLAGS=-jn
where n is the maximum number of concurrent jobs.
(by YT) 02/08/2001
Executing programs using HC
Writing codes
Copyright(C) 2001
Laboratory of DNA Information Analysis
@
Human Genome Center,
The Institute of Medical Science,
The University of Tokyo