From: | "Tony and Bryn Reina" <reina_ga(at)hotmail(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Re: Compiling beta2 with openssl on XP Pro |
Date: | 2004-09-02 05:44:23 |
Message-ID: | BAY8-DAV599G7yNDKj2000185a1@hotmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
I just tried:
configure --with-openssl --with-includes=/usr/local/include;/usr/local/ssl/include
--with-libs=/usr/local/lib;/usr/local/ssl/lib
but the configure.log states the command was:
configure --with-openssl --with-includes=/usr/local/include
so it appears that everything after the first semi-colon (;) is lost.
Can you show me how to specify the correct configure command for these
directories?
Thanks.
-Tony
----- Original Message -----
From: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tony and Bryn Reina" <reina_ga(at)hotmail(dot)com>
Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
Sent: Thursday, September 02, 2004 12:29 AM
Subject: Re: [pgsql-hackers-win32] Compiling beta2 with openssl on XP Pro
> "Tony and Bryn Reina" <reina_ga(at)hotmail(dot)com> writes:
>> Can someone steer me in the right direction? How do I specify multiple
>> sear
>> ch directories with the configure switches?
>
> It looks to me like the configure script follows the local convention
> for path separators --- in other words, use ';' not ':' on Windows.
>
> regards, tom lane
>
From | Date | Subject | |
---|---|---|---|
Next Message | Gavin Sherry | 2004-09-02 06:25:27 | Re: Commit log issue with load generated by |
Previous Message | Bruce Momjian | 2004-09-02 00:30:29 | Re: open item: tablespace handing in pg_dump/pg_restore |