From ... From: Erik Naggum Subject: Re: Compiling cl-http for ACL or CMUCL. Date: 1999/01/13 Message-ID: <3125221966993849@naggum.no>#1/1 X-Deja-AN: 432114100 References: <7774rp$sh1$1@nnrp1.dejanews.com> <369BBDCD.A2B0C597@elwood.com> <874spwunrm.fsf@2xtreme.net> <369C4E59.9C796598@fisec.com> <87pv8jfti5.fsf@2xtreme.net> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * cbarry@2xtreme.net (Christopher R. Barry) | No, you can start the excl:build-lisp-image process but it will always | die on you. really? it will? perhaps you refer (well, "refer" is _overly_ generous) to the problem of the missing "prof" file referenced by the build process because the Linux Trial Edition believes it's an Enterprise Edition. it has a fairly simple fix. this is the relevant line in develenv.cl: #+allegro-cl-enterprise (require :prof) ;; not allowed in runtime images this is what it should look like: #+allegro-cl-enterprise (ignore-errors (require :prof)) ;; not allowed in runtime images let me know if you still have problems. | And how does one get a chance to evaluate it [Harlequin's LWW] before | purchasing? I think that their lack of a trial edition for unix suggests | that they're maybe not too eager to have their product readily accessible | to anyone for comparison to competing unix offerings like Allegro. I don't know about Harlequin, but Franz Inc have always had evaluation periods for their Unix products, even before Linux existed. it is completely unwarranted to draw conclusions from one possible answer to the question you ask without actually giving anybody a chance to answer. | IDE? I can't think of any model of computer that supports a text-mode | monitor that Emacs doesn't run on :-) VAX/VMS support was discontinued some time ago. (sorry.) #:Erik