From: Tina Reinhardt

Subject: Save my own image

Date: 1996-7-5 4:18

Hi

I would like to make my own image of  ACL3 with most of my code already
loaded. Since I need the debugger and all the other stuff to develop, I
cant use a standalone runtime image. I found the function
acl::actual-save-image. Unfortunaly I couldnt find any documentation about
it, so tried to give the same parameter than to
acl::create-standalone-application.

Well, it does create an image, but I cant load it. Lisp tells me "Missing
or corrupt image file. Possibly inappropriate image version"



(acl::actual-save-image
    :image "d:\\d3_develop.img"
 'user::d3-start-entwickler
 :package-directives
   '( (:common-lisp-user .  :keep)
     (:common-lisp . :external)
     (:system . :external)
     (:Allegro . :external )
     (:COMTAB . :external )
     (:PC . :external)
     (:c-types . :external)
     (:WINDOWS  . :external)
     (:TEXT-EDIT  . :external)
     (:PRINTER . :external)
     (:COMMON-GRAPHICS . :external)
     (:KEYWORD  . :external)
      )
  )


This doesnt seem to be the correct way. Any hints?


Tina


++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Tina Reinhardt                                         University of Wuerzburg
I                                                                Artificial
Intelligence
Allesgrundweg 12                                     phone: ++49-931-7056115
97218 Gerbrunn/Germany                        fax:      ++49-931-7056120