Bill Allombert on Sat, 21 Dec 2002 14:51:43 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: --host in Configure |
On Sun, Nov 10, 2002 at 10:47:09AM -0500, Igor Schein wrote: > On Sun, Nov 10, 2002 at 12:57:55AM -0800, Ilya Zakharevich wrote: > > Is it made specially complicated to compile with arch=none? > > > > Not only one needs to guess the proper osname to put on --host arg, > > maybe an equivalent of GNU's config.guess would be a good addition? We have it, it is called config/arch-osname. config.guess has the problem of not behaving sanely when it cannot guess the architecture. config/arch-osname return none-unknown, which allow to build pari at least with GNU CC. One side effect of the merge of the GMP kernel is the removal of --disable-kernel and the new option --kernel. You must use --kernel=none in place of --disable-kernel. To use the gmp level 1 kernel with the portable level 0 kernel, use --kernel=none-gmp. To use the gmp kernel with the optimised level 0 kernel, just use --kernel=gmp. Cheers, Bill.