From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32223 invoked by alias); 1 Nov 2013 13:33:18 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 32209 invoked by uid 89); 1 Nov 2013 13:33:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: qmta10.westchester.pa.mail.comcast.net Received: from qmta10.westchester.pa.mail.comcast.net (HELO qmta10.westchester.pa.mail.comcast.net) (76.96.62.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Nov 2013 13:33:17 +0000 Received: from omta08.westchester.pa.mail.comcast.net ([76.96.62.12]) by qmta10.westchester.pa.mail.comcast.net with comcast id kBLe1m0060Fqzac5ADZFDm; Fri, 01 Nov 2013 13:33:15 +0000 Received: from [192.168.1.6] ([68.48.245.107]) by omta08.westchester.pa.mail.comcast.net with comcast id kDZF1m0012KlKfo3UDZFi6; Fri, 01 Nov 2013 13:33:15 +0000 Message-ID: <5273AD99.8050800@comcast.net> Date: Fri, 01 Nov 2013 13:33:00 -0000 From: Wendel Dean Renner User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: X11 open gl c++ code does not compile with new cygwin download Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-11/txt/msg00001.txt.bz2 installing libGLU-devel solved that problem and I added it to my notes for next time. Thank you. The program IS working but I had to do one additional thing that I do not understand why. I got a popup message saying that the program could not run because it could not find cygXm-2.dll In the bin folder of the Xp system computer (where I had updated my spare hard drive with cygwin about a month ago) I had two files: cygwin/bin/cygXm-2.dll cygwin/bin/cygXm-4.dll but in the new install on the Windows 7 computer I had only cygwin/bin/cygXm-4.dll So I simply copied cygXm-2.dll from the other computer to the new and my compiled and linked program runs OK. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/