From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: pg_config |
Date: | 2004-07-26 01:57:07 |
Message-ID: | 200407260157.i6Q1v7018661@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Andrew Dunstan wrote:
>
> There are a couple of things that need adjustment:
>
> 1. typo in the makefile - ((X) should be $(X)
OK.
> 2. these cases need to be fixed:
>
> else if (strcmp(argv[i],"--includedir-server") ==0)
> get_pkginclude_path(mypath,otherpath);
> else if (strcmp(argv[i],"--libdir") == 0)
> get_include_path(mypath,otherpath);
>
> We might actually need one or two functions in port/path.c to handle them.
What is the problem here? Why do we need additional port/path
functions? I see libdir is mismatched with include_path.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-07-26 02:01:15 | Re: [pgsql-hackers-win32] Borland c++ compile problems... |
Previous Message | Bruce Momjian | 2004-07-26 01:47:35 | Re: Pipe fixes for win32 services |