Jeffrey Walton on Thu, 07 Jan 2021 14:55:20 +0100


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

--libdir and pari.cfg file location


Hi Everyone,

I'm building the latest tarball. I'm using --prefix=/usr/local and
--libdir=/usr/local/lib64.

After the install I notice:

    $ ls /usr/local/lib
    pari
    $ ls /usr/local/lib/pari/
    pari.cfg

It looks like $libdir is not being used for the config file. (Using
$libdir for the config file is a little odd unto itself. I usually see
$sysconfdir used for config files).

Jeff