On 01-07 15:29, Klaus Darilion wrote:
Jan Janak schrieb:
On 29-06 23:22, Klaus Darilion wrote:
Hi!
in ser's osp module Makefile these condition should be adopted to
search in /usr/lib too:
LIBS=$(shell if [ -f /usr/local/lib/libosptk.a ]; then echo "-losptk"
; else echo "-losp" ; fi)
Or make it like K's osp module: use always -losptk
What is the difference between osptk and osp library? Why is this needed?
Probably it is the same. In Debian it osp library is called osptk (tool
kit?)
Ohh, I see, I had not idea it was already included in debian. In that case I
suggest that we hardwire the Makefile to osptk, if nobody disagrees?
Jan.