Re: Compiling beta2 with openssl on XP Pro
"Tony and Bryn Reina" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
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" <[email protected]> To: "Tony and Bryn Reina" <[email protected]> Cc: <[email protected]> Sent: Thursday, September 02, 2004 12:29 AM Subject: Re: [pgsql-hackers-win32] Compiling beta2 with openssl on XP Pro > "Tony and Bryn Reina" <[email protected]> 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 > ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster