delorie.com/archives/browse.cgi | search |
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:content-type | |
:content-transfer-encoding:mime-version; q=dns; s=default; b=Vjk | |
Xzxhcy15a5Z+A9i4FscmveK0p1+TM5dGH1ngO1J1Om7N52nGID0kBwhZKa76ALXY | |
6HsYlUuNSh4uZwADsqpma6xmksOTbql9y52nB9Utlofwxns1/w92KvzkHktq8SBw | |
+eadQ+ikn5sWHLd63x7HRLwYxwKttMtseJWRMLuY= | |
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:content-type | |
:content-transfer-encoding:mime-version; s=default; bh=YFbffbfPT | |
9Akxsu1IabFqNCZBV8=; b=dgD/W/d50uJZzYnKVqk4HFmJqSU69Ys//kbPkYkq1 | |
Z3wthUDI7oB4KouUUrTxefB7iKs93Xp7PXdcQzMPBpwBskBPdOQv4/uH3/R/Aye+ | |
B/NLBx2clflYc0GmlrwKAItqO8DQUE3fswyVW+eSCxlIHNoF+l/bUkBk8+JK8u0L | |
g0= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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=-2.1 required=5.0 tests=BAYES_40,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD autolearn=ham version=3.3.1 |
X-EIP: | [DbDTH+9kOlIHAQXcJdXWLERQ+H+fhbZT] |
Message-ID: | <DUB119-W221DA61519881A4FF5031AC8DF0@phx.gbl> |
From: | Sonya Blade <sonyablade2010 AT hotmail DOT com> |
To: | "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com> |
Subject: | X11 library package |
Date: | Tue, 2 Apr 2013 12:22:24 +0100 |
MIME-Version: | 1.0 |
X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id r32BNQdX012113 |
Dear All, I'm trying to install the Petsc library (Portable, Extensible Toolkit for Scientific Computation) although I completed the compilation part on cygwin terminal. When I try to run the sample codes with the compiled libraries in Code Blocks IDE I get the following errors what, which are related to the X11 library. If I look into the cygwin folder, I got the X11 but there is not any library other than "libX11.dll.a" does it mean that I have installed cygwin without the X11 libraries. The errors produced by cygWin Gcc is as follow. Your guidance will be appreciated. C:/Users/...../petsc-3.3-p6/...../libpetsc.a(xcolor.c.o): In function `PetscDrawXiSetVisualClass': /cygdrive/c/Users/...../petsc-3.3-p6/src/sys/draw/impls/x/xcolor.c:270: undefined 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' C:/Users/...../petsc-3.3-p6/...../libpmpich.a(_comm_rank.o): In function `MPIU_Thread_CS_exit_lockname_recursive_impl_': /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:160: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:160: undefined reference to `___emutls_get_address' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:169: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:169: undefined reference to `___emutls_get_address' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:167: undefined reference to `_MPIR_ThreadInfo' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:167: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:167: undefined reference to `___emutls_get_address' C:/Users/...../petsc-3.3-p6/...../libpmpich.a(_comm_rank.o): In function `MPIU_Thread_CS_enter_lockname_recursive_impl_': /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:97: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:97: undefined reference to `___emutls_get_address' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:104: undefined reference to `_MPIR_ThreadInfo' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:104: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:104: undefined reference to `___emutls_get_address' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:106: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/../../include/mpiimplthreadpost.h:106: undefined reference to `___emutls_get_address' C:/Users/...../petsc-3.3-p6/...../libpmpich.a(_comm_rank.o): In function `MPI_Comm_rank': /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_rank.c:58: undefined reference to `_MPIR_ThreadInfo' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_rank.c:101: undefined reference to `_MPIR_ThreadInfo' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_rank.c:74: undefined reference to `_MPID_Comm_builtin' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_rank.c:74: undefined reference to `_MPID_Comm_direct' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_rank.c:74: undefined reference to `_MPID_Comm_mem' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_rank.c:74: undefined reference to `_MPIU_Handle_get_ptr_indirect' C:/Users/...../petsc-3.3-p6/...../libpmpich.a(_abort.o): In function `MPIU_Thread_CS_exit_lockname_recursive_impl_': /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:160: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:160: undefined reference to `___emutls_get_address' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:169: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:169: undefined reference to `___emutls_get_address' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:167: undefined reference to `_MPIR_ThreadInfo' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:167: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:167: undefined reference to `___emutls_get_address' C:/Users/...../petsc-3.3-p6/...../libpmpich.a(_abort.o): In function `MPIU_Thread_CS_enter_lockname_recursive_impl_': /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:97: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:97: undefined reference to `___emutls_get_address' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:104: undefined reference to `_MPIR_ThreadInfo' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:104: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:104: undefined reference to `___emutls_get_address' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:106: undefined reference to `___emutls_v.MPIR_Thread' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/../../include/mpiimplthreadpost.h:106: undefined reference to `___emutls_get_address' C:/Users/...../petsc-3.3-p6/...../libpmpich.a(_abort.o): In function `MPI_Abort': /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:71: undefined reference to `_MPIR_ThreadInfo' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:108: undefined reference to `_MPIR_Process' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:87: undefined reference to `_MPID_Comm_builtin' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:112: undefined reference to `_MPIR_Comm_get_name_impl' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:119: undefined reference to `_MPID_Abort' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:129: undefined reference to `_MPIR_ThreadInfo' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:145: undefined reference to `_MPIR_Err_return_comm' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:87: undefined reference to `_MPID_Comm_direct' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:87: undefined reference to `_MPID_Comm_mem' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/init/./abort.c:87: undefined reference to `_MPIU_Handle_get_ptr_indirect' C:/Users/...../petsc-3.3-p6/...../libpmpich.a(_comm_size.o): In function `MPI_Comm_size': /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_size.c:77: undefined reference to `_MPID_Comm_builtin' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_size.c:77: undefined reference to `_MPID_Comm_mem' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_size.c:77: undefined reference to `_MPIU_Handle_get_ptr_indirect' /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/comm/./comm_size.c:77: undefined reference to `_MPID_Comm_direct' C:/Users/...../petsc-3.3-p6/...../libpmpich.a(_allreduce.o): In function `MPIU_Thread_CS_exit_lockname_recursive_impl_': /cygdrive/c/Users/...../petsc-3.3-p6/externalpackages/mpich2-1.4.1p1/src/mpi/coll/../../include/mpiimplthreadpost.h:160: undefined reference to `___emutls_v.MPIR_Thread'
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |