This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: OpenGL linking problems


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]