Skip to content

Updating / overwriting what has been loaded by a previous (load "shared_library.so") #1055

@jf7t2gd1n

Description

@jf7t2gd1n

I have experimenting a little with loading shared libraries using load as in, for example, (load "text.so")

If a function in the shared library is changed and the shared library is recreated, it seems that the second (load "text.so") does not overwrite the first definition of the function.

Is there a way to update what has been loaded previously by the first (load "text.so")?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions