chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] repository pathname, location and customisation, lib


From: kooda
Subject: Re: [Chicken-users] repository pathname, location and customisation, lib64
Date: Sun, 24 Mar 2019 10:11:53 +0100

Marco Maggi <address@hidden> wrote:
>   Under  Slackware 32-bit  the  libraries'  directory is  "$prefix/lib",
> while   under    Slackware   64-bit   the   libraries'    directory   is
> "$prefix/lib64".  On a  64-bit platform: it is possible  to install both
> 32-bit  and   64-bit  packages  and   their  files  go   into  different
> installation  directories.  It  is  not right  to  put everything  under
> "lib", I would like to use "lib64".

You can change the library directory by passing a LIBDIR variable to make,
like so: `make PLATFORM=linux PREFIX=/usr LIBDIR=/usr/lib64`

Be sure to run `make PLATFORM=linux confclean` before that so the config
file is reset.

In case you need to change other specific directories, you can look for
the list of variables at the beginning of defaults.make.

I hope this helps!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]