Problem with interfaces/ecpg/lib/Makefile.in in PostgreSQL 6.4. - Mailing list pgsql-interfaces

From Billy G. Allie
Subject Problem with interfaces/ecpg/lib/Makefile.in in PostgreSQL 6.4.
Date
Msg-id 199810171829.OAA24376@bgalli.mug.org
Whole thread Raw
List 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.


____       | Billy G. Allie    | Domain....: Bill.Allie@mug.org
|  /|      | 7436 Hartwell     | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie@email.msn.com
|/  |LLIE  | (313) 582-1540    |

Attachment

pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] client connections to libpq
Next
From: Herouth Maoz
Date:
Subject: Re: [INTERFACES] LiveWire Javascript and PGSQL