Port Bug Report: libpostgres.a not linked

From: Unprivileged user <nobody>
To: pgsql-ports(at)postgresql(dot)org
Subject: Port Bug Report: libpostgres.a not linked
Date: 1999-04-28 07:24:45
Message-ID: 199904280724.DAA29372@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Stefan Diestelmann
Your email address : stefan(at)sds(dot)wutal(dot)de

Category : install: compile
Severity : critical

Summary: libpostgres.a not linked

System Configuration
--------------------
Operating System : WinNT

PostgreSQL version : 6.5B1

Compiler used : cygwin32

Hardware:
---------
s.o.

Versions of other tools:
------------------------
B20-1

--------------------------------------------------------------------------

Problem Description:
--------------------
The compiler failed to link libpostgres.a because of the missing methods: SPI_push, SPI_pop.

--------------------------------------------------------------------------

Test Case:
----------
ever

--------------------------------------------------------------------------

Solution:
---------
I explicitly used the Method in spi.c instead of:
_spi_curid++ --> SPI_push();
_spi_curid-- --> SPI_pop();
But the reason for this is unknown to me.

--------------------------------------------------------------------------

Browse pgsql-ports by date

  From Date Subject
Next Message Unprivileged user 1999-04-28 07:56:13 Port Bug Report:
Previous Message Unprivileged user 1999-04-28 07:19:44 Port Bug Report: