[EMAIL PROTECTED] (Ludovic Courtès) writes:
>
> [AF_INET...]
> + c_address = scm_malloc (sizeof (struct sockaddr_in));
> + c_inet = (struct sockaddr_in *)c_address;
> +
> + c_inet->sin_addr.s_addr =
> + htonl (scm_to_ulong (SCM_SIMPLE_VECTOR_REF (address, 1)));
Lo
On 9/28/05, Ludovic Courtès <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Vorfeed Canal <[EMAIL PROTECTED]> writes:
>
> > Of course it must - how else can it load them ? With my patch it knows
> > about few default places and can be instructed about other places in
> > nice shemely way.
>
> Yes, your patch
Hi,
Vorfeed Canal <[EMAIL PROTECTED]> writes:
> Of course it must - how else can it load them ? With my patch it knows
> about few default places and can be instructed about other places in
> nice shemely way.
Yes, your patch seems to be one possible solution. However, why not use
`pkglibdir' (