I am trying to build openssl-1.0.1e for SCO OpenServer 5.0.5, with gcc
2.95.2pl1 and Perl 5.8.7Ba installed.
I configured the openssl install with ./config no-threads no-asm 386.
The config chooses OS-compiler combination sco5-gcc.
Then the make seems to succeed all the way until the link step, where it fails
with "Undefined symbol _fini first referenced in /usr/ccs/lib/crt1.o".
I tried experimenting with various other options to ./config, like sc05-cc, but
the list above seems to be the one that gets closest to successful completion.
I even tried adding a stub function "int _fini(void) { return 0; }" to the end
of apps/openssl.c to try to satisfy the linker, but that didn't help either.
Does anybody have any suggestions for me? Thanks very much!