Thread: Error compiling on SCO

Error compiling on SCO

From
Dale Gilbert
Date:
I get the following error using either 7.1.3 or 7.2.b4

cc -b elf -G -Wl,-z,text -Wl,-h,libpq.so.2 fe-auth.o fe-connect.o fe-exec.o
fe-m
isc.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o md5.o
pqsignal.o     -lnsl -ls
ocket  -o libpq.so.2.2
relocations referenced
        from file(s)
        fe-connect.o
        fe-exec.o
        fe-misc.o
        fe-print.o
        fe-lobj.o
        dllist.o
 fatal error: relocations remain against allocatable but non-writable
section: .
text

make[3]: *** [libpq.so.2.2] Error 1

Help please


Re: Error compiling on SCO

From
Tom Lane
Date:
Dale Gilbert <dale@celestekats.com> writes:
> I get the following error using either 7.1.3 or 7.2.b4

Hmm ... we had port reports claiming success on SCO for both 7.1
and 7.2.  Have you read doc/FAQ_SCO?  Dunno anything about the
platform myself, I'm afraid.

            regards, tom lane