Make does not work for interfaces. Why?

From: "Jan Klostermann" <klostermann(at)rhf(dot)de>
To: <pgsql-cygwin(at)postgresql(dot)org>
Subject: Make does not work for interfaces. Why?
Date: 2002-11-20 18:04:09
Message-ID: 000201c290bf$39f9ca20$c364a8c0@BARCELONA
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hello,

I am trying to adapt the pgeasy interface to be able to use libpg with
LabVIEW.
I got the complete cygwin-pg-sources from cygwin as well as the
binaries. The latter work well, but:

First I made some changes to the pgeasy.c and pgeasy.h and tried to
compile. But no way...:-(
Then I tried to compile the original, which did not work out either:

After /usr/src/postgresql-7.2.3-1/src/interfaces/libpgeasy/make
I just get some errors, that I cannot fix:

$ make
Makefile:11: ../../../src/Makefile.global: No such file or directory
Makefile:33: /src/Makefile.shlib: No such file or directory
make: *** No rule to make target '/src/Makefile.shlib'. Stop.

There are only *.in files (like Makefile.global.in).

What's wrong?
How can I compile the pgeasy interface? (Knowing this I am able to
compile my changes I guess...)

I'd be very thankful for any help!!!

Jan Klostermann

PS: I have a recently downloaded cygwin with postgres and gcc, etc. on a
Win2K-System.

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Thiago 2002-11-20 18:11:40 Postmaster doesn´t start as a service.
Previous Message Jason Tishler 2002-11-19 12:19:46 Re: make error during PostgreSQL installation on windowsusing