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: g++ linker problem with libcygwin.a


On 10/23/2011 12:52 PM, René Berber wrote:

> Perhaps looking at the link map will clarify what is going on:
> 
> 	g++ -Wl,-M ... > link-map.txt

Or better, use the linker trace symbol functionality:

	g++ -Wl,-trace-symbol=_WinMain ...
-- 
René Berber



--
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]