RtStub? #5

Closed
opened 2023-10-24 14:07:53 +00:00 by jordan · 1 comment
Owner

Is there a reason we can't just link the main() function into the library instead of making a special runtime stub object?

Is there a reason we can't just link the `main()` function into the library instead of making a special runtime stub object?
Author
Owner

No, there isn't! Linking programs with -lCytoplasm works just fine when main() is in libCytoplasm.(a|so) and not in the program being built with Cytoplasm.

No, there isn't! Linking programs with `-lCytoplasm` works just fine when `main()` is in `libCytoplasm.(a|so)` and *not* in the program being built with Cytoplasm.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Telodendria/Cytoplasm#5
No description provided.