Re: Problem installing ECL from sources in Fedora

2016-04-15 Thread Daniel KochmaƄski
Hey, could you set your system locale to english? Also before rebuilding ECL please issue: make distclean Failure with creating tags shouldn't affect the build. Check, if the make install works OK for you. It may be that ECL built fine. If you are building for a normal usage, use your distrib

Re: Problem installing ECL from sources in Fedora

2016-04-15 Thread Jerry James
On Fri, Apr 15, 2016 at 8:38 AM, Enrique Gabriel Baquela wrote: > Hi. I'm trying to install ECL 16.1.2 from source in Linux Fedora. I follow > the steps indicated in > https://common-lisp.net/project/ecl/manual/pr01s06.html : What's wrong with the version of ecl that is already packaged in Fedora

Problem installing ECL from sources in Fedora

2016-04-15 Thread Enrique Gabriel Baquela
Hi. I'm trying to install ECL 16.1.2 from source in Linux Fedora. I follow the steps indicated in https://common-lisp.net/project/ecl/manual/pr01s06.html : gunzip -c ecl-16.1.2.tgz | tar xf - $ cd ecl-16.1.2 $ ./configure --prefix=/usr/local $ make But the following error is generated: cd