From: | jtp <john(at)akadine(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | more sco questions |
Date: | 2002-02-13 16:43:27 |
Message-ID: | Pine.BSF.4.21.0202131142310.14832-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".
From | Date | Subject | |
---|---|---|---|
Next Message | Ben Trewern | 2002-02-13 16:57:32 | Note re Zeos Components link |
Previous Message | Tom Lane | 2002-02-13 16:40:21 | Re: [HACKERS] FATAL 2: XLogFlush: request is not satisfied |