Bill Allombert on Tue, 14 Jan 2003 19:01:10 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: how to include the u_FpM_inv() declaration |
On Tue, Jan 14, 2003 at 09:36:07AM -0800, Ilya Zakharevich wrote: > On Tue, Jan 14, 2003 at 02:07:09PM +0100, Bill Allombert wrote: > > On Tue, Jan 14, 2003 at 10:44:56AM +0100, Ramón Casero Cañas wrote: > > > Hi all. I have installed the pari alpha version 2.2.4 in a GNU/Linux woody > > > kernel 2.4.18. First, the linker didn't find the -lpari, but I searched google > > > and found an older message about it, so changing -lpari to -lpari-2.2 in my > > > Makefile solved it. > > > > My fault. That was a bad idea. I am working to fix that. > > On OS/2 it is quite useful. The goal was to allow to install both 2.1 and 2.2 along side. This is broken because there is only one include/pari directory for both so you can have only one set of header file installed in a specific location. It is possible to support both runtime environment at the same time, but supporting both build environment is not really doable. We need to add a make install-xxx target that only install the runtime environment, remove the link libpari-2.2.so, add a link libpari.so --> libpari-2.2.so.N and install libpari.a as libpari.a. Cheers, Bill.