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,

Re: Linking lapack and C standard library

2013-03-14 Thread Darac Marjal
On Thu, Mar 14, 2013 at 12:00:43PM +0100, Francesco Pietra wrote: 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 ** Try installing the -dev packages for those

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

Fwd: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
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 link to -L/usr with same error. It is not clear to me whether it is a problem of path, or

Fwd: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
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? thanks francesco -- Forwarded message -- From: Francesco Pietra chiendar...@gmail.com Date: Thu, Mar 14,

Fwd: Linking lapack and C standard library

2013-03-14 Thread Francesco Pietra
I just came across liblapacke liblapacke-dev for amd64 wheezy. Are these packages what is needed to link lapack header files and so files for a C-language program? If so, can these packages be installed in addition to those already installed: liblapack3gf liblapack3gf-dev thanks francesco

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

Re: packages requiring ia32-libs ia32-libs-gtk

2013-03-14 Thread Michael
Goswin, If your package is depending on ia32-libs then you are not using the right package for multiarch. Only the amd64 package would depend on ia32-libs. Use the i386 package instead. The i386 package of what ? I've got an amd64. My sources suck testing and unstable and i have multiarch

Re: packages requiring ia32-libs ia32-libs-gtk

2013-03-14 Thread Michael
Ah ! I was too focused on apt. I guess you meant i should download the i386 deb directly from google ? ok i'll do that now. -- To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: packages requiring ia32-libs ia32-libs-gtk

2013-03-14 Thread Michael
This seems to end up in dependency hell too :) google-earth requires lsb-core:i386 which does not recognize the already installed alien v 8.88 (which is arch:all), but still insists on alien = 8.36 (but no arch specified). (I wonder what prevents lsb-core from being arch:all.) There seems to