in reply to cpan -i Language::Prolog::Yaswi gives undefined symbol: clock_gettime
The problem was in the order the libraries were passed to the linker with swipl at the end.
Usually, libswipl is compiled as a dynamic library and so this problem is hidden, but for some unknown reason it is a static library on Ubuntu for i386.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: cpan -i Language::Prolog::Yaswi gives undefined symbol: clock_gettime
by Steve_BZ (Chaplain) on Jul 05, 2012 at 10:47 UTC |