Re: TODO

2004-11-14 Thread Jacob Meuser
On Sun, Nov 14, 2004 at 09:04:31PM +, Gary V. Vaughan wrote: > Hi Bob! > > Bob Friesenhahn wrote: > >You seem to be a victim of a package install where every package has > >used its own unique installation prefix. It seems to me that most > >systems use just one or two installation prefixes

Re: TODO

2004-11-14 Thread Gary V. Vaughan
Hi Jacob, Jacob Meuser wrote: On Sun, Nov 14, 2004 at 05:09:08PM -0500, Daniel Reed wrote: On 2004-11-14T14:56-0600, Bob Friesenhahn wrote: ) On Sun, 14 Nov 2004, Gary V. Vaughan wrote: ) > $ PKG_CONFIG_PATH=/opt/libgdiplus10/lib/pkgconfig ) You seem to be a victim of a package install where every

Re: TODO ... solution to the pkg-config "conflict"?

2004-11-14 Thread Jacob Meuser
On Sun, Nov 14, 2004 at 08:53:15AM +, Scott James Remnant wrote: > On Fri, 2004-11-12 at 23:02 -0800, Jacob Meuser wrote: > > > > It doesn't care about package versions, but it has to care about library > > > versions and paths to libraries. > > > > again, functionality provided by pkg-config

Re: TODO

2004-11-14 Thread Jacob Meuser
On Sun, Nov 14, 2004 at 05:09:08PM -0500, Daniel Reed wrote: > On 2004-11-14T14:56-0600, Bob Friesenhahn wrote: > ) On Sun, 14 Nov 2004, Gary V. Vaughan wrote: > ) > $ PKG_CONFIG_PATH=/opt/libgdiplus10/lib/pkgconfig > ) You seem to be a victim of a package install where every package has > ) used i

Re: TODO

2004-11-14 Thread Daniel Reed
On 2004-11-14T14:56-0600, Bob Friesenhahn wrote: ) On Sun, 14 Nov 2004, Gary V. Vaughan wrote: ) > $ PKG_CONFIG_PATH=/opt/libgdiplus10/lib/pkgconfig ) You seem to be a victim of a package install where every package has ) used its own unique installation prefix. It seems to me that most ) systems

Re: TODO

2004-11-14 Thread Bob Friesenhahn
On Sun, 14 Nov 2004, Gary V. Vaughan wrote: Hi Bob! Bob Friesenhahn wrote: You seem to be a victim of a package install where every package has used its own unique installation prefix. It seems to me that most systems use just one or two installation prefixes. Absolutely. But the point is that p

Re: TODO

2004-11-14 Thread Jacob Meuser
On Sun, Nov 14, 2004 at 08:53:15AM +, Scott James Remnant wrote: > On Fri, 2004-11-12 at 23:02 -0800, Jacob Meuser wrote: > > > > It doesn't care about package versions, but it has to care about library > > > versions and paths to libraries. > > > > again, functionality provided by pkg-config

Re: TODO

2004-11-14 Thread Jacob Meuser
On Sun, Nov 14, 2004 at 08:57:27AM +, Scott James Remnant wrote: > On Sat, 2004-11-13 at 15:27 -0800, Jacob Meuser wrote: > > > On Sat, Nov 13, 2004 at 10:21:19AM +0100, Ralf Corsepius wrote: > > > It's just that their functionality > > > intersects and partially conflicts. > > > > how? > >

Re: TODO

2004-11-14 Thread Patrick Welche
On Sun, Nov 14, 2004 at 09:04:31PM +, Gary V. Vaughan wrote: > You mean that the installed .pc files need to be altered by the > user to give things a hope of linking? ;-) Hate to chime in, but I always seem to have to add -Wl,-R... to the *.pc files, so have not ended up being a fan of pkg-co

Re: TODO

2004-11-14 Thread Gary V. Vaughan
Hi Bob! Bob Friesenhahn wrote: You seem to be a victim of a package install where every package has used its own unique installation prefix. It seems to me that most systems use just one or two installation prefixes. Absolutely. But the point is that pkg-config is supposed to help with parallel

Re: TODO

2004-11-14 Thread Bob Friesenhahn
On Sun, 14 Nov 2004, Gary V. Vaughan wrote: My main complaint about pkg-config is this: It is supposed to make it easier to link with packages that have each been installed to their own prefix (to support parallel installation of multiple versions), but in fact it makes things much harder. Real wo

Re: TODO

2004-11-14 Thread Bob Friesenhahn
On Sun, 14 Nov 2004, Albert Chin wrote: On Sun, Nov 14, 2004 at 08:57:27AM +, Scott James Remnant wrote: They're both trying to deal with platforms like Solaris that don't have a needed-following link loader. What does this mean? I assume that he is talking about ELF inherited dependencies. Wit

Re: TODO

2004-11-14 Thread Gary V. Vaughan
Hi Scott! Scott James Remnant wrote: On Sat, 2004-11-13 at 15:27 -0800, Jacob Meuser wrote: >On Sat, Nov 13, 2004 at 10:21:19AM +0100, Ralf Corsepius wrote: > >>It's just that their functionality >>intersects and partially conflicts. > >how? > >pkg-config is used to give basic information about ins

Re: TODO

2004-11-14 Thread Albert Chin
On Sun, Nov 14, 2004 at 08:57:27AM +, Scott James Remnant wrote: > They're both trying to deal with platforms like Solaris that don't have > a needed-following link loader. What does this mean? -- albert chin ([EMAIL PROTECTED]) ___ Libtool maili

Re: TODO

2004-11-14 Thread Daniel Reed
On 2004-11-14T08:50-, Scott James Remnant wrote: ) On Fri, 2004-11-12 at 11:20 +, Gary V. Vaughan wrote: ) > Haven't thought through the -I thing yet though... maybe that doesn't ) > belong in libtool... maybe we could provide a macro that can intuit ) > include directories from .la locatio

誰でも出会えるおすすめリンク集です。

2004-11-14 Thread geki_kakunin
‚â‚Á‚Ï‚èo‰ï‚¢‚̈ê•à‚̓TƒCƒg‘I‚Ñ‚©‚çB o‰ï‚¢ƒTƒCƒg‚Ì‚¨Š©‚ߏî•ñ‚ª‚¢‚Á‚Ï‚¢‚̃Šƒ“ƒN‚ðW‚ß‚Ü‚µ‚½B «Ú×‚̓Rƒ`ƒ‰‚©‚火 http://www.i67.jp/~link/ ___ Libtool mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/libtool

Re: TODO

2004-11-14 Thread Scott James Remnant
On Fri, 2004-11-12 at 23:02 -0800, Jacob Meuser wrote: > > It doesn't care about package versions, but it has to care about library > > versions and paths to libraries. > > again, functionality provided by pkg-config. > > I am contesting the claim "Libtool already has all the information > it ne

Re: TODO

2004-11-14 Thread Scott James Remnant
On Sat, 2004-11-13 at 15:27 -0800, Jacob Meuser wrote: > On Sat, Nov 13, 2004 at 10:21:19AM +0100, Ralf Corsepius wrote: > > It's just that their functionality > > intersects and partially conflicts. > > how? > > pkg-config is used to give basic information about installed packages. > libtool is

Re: TODO

2004-11-14 Thread Scott James Remnant
On Fri, 2004-11-12 at 11:20 +, Gary V. Vaughan wrote: > Albert Chin wrote: > > On Wed, Nov 10, 2004 at 03:43:48PM +, Scott James Remnant wrote: > > > > Ick. Libtool is about portably building/using libraries. Why can't we > > leave it at that? > > But linking against installed libraries