Author: Frank S. Bernhardt Date: To: Exim Users List Subject: [exim] Compiling 4.60 under SCO OpenServer 6: ld: Illegal option --
8
Greetings
I've just set up a new SCO OpenServer 6 machine and am trying to compile
EXIM 4.60.
Under previous versions of the OS I've used the gnu development system
(gcc, gmake, bison, etc.) but this release apparently comes with make,
cc, ld, etc. although the actual development system (whatever that
contains) can also be installed.
After doing the initial Local directory configuration I run:
make makefile
make
the make reports:
cc buildconfig.c
UX:ls: ERROR: Illegal option -- 8
UX:ld: TO FIX: usage: ld [-abmrstvGV] [-defholuyzBILMR argument] file(s)
On my linux box I looked at the man page for ld but nowhere does it
mention an option 8.
So, what have I done wrong and does anyone have any suggestions on what
I should do next?