gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Can't compile latest GCL on Ubuntu 14.04


From: Faré
Subject: Re: [Gcl-devel] Can't compile latest GCL on Ubuntu 14.04
Date: Tue, 16 Sep 2014 15:58:26 -0400

On Mon, Sep 15, 2014 at 4:35 PM, Faré <address@hidden> wrote:
> On Fri, Sep 12, 2014 at 11:30 AM, Faré <address@hidden> wrote:
>> On Fri, Sep 12, 2014 at 10:03 AM, Camm Maguire <address@hidden> wrote:
>>> Greetings, and thanks for your patience!  I have not forgotten about
>>> you!
>>>
>
>> I had defpackage woes before on GCL, and that looks like a regression,
>> although I haven't recorded which combination of GCL and ASDF worked
>> before — or whether indeed it was plainly loading asdf.o.
>>
> It looks like the issue has to do with the compilation settings.
>
> When I compile ASDF with the default compilation settings, the
> define-package setup fails. But somehow, when the test suite compiles
> it, it works (!), yet when I modify the install-asdf.lisp script to do
> what looks like the same thing that script-support.lisp does, it still
> doesn't work(!). I'm somewhat baffled, and will have to try again when
> I have more time.
>
I can't figure it out. How in GCL do I introspect the system to determine
all the variables that matter during compilation, including the
optimize settings?

Actually, it looks like it works
when compiling with plain compile-file before having loaded asdf,
but fails when using compile-file* after having loaded asdf.
I suspect that the key element is "after having loaded asdf",
at which point the package exists during compilation,
and somehow gcl may be failing to record some instructions
pertaining to creating the packages.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
When you are young you are afraid people will steal your ideas;
when you are old you are afraid they won't. — David D. Friedman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]