I still can't compile it with scott's method. Do you mind share your binary with us?

Jianghai
==========================
Jianghai Zhu
Molecular Biology & Biochemistry
Purdue University
==========================
On Jul 15, 2004, at 7:47 PM, William Scott wrote:

The best way to overcome this is to compile it, so that you don't have to depend on someone's dynamic library.

Fink doesn't build the g77 dynamic library, which allows you to avoid this problem.

If you use g77 3.4.1 (which is what is currently in fink) with gcc 3.3 you will have some linking errors.

I could not get the LDFLAG to let me do this (i.e., I coudn't figure out how to do this the "right way"), so I instead did the following:

1.  start up zsh  (to make use of its recursive globbing capability)

2.  configure

3. perl -pi -e 's|\-L/usr/local/|\-lcc_dynamic \-L/usr/local/|g' **/Makefile

make; make install



Reply via email to