| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| 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 |
| Message-ID: | <42F2ACD8.461F9EA8@dessent.net> |
| Date: | Thu, 04 Aug 2005 17:03:36 -0700 |
| From: | Brian Dessent <brian AT dessent DOT net> |
| MIME-Version: | 1.0 |
| To: | Cygwin-L <cygwin AT cygwin DOT com> |
| Subject: | Re: Trouble making .so (undefined symbols) |
| References: | <42F02793 DOT 8080109 AT etr-usa DOT com> <42F07A02 DOT 4040308 AT familiehaase DOT de> <42F20ACF DOT 8050309 AT etr-usa DOT com> <42F2134E DOT 59A5E50F AT dessent DOT net> <42F23B1F DOT 7000303 AT etr-usa DOT com> <42F2564F DOT 5020603 AT etr-usa DOT com> |
| X-Spam-Report: | -5.6/5.0 ---- Start SpamAssassin results * -3.3 ALL_TRUSTED Did not pass through any untrusted hosts * -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% * [score: 0.0000] * 0.3 AWL AWL: From: address is in the auto white-list ---- End SpamAssassin results |
| X-IsSubscribed: | yes |
| Reply-To: | cygwin AT cygwin DOT com |
Warren Young wrote:
> Warren Young wrote:
> >
> > I may have found the postings you refer to, but both include URLs to
> > dead sites. Can you provide a direct link?
>
> Nevermind. I found another post by Gerrit showing how to make a shared
> library from a static one. For the archives:
>
> http://sourceware.org/ml/cygwin/2002-07/msg02202.html
Uh, no. That's ancient advice. There should be no need for those
"steamroller tactics" as Gerrit put it. The message I was referring to
was much more recent:
http://cygwin.com/ml/cygwin/2004-11/msg00159.html
After making those changes (and an autoreconf) you can build a shared
library with any kind of manual intervention. I have used the following
in the past:
autoreconf --install --verbose --force && \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--infodir=/usr/share/info --mandir=/usr/share/man \
--disable-static --without-{debug,readline,libedit,server}
> New problem: example programs link, and run for a short while, then
This is with a native server? Or a Cygwin server?
Brian
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |