Re: [HACKERS] 6.4.2 HP-UX makefile problem?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: t-ishii(at)sra(dot)co(dot)jp
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] 6.4.2 HP-UX makefile problem?
Date: 1999-01-15 07:19:36
Message-ID: 22841.916384776@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> Here is a problem report from a HP-UX/11.0/cc user.
> src/makefiles/Makefile.hpux seems to lack:
> %.sl: %.o
> $(LD) -b -o $@ $<
> This makes regression test failed. Please note that in 6.4
> Makefile.hpux has above.

I removed that rule from Makefile.hpux because I believed it to be
dead code --- src/Makefile.shlib is now responsible for causing
shared libs to be built correctly for each platform.

I have not seen any problems building on HPUX 9 or 10. Can you
provide more info about the failure on HPUX 11?

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Ciaran Dunn 1999-01-15 07:25:46 Re: [HACKERS] Time zones
Previous Message Tom Lane 1999-01-15 07:10:21 Re: [HACKERS] Time zones