0 votes
ago by Luca Masini (120 points)
I'm playing with VFX Forth on Linux and I was wondering if it supports generating statically linked executables, or if dynamic linking is required?
 

file p0046
    p0046: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, no section header
 

ldd p0046
        linux-vdso.so.1 (0x00007ffe0cf14000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd313f6b000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd313d89000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fd313f88000)

Please log in or register to answer this question.

...