X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Message-ID: <4C8783A0.8030009@dronecode.org.uk> Date: Wed, 08 Sep 2010 13:37:52 +0100 From: Jon TURNEY Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: daviddoria AT gmail DOT com Subject: Re: OpenGL linking problems References: <4C863765 DOT 40104 AT dronecode DOT org DOT uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 On 08/09/2010 12:24, David Doria wrote: >> Since you don't give the link line which is causing the problem, I'd tend to assume the problem is [2] >> [2] http://cygwin.com/faq/faq-nochunks.html#faq.programming.linker > > I looked at the make man page to try to see how to get make to tell me > what it is doing (i.e. show the g++ commands that it is running so I > can see the order of the -l vs the code file as you mentioned above). > The only thing I saw was > > make --debug=v > > but that doesn't seem to show that information. Is this possible? Oh, I guess you have a makefile generated by cmake? In which case you need make VERBOSE=1 to get it to show you what it is doing. -- 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