X-Recipient: archive-cygwin@delorie.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 <jon.turney@dronecode.org.uk>
Reply-To: cygwin@cygwin.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@cygwin.com
CC: daviddoria@gmail.com
Subject: Re: OpenGL linking problems
References: <BLU149-W61362F960F0FAABEA6CE9A938E0@phx.gbl>	<AANLkTik5E=zE3NbxNFNcSVSU2QFp3mTqFEOeZfGdCecw@mail.gmail.com>	<4C863765.40104@dronecode.org.uk> <AANLkTimUN0rArLTTx-gLM-vSi7wdE15gYrByjPFAs8Y7@mail.gmail.com>
In-Reply-To: <AANLkTimUN0rArLTTx-gLM-vSi7wdE15gYrByjPFAs8Y7@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

