From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31989 invoked by alias); 14 Aug 2008 09:31:50 -0000 Received: (qmail 31973 invoked by uid 22791); 14 Aug 2008 09:31:48 -0000 X-Spam-Check-By: sourceware.org Received: from sd-green-bigip-202.dreamhost.com (HELO spunkymail-a4.g.dreamhost.com) (208.97.132.202) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 14 Aug 2008 09:31:00 +0000 Received: from ATHLON64 (192-158-124-91.pool.ukrtel.net [91.124.158.192]) by spunkymail-a4.g.dreamhost.com (Postfix) with ESMTP id 67ACF3B9D3 for ; Thu, 14 Aug 2008 02:31:00 -0700 (PDT) Date: Thu, 14 Aug 2008 11:49:00 -0000 From: Kirill Pekarov X-Mailer: The Bat! (v4.0.14) Professional Reply-To: kirill_pekarov Message-ID: <1872129506.20080814123036@valentina-db.com> To: gcc-help@gcc.gnu.org Subject: Re[2]: Lazy linking. In-Reply-To: References: <1266807070.20080813224632@valentina-db.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00140.txt.bz2 Hi, Eljay. You wrote 13.08.2008, 22:57:37: > It appears that somewhere in your link line, you've made a SSO dependency= on > the DLL you wanted to be DSO (via dlopen). Thank you very much! Now I see how it should be. --=20 Best regards,