more sco questions

From: jtp <john(at)akadine(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: more sco questions
Date: 2002-02-13 16:31:33
Message-ID: Pine.BSF.4.21.0202131131020.14819-100000@db.akadine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Taking some previous advice we tried putting postgres on a sco machine
again with the GNU tools. We salvaged a completely different machine and
used a clean install of sco's system 5. gcc 2.95 was also installed (the
only available from skunkwors).

Still no luck.

After running all night, the build choked on a gcc option "-W l,-Bexport".
i searched through the postgres directories looking for this option.
i found in it the src/makefiles directory. it is in the makefile for sco
and a couple other sco-related makefiles. below please find its contents.

Makefile.sco
CFLAGS += -dy
LDFLAGS += -W l,-Bexport

%.so: %.o
$(LD) -G -Bdynamic -o $@ $<

the error reported was "gcc -W l-Bexport: no such file or directory".

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-02-13 16:40:21 Re: [HACKERS] FATAL 2: XLogFlush: request is not satisfied
Previous Message Brian Hirt 2002-02-13 16:14:40 FATAL 2: XLogFlush: request is not satisfied