Re: On Win32, optimized build (firefox) with profile fails with an error from cvpack
Jungshik Shin <[email protected]> Sun, 26 Jun 2005 01:15:07 +0900
| Newsgroups | gmane.comp.mozilla.devel.windows |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Jungshik Shin wrote: > Jungshik Shin wrote: >> Creating library fake-import and object fake-import.exp >> >> >> ***** cvpack INTERNAL ERROR, exception code = 0xc0000005 ***** >> >> LINK : warning LNK4027: CVPACK error >> make[4]: *** [gklayout.dll] Error 66 >> make[4]: *** Deleting file `gklayout.dll' >> ----------- > > > It turned out that this is yet another case of VC++ (and accompanying > utilities) not being 'I18N-proof'. By switching my 'ANSI' locale to > English(US) from Korean, I was able to solve the problem. Ooops. I thought I had built an optimized build, but it was a debug build that went fine. I tried to build an optimized build and it failed exactly at the same place under English(US). So... Anyone knows how to solve this problem....