Hi @smenna,
Version 1.05.00 introduced a bug, making it impossible to parse instructions from the command line - we can only use TAKE files.
The fix is easy. In job.c around line 659 :
if ((globalJob->nStatistics > 1) && (globalJob->nStatistics != 5) && (gcMultiThreadIsFirst == 0))
fprintf(stdout, "%s\n", buffprt);
}
+ else {
+ returnCode = 0;
+ }
if (returnCode == 0) {
job_SetCmdLine(job, buffer);
Best regards,
Hi David,
Thank you for reporting the issue.
Tonight, I'll release an update to GCSort that will also include the patches you reported for AIX.
Thank you.
Best regards,
Sauro
Included in [contrib:r1185].
Related
Commit: [r1185]
Last edit: Simon Sobisch 2 days ago