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=gk1tzzz3jDf8/hvkDxKueTtrCWkCGDVV4/acZ1lPhx7 ucI/1aKclP+iSqbpqOPJLHSkmC5QZXSSh7GeZMy2VpvWhF+QjI92elOBRU6ROf/L 3aA1xpNSKo3/4ijKiR530AzPVpgHttKqkBzE5agcJp5CbaZJha+fIYQe/qRIKy8c = 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=ETpMfB/roImHMd9q/WTRWTBx7R8=; b=akGK9CkHJWmofncfA eTlUdfGBeNwzOPu8SYaCgh/1EL12lYYUh12VXrD61G6WuhQYSz1/9Pl/4vFwS9bF SBL2TFgmUbYYBSFElybf66IvJp6Lc4PjrNWCiP0PeldgYnBGbmo4hezCYVBo5M/M OY5o4J/phMdptEik0UKoasb2ms= 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.5 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: [vSPFE1cFN5rvRXyZ6QMJRvlk8hxsmRES] Message-ID: From: Sonya Blade To: "cygwin AT cygwin DOT com" Subject: RE: X11 library package Date: Wed, 3 Apr 2013 14:06:25 +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 r33D6n1l032408 Dear Aachim, Thank you for your support, > 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 ? >This file is needed for linking only, but you should have a >corresponding library /bin/cygX11.dll as well. If not, you need to >install the runtime package (configure should have tested for that if >you use it). I simply changed libX11.dll.a to libX11.a and compiler stopped complaining, but I don't know whether that ceased the problem for the compilation time or not  and possibly it may resurrect at the run time is still vague for me. Because I  couldn't succeed to compile it as an executable. I also build the Petsc library without MPI support, succesfully created the library "libpetsc.a" but when I try to use it in the Codeblock IDE I got the following errors. Does it remind anything? Your help will be appreciated, petsc-3.3-p6\include\petscsf.h|50|error: conflicting declaration 'typedef struct MPI_Win_MISSING*MPI_Win'| \usr\include\mpi.h|330|error: 'MPI_Win' has a previous declaration as `typedef struct ompi_win_t*MPI_Win'| petsc-3.3-p6\include\petscsf.h|50|error: declaration of `typedef struct MPI_Win_MISSING*MPI_Win'| \usr\include\mpi.h|330|error: conflicts with previous declaration `typedef struct ompi_win_t*MPI_Win'| petsc-3.3-p6\include\petscsf.h|50|error: declaration of `typedef struct MPI_Win_MISSING*MPI_Win'| \usr\include\mpi.h|330|error: conflicts with previous declaration `typedef struct ompi_win_t*MPI_Win'|