also @ TechSpot: Internet Defense League seeks to protect online freedom

TechSpot

KDevelop & library

Discussion in 'The Alternative OS' started by Estagus, Aug 27, 2004.

Thread Status:
Not open for further replies.
  1. Estagus Newcomer, in training

    I try to write a small app (C++) in KDevelop 3.0.4, which uses ipq library. What I must to do to allow my program to compile?

    I've set up in project options a CPPFLAGS="-I/usr/include/" and LDFLAGS="-L/usr/lib/ -lipq".
    I've included files libipq.h and netfilter.h (with right path).
    Compile=>"undefined reference to `ipq_perror(char const*)".

    Please, help...
  2. Goalie Newcomer, in training

    Do you get a line number for the error?? Or calling function?

    That may let you trace the error.

    Also there are some compile time debuggers out there you might want to look for. No good ones come to mind right now.
Thread Status:
Not open for further replies.