Re: Fwd: Linking lapack and C standard library

2013-03-14 Thread Giacomo Mulas
On Thu, 14 Mar 2013, Francesco Pietra wrote: As to the problem of linking lapack, I wonder whether this is because it deal of a C-language code, requiring a fine-tuned calling. Is any C interface to lapack in Debian? Ciao Francesco. There are several implementation of lapack in debian. You sho

Fwd: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
pietra -- Forwarded message -- From: Francesco Pietra Date: Thu, Mar 14, 2013 at 6:53 PM Subject: Fwd: Linking lapack and C standard library To: amd64 Debian , debian-users As to the problem of linking lapack, I wonder whether this is because it deal of a C-language code

Fwd: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
: Fwd: Linking lapack and C standard library To: amd64 Debian , debian-users No, it is not correct. With the indicated links, patching reports all correct Hunk(s), while a post script is incorrect. So that "make depends" for the program+plugin does not correlate anything. I tried the l

Fwd: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
ted both on "patching" and on "make depends": plugin.inc:39: *** missing separator. Stop DONE! does not point to a remedy. francesco -- Forwarded message -- From: Francesco Pietra Date: Thu, Mar 14, 2013 at 3:54 PM Subject: Re: Linking lapack and C standa

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

Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
Hello May I ask how to correctly link lapack and C standard libraries with Debian amd64 wheezy? Packages installed: liblapack3gf liblapack3 libblas3 libc6 libc6-dev ** The code to compile makes a generic example: LIBS="-llapack -lstdc++" thanks francesco pietra -- To UNSUBSCRIBE