On Mon, May 1, 2017 at 2:25 PM, Mark Clements <[email protected]> wrote:
> I have had a first attempt at getting the testsuite working with GDL2.

Cool,

>  + Change ADDITIONAL_NATIVE_LIBS+=EOControl EOAccess  to
> ADDITIONAL_NATIVE_LIBS+=EOAccess EOControl (?)

Which os/libc/etc are you using, and is this fixing link error, or
runtime error?
Not sure if this is fixing an order of symbol resolution, or a dependency on,
The undefined order in which shared library constructors are called.

If its the latter, its possible this change of order will just swap
broken behavior on another platform,
in which case either the problem should be sorted out (at the shared
library constructor),
or more hackily ordering the link in a platform dependent manner.

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to