On Sun, Mar 12, 2006 at 07:43:16PM +0800, Vladan Popovic wrote: > *** Warning: linker path does not have real file for library -lpdf. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only do this if you have a > *** shared version of the library, which you do not appear to have > *** because I did check the linker path looking for a file starting > *** with libpdf and none of the candidates passed a file format test > *** using a regex pattern. Last file checked: > /usr/src/PDFlib-6.0.3-OpenBSD34/bind/c/lib/libpdf.a
did you read what it says? you need a shared version of libpdf. the static library won't work. -- <[EMAIL PROTECTED]>

