From: | Michiel Lange <michiel(at)minas(dot)demon(dot)nl> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | Re: Problems compiling with libpq |
Date: | 2003-01-21 00:47:22 |
Message-ID: | 5.1.0.14.0.20030121014550.00b7dea0@192.168.1.3 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Never mind,
it's the -I parameter, and it's not -lpgsql but -lpq :)
However, I wonder if it is possible not to have to set the flag... so as to
add the dir to the default headerfile-searchpath...
Michiel out
At 01:18 21-1-2003 +0100, Michiel Lange wrote:
>I know I am being silly, but it is late and I cannot recall what the
>solution was...
>
>When I write a C program with
>#include <libpq-fe.h>
>or
>#include "libpq-fe.h"
>
>and compile with -llibpq turned on, I get the message that the system
>cannot find libpq-fe.h
>I know it is me being really silly, for the headerfile is where I expected
>it: /usr/local/pgsql/include/libpg-fe.h
>The solution should be to tell gcc where to find this file... even better
>would be: to include the dir to the include-files path... but there it
>stops for me, anyone who can help me out?
>
>Gcc 2.95.3, Slackware 8.1, PostgeSQL 7.3 ordinary users as well as root
>should be able to compile it. (some little voice in my head told me that
>it might differ for root)
>
>tia,
>Michiel
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
>subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
>message can get through to the mailing list cleanly
From | Date | Subject | |
---|---|---|---|
Next Message | john guthrie | 2003-01-21 20:54:58 | problem with 'copy binary' file format |
Previous Message | Michiel Lange | 2003-01-21 00:18:27 | Problems compiling with libpq |