On 4/16/05, François-Denis Gonthier <[EMAIL PROTECTED]> wrote: > I'm having a bit of a concern with a library target Code::Blocks produces > (It's a C/C++ IDE). > > Lintian currently reports: > > E: codeblocks: shlib-with-non-pic-code usr/lib/libcodeblocks.so > E: codeblocks: sharedobject-in-library-directory-not-actually-a-shlib > usr/lib/libcodeblocks.so
Try compiling it with option "-fPIC". Some architectures like amd64 or ia64 require that for DSO. -- regards, Reinhard