Re: Trouble linking to libpq

From: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>
To: "'Nathan S(dot)'" <gblues97206(at)yahoo(dot)com>, PostgreSQL-Cygwin Mailing List <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Trouble linking to libpq
Date: 2003-08-11 02:22:02
Message-ID: A02DEC4D1073D611BAE8525405FCCE2B027EA7@HARRIS
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Replace your makefile line:

> gcc -o test $(L_FLAGS) $(O_FILES)

with

gcc -o test $(O_FILES) $(L_FLAGS)

and I think you'll have better luck.

Cheers,
Claudio

---
WE HAVE MOVED - PLEASE NOTE OUR NEW CONTACT DETAILS:
THE BASEMENT, 33 EWELL STREET, BALMAIN NSW 2041
TEL: +61 2 9555 1544 FAX: +61 2 9555 6911
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
http://www.memetrics.com/emailpolicy.html

Browse pgsql-cygwin by date

  From Date Subject
Next Message U.Oeder 2003-08-11 11:14:38 PostgreSQL
Previous Message Nathan S. 2003-08-11 02:08:14 Trouble linking to libpq