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
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: --libdir and pari.cfg file location
- From: Jeffrey Walton <noloader@gmail.com>
- Date: Thu, 7 Jan 2021 08:55:03 -0500
- Delivery-date: Thu, 07 Jan 2021 14:55:21 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:from:date:message-id:subject:to; bh=ndh+ERYxhIYRyN5nv1BEO4PnVAhg6qCy9pDAlJBuYCE=; b=W3HMHhc/Lb4Y1uPSg0l30SP17MMBv5QSPwVubBD5AJdp5yAgwXhno6u2a6dA+kChs9 Yq4V+frrnJqMlcOnfjzxqPLjzVpM+H8bKV+eEnoaqzKvrdt4bnZQQ9KONyzrPTdlk/Fu iTVmjBk3vJopeMKQ6XPJSqpgLbaQVkF1p1SNiZ4HB/4yjH/037weD5QLd0KHVM5hpioY K2bH6shBnGlO7FL/aU/ESuee06jiogN9xDCXN72K7UgqLDZ7//wLvT5LvB962IHw7ZEK X15QhJsq2cxHtEQob9qwYLyy0ZfbA1BnwY6b5Rwks75xpKrOplVhV9GToPVoh9YYzjVM p/7Q==
- Reply-to: noloader@gmail.com
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