From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8dd1b8da682c35ae X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 29 Dec 2005 07:39:50 -0600 Date: Thu, 29 Dec 2005 08:39:53 -0500 From: Jeffrey Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: linking problem in DPAPI References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-JnwnS30GiXzl/fjaktdFMB/25+VIN+7Lw+SWmbkRUrfZV56fdFN+lr8RVB+LRCihu9faqEfdc+JWwsi!zoWeS3BYyGtEFIEIod/fmVfTzwM63P8i87AdFdMq5x/YcQnS5Ulwou5slslLQBVVP/qvbqvZmHf4!Ugw= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:2392 Date: 2005-12-29T08:39:53-05:00 List-Id: 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.