On Sun, 3 Oct 2010, Philipp Kern wrote:
I don't think it was fixed properly. Replacing @LIBS@ with a static list of
libraries is bound to fail.
Can you please be a bit more detailed?
Is it possible that you just need to drop the
@LIBS@ instead?
As far as I understood this pkgconfig stuff, the output of:
pkg-config --libs harminv
should be a list of libraries that are needed to build something that
uses harminv. Without @LIBS@ I will get only -lharminv which is definitely
not enough, as other libs like -llapack -lcblas -latlas -lm are needed as
well. As @LIBS@ also contains versioned gcc directories I realized that
this is not the best choice, but why shall I also omit all other libriaries?
Best regards
Thorsten
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org