Обсуждение: Problem with interfaces/ecpg/lib/Makefile.in in PostgreSQL 6.4.

Поиск
Список
Период
Сортировка

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

От
"Billy G. Allie"
Дата:
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    |

Вложения