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:reply-to:to:subject:mime-version:date :reply-to:message-id:content-type:content-transfer-encoding; q= dns; s=default; b=b6g0HxkrHBrbdPGi1u0SYrS4+m/sb1rfqQ+Qf6WiuJiqeI 9DFMTPHtwSpmMBH/5BelbfFGMGIaMAA+WyDLlJpvyCwJTUZVsHXEZVFofz9iNIyv IoKMzJqgso2AaDt3fZx03EVV9QerOYLzSOnPByis0mlJ/HBLYDqtUj9aws3jI= 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:reply-to:to:subject:mime-version:date :reply-to:message-id:content-type:content-transfer-encoding; s= default; bh=o4KTRNOoot/mV1N9nEJHCxZ3UOw=; b=T4ySddoKSy5Z5YdgPjpx xAZcrKtJFKgH5hQlSk5RWqcc1jEU3pGMREBP27HvqyNK1TGyfMLyDHs9+HUgdFrM 54hQylNQUqgTE81tdn3G/jf3GUElx2QD+NEutfPDo4nQugWdC35qqT0ah6IW5w9+ cpoaIQ7xtC7sMLZRw1e+mJk= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_05,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*UA:1.0, w32api-runtime, H*F:D*bk.ru, gcc-core X-HELO: f125.i.mail.ru From: "sorryforaskingthis.bk.ru via cygwin" Reply-To: sorryforaskingthis AT bk DOT ru To: cygwin AT cygwin DOT com Subject: =?UTF-8?B?aTY4NiBsZCBjb3VsZG4ndCByZXNvbHZlIHdnbENyZWF0ZUNvbnRleHQgZnJv?= =?UTF-8?B?bSBsaWJvcGVuZ2wzMi5hIG9uIHg4Nl82NCBzeXN0ZW0=?= MIME-Version: 1.0 Date: Fri, 03 Mar 2017 01:17:00 +0300 Reply-To: sorryforaskingthis AT bk DOT ru Message-ID: <1488493020.688562858@f125.i.mail.ru> Content-Type: text/plain; charset=utf-8 Authentication-Results: f125.i.mail.ru; auth=pass smtp.auth=sorryforaskingthis AT bk DOT ru smtp.mailfrom=sorryforaskingthis AT bk DOT ru X-7FA49CB5: 0D63561A33F958A57FC3563AE40F5885F6A1F3F41D1C02EA0EDECBD1024657A89F18ECD7E95F35E929AFE063DF4C541C6820CEA814BC6DF99824E4CAE7D895C20BF2EBBBDD9D6B0F2AF914666EE41260 X-Mailru-Sender: A9891AF2FA2CE65CADBFEC20FB94B7F1557E75B1F4CAA0C8FEDC329CBF564767882E77B4DC3B45E0954B21700D42948E050E2F3EDAD684A5ED1C2B23945818D91E14B7F6B07393498CB7D1E64D4BCF9E61363873C9897A76EAB4BC95F72C04283CDA0F3B3F5B9367 X-Spam: undefined X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id v22MHKDn002721 I've done fresh install of cygwin with setup-x86.exe @ Win10 LTSB 2015 x64. I've installed gcc-core and w32api-runtime packages. opengl32.dll in System32 folder is 32-bit dll With x86_64 install of cygwin ld able to find reference to wglCreateContext, with x86 - not. $ gcc -o /tmp/conftest.exe /tmp/conftest.c -lopengl32 /tmp/ccec30zH.o:conftest.c:(.text+0xc): undefined reference to `wglCreateContext' conftest.c: #ifdef __cplusplus extern "C" #endif char wglCreateContext (); int main () { return wglCreateContext (); ; return 0; } -- 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