Re: Building with MinGW issue

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Muhammad Bashir Al-Noimi <mbnoimi(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Building with MinGW issue
Date: 2013-09-22 20:40:55
Message-ID: 523F55D7.1020101@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/22/2013 01:11 PM, Muhammad Bashir Al-Noimi wrote:
> On 09/21/2013 07:07 PM, Adrian Klaver wrote:
>> On 09/21/2013 07:45 AM, Muhammad Bashir Al-Noimi wrote:
>>> Yes,I build using mingw/msys under Windows with administrator permission
>>>
>>
>> Please reply to list also. Building software on Windows is not one of
>> my strong points, so keeping this conversation on the list will put it
>> front of people who are more capable in that area. Also bottom posting
>> is encouraged, it helps maintain the flow better.
> Sorry, I was using my mobile phone which doesn't has "Reply to list"
> button; Any way I've to use "Reply to all" button instead.
>
>
>> The only question I have left at this time is:
>>
>> What is the directory structure under C:/OpenSSL-Win32/include?
> it has single folder which is openssl; any way in the following you can
> see the result of ls for include and openssl folders.
> ---- LOG OF MSYS ---
> mbnoimi(at)MBNOIMI-VBOX /c/OpenSSL-Win32/include
> $ ls
> openssl
>
> mbnoimi(at)MBNOIMI-VBOX /c/OpenSSL-Win32/include
> $ cd openssl/
>
> mbnoimi(at)MBNOIMI-VBOX /c/OpenSSL-Win32/include/openssl
> $ ls
> aes.h conf.h ecdsa.h obj_mac.h rc4.h ts.h
> applink.c conf_api.h engine.h objects.h ripemd.h txt_db.h
> asn1.h crypto.h err.h ocsp.h rsa.h ui.h
> asn1_mac.h des.h evp.h opensslconf.h safestack.h ui_compat.h
> asn1t.h des_old.h hmac.h opensslv.h seed.h whrlpool.h
> bio.h dh.h idea.h ossl_typ.h sha.h x509.h
> blowfish.h dsa.h krb5_asn.h pem.h ssl.h x509_vfy.h
> bn.h dso.h kssl.h pem2.h ssl2.h x509v3.h
> buffer.h dtls1.h lhash.h pkcs12.h ssl23.h
> camellia.h e_os2.h md4.h pkcs7.h ssl3.h
> cast.h ebcdic.h md5.h pqueue.h stack.h
> cms.h ec.h mdc2.h rand.h symhacks.h
> comp.h ecdh.h modes.h rc2.h tls1.h
>
> mbnoimi(at)MBNOIMI-VBOX /c/OpenSSL-Win32/include/openssl

So I am guessing that the paths shown above are coming from MSYS, they
do not look like Windows paths. This is where I start getting out of my
depth, but it looks to me like MinGW/MSYS are not agreeing with Windows
on pathing. Best I can do is point you to the page below and see if that
helps. There seems to good bit of information there on resolving PATH
issues:

http://www.mingw.org/wiki/Getting_Started

>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Muhammad Bashir Al-Noimi 2013-09-23 00:14:59 Re: Building with MinGW issue
Previous Message Muhammad Bashir Al-Noimi 2013-09-22 20:11:06 Re: Building with MinGW issue