boost test framework missing library symlinks in /usr/lib
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
boost (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: libboost-test1.34.1
The Boost unit test library is missing some shared library links for gcc41:
[529 rhys@gauss ~]$ ls -1 /usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
There's a missing couple of symlinks for *gcc41*. This causes linking statements including
-lboost_
to fail while
-lboost_
will succeed. Note change from gcc41 to gcc42 in that library name. This should be fixable with a symlink from
/usr/
to
/usr/
- Rhys