All Manuals > LispWorks User Guide and Reference Manual > 38 The HCL Package

NextPrevUpTopContentsIndex

create-universal-binary

Function
Summary

Deprecated. Signals an error.

Package

hcl

Signature

create-universal-binary target-image src-image1 src-image2 => target-image

Arguments

target-image

A pathname designator.

src-image1

A pathname designator.

src-image2

A pathname designator.

Values

target-image

A pathname designator.

Description

The function create-universal-binary is deprecated and signals an error.

Compatibility note

In LispWorks 6.1 for Macintosh and earlier versions, create-universal-binary creates a universal binary from two mono-architecture LispWorks images. It must be called only in a LispWorks for Macintosh image that is itself a universal binary.

In LispWorks 7.0 and later versions, universal binaries are not supported and hence create-universal-binary simply signals an error.

See also

save-image
save-universal-from-script


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex