STR-345: stratego runtime libraries must be self-contained
That is: there should be no external symbols. The library only depends on other libraries specified with -l. This will allow .dll construction on Cygwin. Currently, static linking is used there, which is not acceptable.
Submitted on 20 July 2005 at 17:57
Issue Log
On 28 July 2005 at 15:23 Jira commented:
STR-345, visser:
problems with the forward reference to the main_0 function of the
Stratego program. Now the run-time system can be self-contained.
Log in to post comments