Hey,
<[EMAIL PROTECTED]> writes:
> And keep the old behavior if pkgconfig isn't installed?
I did not have that in mind, but why not: `guile-config' is a Guile
script and it's sufficiently flexible for this I suppose.
Thanks,
Ludo'.
___
Guile-user m
"Ludovic Courtès" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Greg Troxel <[EMAIL PROTECTED]> writes:
>
> > I have this patch lying around from adding pkgconfig support long ago; I
> > think I sent it and there wasn't much interest then.
>
> FWIW, I'm all in favor of applying such a patch. We c
Hi,
Greg Troxel <[EMAIL PROTECTED]> writes:
> I have this patch lying around from adding pkgconfig support long ago; I
> think I sent it and there wasn't much interest then.
FWIW, I'm all in favor of applying such a patch. We could keep
`guile-config' for compatibility and have it invoke `pkg-c
I have this patch lying around from adding pkgconfig support long ago; I
think I sent it and there wasn't much interest then.
Index: Makefile.am
===
RCS file: /QUIST-CVS/guile/Makefile.am,v
retrieving revision 1.1.1.3
diff -u -r1.1.
[EMAIL PROTECTED] (Ludovic Courtès) writes:
> Greg Troxel <[EMAIL PROTECTED]> writes:
>
>> I think guile should have a .pc file for pkg-config and guile-config
>> should be deprecated eventually. That's really orthogonal.
>
> Yeah, that's probably the way to go. It's also more
> cross-compilati
Hi Greg,
On Sun, 2007-06-10 at 13:46 -0400, Greg Troxel wrote:
> There are several ways that programs find shared libraries at runtime.
> Some of my info is old, so sorry if I am incorrect:
>
> debian way: -rpath is evil. all libs are in /usr/lib, or use ld.so.conf
> or ldconfig of some kind
>