Hi,
I am having trouble installing plink2 from source on ubuntu to run pca.
I moved Makefile.std to Makefile, and ran
sudo apt-get install libblas-dev libatlas-dev
but got
(stuff...)
plink_calc.c: In function ‘int32_t unrelated_herit_batch(uint32_t, char*, char*, uint32_t, char*, int32_t, Rel_info*)’:
plink_calc.c:2849:39: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
/usr/bin/ld: cannot find -lcblas
/usr/bin/ld: cannot find -latlas
collect2: ld returned 1 exit status
make: *** [plink] Error 1
Any hints?
Thanks,
Vince