
4 May
2009
4 May
'09
12:26 p.m.
Max wrote:
Hello list,
I'm migrating from 1.38 to 1.39. When building my program, I got an link error like this:
LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc90-mt-1_38.lib'
[snip]
I just cannot how the program depends, directly or indirectly, on libboost_thread-vc90-mt-1_38.lib.
Try searching your object files for that string, it might help to track down where the auto-include statement originates. Cheers, /Marcus