X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_OBFU_PART_INA,TW_DL,TW_KV,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <399902.75717.qm@web113508.mail.gq1.yahoo.com> References: <596920 DOT 90071 DOT qm AT web113516 DOT mail DOT gq1 DOT yahoo DOT com> <4C2A697F DOT 5020402 AT redhat DOT com> <37281 DOT 14907 DOT qm AT web113504 DOT mail DOT gq1 DOT yahoo DOT com> Date: Tue, 29 Jun 2010 15:27:19 -0700 (PDT) From: Refr Bruhl Subject: Re: Shared libraries in Cygwin To: cygwin AT cygwin DOT com In-Reply-To: <37281.14907.qm@web113504.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 This is another error message. I apparently cannot build .so files with cygwin for apache. Error below This is my configure script running under ksh crth at lkvn108 in /downloads/apache/httpd-2.2.15 # cat conf_apache.ksh #! /usr/bin/ksh ./configure --prefix=/usr/apache --exec-prefix=/usr/apache --enable-headers=shared --enable-rewrite=shared --enable-dav=shared --enable-vhost-alias=shared --enable-ssl --enable-dav-fs=shared --enable-authz_svn=shared --enable-so I hope its something simple I am missing. Simple is easy to fix right? :O) Warning message /usr/share/apr/build-1/libtool --silent --mode=install cp mod_dav_fs.la /usr/apache/modules/ Warning! dlname not found in /usr/apache/modules/mod_dav_fs.la. Assuming installing a .so rather than a libtool archive. ----- Original Message ---- From: Refr Bruhl To: Eric Blake ; cygwin AT cygwin DOT com Sent: Tue, June 29, 2010 4:58:01 PM Subject: Re: Shared libraries in Cygwin Thanks for the info.. It helps I am building Apache with subversion. That is where I get the error message ----- Original Message ---- From: Eric Blake To: cygwin AT cygwin DOT com Sent: Tue, June 29, 2010 4:45:35 PM Subject: Re: Shared libraries in Cygwin On 06/29/2010 03:43 PM, Refr Bruhl wrote: > > Question > > Since I get the message below does this mean cygwin cannot compile shared libraries? Quite the contrary - cygwin1.dll is a shared library, which means not only can cygwin compile shared libraries, but it depends on them! > Or if a shared library is defined special action needs to be taken for cygwin? The special action being that all symbols must be defined in advance. > > > libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries Look into the documentation of the -no-undefined flag of libtool, and make sure you are using it. -- Eric Blake eblake AT redhat DOT com +1-801-349-2682 Libvirt virtualization library http://libvirt.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple