pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/52267: can't compile math/blas, maybe libtool-fortran problem



The following reply was made to PR pkg/52267; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: joern.clausen%uni-bielefeld.de@localhost
Subject: Re: pkg/52267: can't compile math/blas, maybe libtool-fortran problem
Date: Wed, 31 May 2017 19:12:16 +0000

 Hmm, I don't really know my way around libtool but
 
 I think that the .la files are the ones adding the various -lTHINGS, and
 perhaps one of them has -l.
 
 I have:
 ./.buildlink/gcc48/lib/libgfortran.la:dependency_libs='-lm'
 
 (maybe find . -name '*.la' | xargs grep '\-l')
 
 I see that the libtool files are generated with things using
 `some-command`, I feel like that won't do the right thing if
 some-command errors out, but it would be best to check if any of the .la
 files contains '-l' and which it is!
 


Home | Main Index | Thread Index | Old Index