On 9 September 2010 10:47, JonY wrote: > On 9/9/2010 11:19, NightStrike wrote: >> >> Maybe gendef can help you if you have a dll. > > To elaborate more, you can use gendef to make a def exports list, and use > dlltool to make the import lib.
I will take this approach. > I haven't tried it but, I think you can also link directly with the dll like > a 32bit toolchain does without any implibs involved. I suspect it would work, but the gdb build machinery expects libpython<version>.a to exist, and I think it would be easier to produce the import lib vs. messing with the gdb build machinery. Cheers! Chris -- Chris Sutcliffe http://emergedesktop.org http://www.google.com/profiles/ir0nh34d ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
