
22 Jul
2004
22 Jul
'04
2:40 p.m.
Michael Glassford wrote:
Martin Wille wrote:
Michael Glassford wrote:
...
Thanks. Unfortunately it doesn't help, because every test is failing with that same error and I don't have any way to determine why. My best guess is a configuration problem, such as the appropriate threading library not being installed.
The tests ran successfully for the same toolset in 1.31. A missing library would result in linker errors.
I was thinking of Windows, where you can link against a .lib file but must have the corresponding .dll file available at runtime. This isn't the case with Linux?
No. If you link against a .so then the .so must be available at runtime, of course. (At least for a normal linking procedure - which we're using here) Regards, m