X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; q=dns; s=default; b=w0r84Hu9yb8RJmNfjMszvRvfaPFuT8Q4wGMTVF/gvcz 2ZBAkA2FYoAZ82ihu+/tvp70v7oJRl0DcRkN2n5vl1wVVfX4qnN07DrGzDojltcr oAxrIw+YltyEt0KQTPqSugzzAylLqVhw0OJAB/79dLkw/u/dtTrsLZSsQDpHF+sI = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:to:subject:date:in-reply-to :references:content-type:content-transfer-encoding:mime-version; s=default; bh=8pldY5bQUDJa/PRi3ypplm4uuAE=; b=Xy1I4yk97wr8ikzT8 lf9jzB8s+eQ1cgdjyf18mY7dCMNwvq3EuBS5JGa6/28ee5ZjA/uuSbUqzcR0wFGm 4iFme98kpNA3XpHI+ZjEVjODVCiNc+6LTT1vnY9w60g5fKfcxu741pjh8m2HhNdI mOU83oPBmzsH+KRKihulOZGLvE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_THREADED,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-EIP: [mV03TN9q6X3fJ8UCkNZyclnkOUehLox5] Message-ID: From: Sonya Blade To: "cygwin AT cygwin DOT com" Subject: RE: X11 library package Date: Tue, 2 Apr 2013 15:14:40 +0100 In-Reply-To: References: ,<515AC496 DOT 70108 AT cs DOT umass DOT edu>, Content-Type: text/plain; charset="windows-1254" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id r32EF9aa007283 >Sonya Blade writes: > What do you think about the MPI complaints that the compiler produces? > Is it also related to the incomplete cygwin installation or something else ? >You are trying to compile with TLS, which doesn't work with gcc-4.5.3 â >you need to configure to not use TLS (or use a later version of gcc, >which isn't released for Cygwin yet). Thanks This TLS stands for the Transport Layer Security right? As a result, it seems that  I need to compile the Petsc without parallel support.  This may sound a bit silly, but how about If I just simply copy the supported compilers obtained from recent MinGW directly to corresponding cygwin folder. And how about those erros, the only corresponding library to those in cygwin/lib/ folder  is "libX11.dll.a" but it doesn't look like a valid library or am I wrong here ? ndefined reference to `_XMatchVisualInfo' /cygdrive/c/Users/...../petsc-3.3-p6/src/sys/draw/impls/x/xcolor.c:272: undefined reference to `_XMatchVisualInfo' /cygdrive/c/Users/...../petsc-3.3-p6/src/sys/draw/impls/x/xcolor.c:274: undefined reference to `_XMatchVisualInfo' C:/Users/...../petsc-3.3-p6/...../libpetsc.a(xcolor.c.o): In function `PetscDrawXiSetColormap': /cygdrive/c/Users/...../petsc-3.3-p6/src/sys/draw/impls/x/xcolor.c:301: undefined reference to `_XSetWindowColormap' C:/Users/...../petsc-3.3-p6/...../libpetsc.a(xcolor.c.o): In function `PetscDrawXiFindColor': /cygdrive/c/Users/...../petsc-3.3-p6/src/sys/draw/impls/x/xcolor.c:327: undefined reference to `_XParseColor' /cygdrive/c/Users/...../petsc-3.3-p6/src/sys/draw/impls/x/xcolor.c:329: undefined reference to `_XAllocColor'