Bug #957
Only one Libwww library linked, not all the 20
Status: | Closed | Start date: | 06/03/2010 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | rti | % Done: | 100% |
|
Category: | Build | |||
Target version: | Version 0.8.0 |
Description
By default, the FindLibwww script just searches for libwwwapp. But libwww consists of 20 small libraries.
On some systems, the libraries are "inter linked", so it is ok to just link libwwwapp, the rest will be linked automatically. (Visible with ldd <libname> on linux, otool -L <libname> on mac)
On some systems, the libraries are not "inter linked" - for example Mac OS X - resulting in undefined references while linking ryzom client.
Thats why I added code to the libwww find script which finds all the 20 libs one by one (r245).
Now the same issue popped up on arch linux.
Related issues
History
#1 Updated by rti about 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r267.
#2 Updated by kervala about 8 years ago
- Status changed from Resolved to Closed