Search:

Type: Posts; User: joy_stat; Keyword(s):

Search: Search took 0.04 seconds.

  1. Alternative to libg2c.a for compiling code

    I was given a source file to compile but it seems to call the libg2c.a file which is not available in Ubuntu 11.10 (64-bit which I am using. Here's the command:

    gcc -O2 -Wall -o emmax emmax.c...
  2. Replies
    6
    Views
    12,358

    [ubuntu] Re: Help regarding liblapack.so.3

    So..I fixed the problem at last...

    I looked at the Makefile and saw that it was calling gfortran

    FC = gfortran

    which wasn't there on my file system...

    I change it to FC = gfortran-4.4 and...
  3. Replies
    6
    Views
    12,358

    [ubuntu] Re: Help regarding liblapack.so.3

    I tired the commands you suggested but the same error keeps coming out.

    When I used apt-file search 'libgfortran.so.' I get the following results

    gcc-snapshot:...
  4. Replies
    6
    Views
    12,358

    [ubuntu] liblapack.so.3

    Hi,

    I am trying to use the Eigensoft package on Ubuntu 11.10. I downloaded the software from http://www.hsph.harvard.edu/faculty/alkes-price/files/eig4.2.tar.gz and followed the steps mentioned...
Results 1 to 4 of 4