Re: Linking lapack and C standard library

2013-03-14 Thread Jörg-Volker Peetz
Francesco Pietra wrote, on 03/14/13 15:54: > Hello João Luis: > > Sorry for my lack of care in setting the addresses. > > What I did was: install liblapack3gf-dev to complete the > installations, according to previous suggestions. Now, my guess for > the link is > > LIBS="-L/usr/lib -llapack -

Re: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
Hello João Luis: Sorry for my lack of care in setting the addresses. What I did was: install liblapack3gf-dev to complete the installations, according to previous suggestions. Now, my guess for the link is LIBS="-L/usr/lib -llapack -L/usr/lib -lstdc++" According to the README, a link to both

Re: Linking lapack and C standard library

2013-03-14 Thread João Luis Meloni Assirati
Em 14-03-2013 08:00, Francesco Pietra escreveu: Hello May I ask how to correctly link lapack and C standard libraries with Debian amd64 wheezy? You mean how to compile a C program, linking both lapack and the standard C library to it? I suppose so in the following. Packages installed: libla