This is the mail archive of the cygwin@cygwin.com 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: Cygwin GCC linking Python extensions issue


On Fri, May 23, 2003 at 09:55:46AM -0400, Igor Pechtchanski wrote:
> Isn't there a --verbose option to the linker that tells you where it's
> getting the symbols from?

I know if you generate a map file (-Wl,-M) on a successful link, you'll
see this information. This might work when the link is incomplete.

The other thing to try is to dump out the symbols in your object files
using nm(1). You'll have more data to sift through, but it should
provide the answers the original poster was after.

-- 
Dario Alcocer -- Sr. Software Developer, Helix Digital Inc.
alcocer@helixdigital.com -- http://www.helixdigital.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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