"Fare" == Far <Far> writes:
Fare> On Mon, Jul 1, 2013 at 11:12 PM, Raymond Toy toy.raymond@gmail.com wrote: >> >> Not sure how useful this would be, but it would be nice if images that >> contained asdf could display the asdf version on startup on cmucl. >> >> Anyway, here is the necessary change to allow cmucl to print out the >> adsf version when the startup banner is printed. >> >> Ray >> >> >> (setf (getf ext:*herald-items* :asdf) >> `(,#'(lambda (stream) >> (write-string " ASDF " stream) >> (write-string asdf::*asdf-version*)))) >> Fare> CMUCL on my ubuntu x64 gets confused by gcc not being 32-bit and won't Fare> dump an image, so I can't test it, but please try ASDF 3.0.1.13, in
That's odd. Unless you try to dump an executable image (which is not the default), gcc should not be involved at all, IIRC. Can you tell me what you did?
Fare> which I committed something.
That works just fine. Thanks!
Ray