Hi,
I'm compiling an application who uses the Rexx API to call external scripts. On Linux everything goes ok but, when I try to cross-compile the program using MinGW I got the following link errors:
Cannot export REXXAPI_NULL_THUNK_DATA: symbol not found
Cannot export rexx_NULL_THUNK_DATA: symbol not found
collect2: ld returned 1 exit status
The same code was building fine using an...