Problem with interfaces/ecpg/lib/Makefile.in in PostgreSQL 6.4.

From: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
To: hackers(at)postgresql(dot)org
Cc: patches(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org
Subject: Problem with interfaces/ecpg/lib/Makefile.in in PostgreSQL 6.4.
Date: 1998-10-17 18:29:06
Message-ID: 199810171829.OAA24376@bgalli.mug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

The make file for interfaces/ecpg/lib cuased the following problem:

gmake[3]: *** No rule to make target `ecpglib.sho.o', needed by `libecpg.so.1'.

The following patch will fix the problem. It works by removing the need for
the *.sho files, which seems to be only used to create the shared libraries.
These files are not needed since the ecpglib.o and typename.o files will be
built correctly for inclusion to the shared libraries because CFLAGS_SL are
added to CFLAGS if the systems is one of the systems supporting shared
libraries.

Attachment Content-Type Size
uw7-2.patch application/x-patch 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-10-17 18:49:04 TCL/TK configuration fixes for PostgreSQL 6.4
Previous Message Vladimir Litovka 1998-10-17 17:48:31 RE: [SQL] Is this BUG or FEATURE?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 1998-10-17 19:22:56 Re: [HACKERS] Problem with interfaces/ecpg/lib/Makefile.in in PostgreSQL 6.4.
Previous Message Tom Lane 1998-10-17 15:51:38 Re: [INTERFACES] client connections to libpq