Re: linking problem in DPAPI
- From: Jeffrey Creem <jeff@xxxxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 08:39:53 -0500
bubble wrote:
hello,Stephen
I find a tools , "dll2s" ,in http://home.lanck.net/mf/win_pe.shtml#D2
generator a crypt32.a and replace the libcrypt32.a in lib/gcc/pentium-mingw32msv/3.4.5....
and I stilll get the same error message.
I am not sure I am do it correctly.
could you possible do the test in your way?
Probably not that helpful but looking at this
https://sourceforge.net/tracker/?func=detail&atid=102435&aid=1232427&group_id=2435
Looks like there is more trouble down the road (more missing symbols) in this library.
In another message you asked why gcc (actually ld) can't just use a .lib file under windows
Take a look at this
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/gnu-linker/win32.html
Not sure it will help, but it looks promising (may require you to add some -L flags or re-arrange your environment)
Also, I was pretty sure that more recent versions of gcc/ld could directly link to a .lib.
.
- References:
- linking problem in DPAPI
- From: bubble
- Re: linking problem in DPAPI
- From: Stephen Leake
- Re: linking problem in DPAPI
- From: bubble
- linking problem in DPAPI
- Prev by Date: Re: linking problem in DPAPI
- Next by Date: Re: linking problem in DPAPI
- Previous by thread: Re: linking problem in DPAPI
- Next by thread: Re: linking problem in DPAPI
- Index(es):
Relevant Pages
|