|
From: Eric E. <eri...@na...> - 2010-10-27 19:34:07
|
Hello, Quoting Laughing Man <lau...@go...>: > Hi, > > I can't build QuantLibXL both in Basic and Full configurations (version > 1.0.1). > I followed exactly the instructions outlined here: > > http://quantlib.org/quantlibaddin/build__qlxl.html > > using Visual C++ 2008 and I keep getting this error: > > Linking... > > Creating library .\buildStatic\vc90\Release (static > runtime)/QuantLibAddinStatic-vc90-mt-s-1_0_1.lib and object > .\buildStatic\vc90\Release (static > runtime)/QuantLibAddinStatic-vc90-mt-s-1_0_1.exp > > ..\xll\QuantLibXL-vc90-mt-s-1_0_1.xll : fatal error LNK1106: invalid file or > disk full: cannot seek to 0xDA8FD3 Consult the Visual C++ documentation for that error, it mentions other possible causes apart from a full disk, for example it says maybe you have a bad block and you should check for this by running a disk verification utility. Googling on that message I also come across reports of earlier versions of Visual C++ which generated that error because of a bug, in that case the problem was fixed by a service pack. I don't see that for VC++ 2008 but still not a bad idea to make sure you have installed any available service packs. Do you have another machine available? Regards, Eric |