Re: Trouble linking to libpq - Mailing list pgsql-cygwin

From Claudio Natoli
Subject Re: Trouble linking to libpq
Date
Msg-id A02DEC4D1073D611BAE8525405FCCE2B027EA7@HARRIS
Whole thread Raw
In response to Trouble linking to libpq  ("Nathan S." <gblues97206@yahoo.com>)
List 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

pgsql-cygwin by date:

Previous
From: "Nathan S."
Date:
Subject: Trouble linking to libpq
Next
From: Jason Tishler
Date:
Subject: Re: IpcSemaphoneInitialize ... Invalid Argument (Solved)