Hi All,
any one have tried to compile a 7.0.2 with gcc for SCO 5.0.x provided by SCO ?
I've this version:
# gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-pc-sco3.2v5.0.5/2.95.2/specs
gcc version 2.95.2 19991024 (release)
I've modified the makefiles/Makefile.sco into
CFLAGS += -march=i586 -fomit-frame-pointer -melf -O2
LDFLAGS+= -melf
MK_NO_LORDER= true
%.so: %.o
$(CC) -shared -o $@ $<
without success, because the postmaster go in coredump at the startup.
Best regards.