Hi, myself: > A newly introduced function does not show up in > the library. Is there a file where i have to > declare publicly visible functions ?
Is lib/driver/libcdio.sym mentioned in some documentation ? I crawled down the Makefile.am hierarchy until i stumbled over that name. After adding my function's name to that file and make install it now links ... i believe. (Some day i must try to understand autotools.) Have a nice day :) Thomas
