$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-07-22 08:45:07
Martin Wille wrote:
> Michael Glassford wrote:
> 
>> Jonathan Wakely wrote:
> 
> ....
> 
>>> Exit status 139 means it's signal 11 (segfault), if that helps.
>>
>>
>>
>> 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?
Mike