GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HEAP2EXEC(1)   HEAP2EXEC(1)

heap2exec - generate standalone executable from a *SML/NJ* heap image.

heap2exec [ -32 | -64 ] [ LINKMODE ] file

Under normal usage, SML/NJ represents a program as a heap-image file with a name of the form foo.arch-opsys Heap2exec generates a standalone executable from a heap image. You have the option to specify a preferred linking mode.

The default is to link statically on FreeBSD and Linux.

Note that heap2exec is an optional component of the SML/NJ installation process that is not included by default. Edit the config/targets file before installation to include it.

-32
run the 32-bit version of the program (currently the default).

-64

run the 64-bit version of the program. This option only applies to the x86-64 (aka amd64) architecture.

-static, -linkwith-a

statically link the program with the runtime system. Static linking is the default on Linux and FreeBSD.

-dynamic, -linkwith-so

dynamically link the program with the runtime system.

Heap2exec was written by Matthias Blume.

sml(1)

Heap2exec is limited to the x86 and amd64 architectures and to the macOS, Linux, and FreeBSD operating systems.

Copyright © 2020 The Fellowship of SML/NJ

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

2020-04-02 SML/NJ

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.