Re: [autoconf] Re: pkg-config wisdom

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

 



Bob Friesenhahn wrote:

> Configure scripts which trust pkg-config include and library paths and
> simpy concatenate them together (often in some random order) cause big
> problems for users since the user has no control over the paths used.

I don't understand the comment about "random order".  The ordering
is as imposed by the author of configure.ac.   @FOO_LIBS@ @BAR_LIBS@
leads to -L/foo -L/bar, while @BAR_LIBS@ @FOO_LIBS@ leads
to -L/bar -L/foo.

-- 
William Pursell


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux