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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=oHm i9LJwplkHAiD1pga0fmEvUfpm8Lh+43Px1CSBleAkahUyVpxfW9KSblnkefuozpj 4gn6XjKX0zYj4o5dDgTI43m6ik8DpAVAL1/vZT3cxtypd/2+YRu9XvzpA2tlUcjU +yy1fsicZQiuwohloBXgLeCW1TH4t0QxmwycHpjA= 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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=Z9lJ1J/sc Cg3YWvgdwJOyZJOObk=; b=qnFVg4gWZ3BOtnlkmgpy+jhvpPSdurJPPxKKOeW9q 8GlJ/TfaQDTha15BMNiHlvnQvSUrRlgAKp0Ab1MQ0j2GH/SEEcIEynsot7vCHtbU 7mwOVUSv/MVcKa+LmTAV5ah1ooEi3+r/im/TF/rQBRNFZnxazBVCA/aaQd449t/W zM= 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=greetings!, Hx-incomingtopheadermarker:Count, Hx-incomingtopheadermarker:sk:UpperCa, HX-MS-Exchange-CrossTenant-id:sk:84df9e7 X-HELO: EUR03-AM5-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=BKwDgMVPnxqAXrhVByrOJm/QxdmdGdsSh6eOQ/UtWb8=; b=lMSJv7JtBW8nFW8wOSM5mBvT8B5Aa6KaObv7qDr2lib1lK0dnvLtdjAtDtEWSmUh4jY6AXE6asKLLADdJJ6Bqr8RcQ8X/YEI/s5ghiClKOJD7QMuaThWLogMSEaVAuU/KeyJcRX9z3OrgvhGjtL3i01ZaRFxJX4srQPgwA4ntZV/Ti02JraZwlJHJu6HE4klXHhADWP7hMOLwqXMDIasMZGyfgzPaVmX9SRjYYYDrwaJgzfgOBrz7GFf9UGomydVZrpcCI1R5/onmG56NnxETKqGGWHLz/t56mjRqP8sI9efMT4uHAVmJ8onOfTYg8vK5G1w0Xq/+ukyErc2dabKaA== From: Jose Isaias Cabrera To: "cygwin AT cygwin DOT com" Subject: How to build a DLL without cygwin DLL dependencies Date: Wed, 29 May 2019 17:02:26 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4TH2dAD007301 Greetings! I am trying to build the latest sqlite windows DLL, and I am succeeding, but I am getting an error that cygwin1.dll is missing, when I am trying to use the DLL from outside cygwin in the Windows environment. I am using, gcc -shared sqlite3.c -o sqlite3.dll to build it, but this command creates a dependency for cygwin1.dll. Is there any way to build the dll as a standalone DLL with no dependency? Thanks. josé -- 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