Thread: adding library checks in configure.in

  1. #1
    rohit
    Guest

    Unhappy adding library checks in configure.in

    Hi

    I tried to modify the "configure.scan" to include the check for QT
    libraries (qt-mt). I included LIBS="-lqt-mt" in the configure.in.
    I also tried adding "myprogname_LDADDS= "-lqt-mt" (am not sure if it
    is correct).

    I now have the configure and the Makefile scripts generated from
    configure.in. But am unable to include the required library check
    in "configure" or in the build process of Make.

    For sample work I downloaded Mosfet's Liquid Theme to read the
    similar sample, what he has adds is some KDE macros which does not
    seems to work for me. If i try to add them it gives me error

    please can anyone give me some example for the same

    Regards
    Rohit

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    If you can't figure it out, I doubt that the rest of us can. I can compile an application with gcc that uses QT libraries, but it was set up in the distribution. I have not altered any configuration files. Certain environmental variables have to be set, but that's probably not what you are looking for.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. VC++ 6 question: browsing into a library
    By maxhavoc in forum Tech Board
    Replies: 4
    Last Post: 09-15-2006, 06:57 AM
  2. Need help with audio library on DOS...
    By Marton79 in forum C Programming
    Replies: 10
    Last Post: 08-25-2006, 12:32 AM
  3. university library
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 09-10-2003, 03:05 PM
  4. help, linker errors when adding library file to project
    By ngcfan525 in forum C++ Programming
    Replies: 1
    Last Post: 03-09-2003, 02:27 PM
  5. Replies: 4
    Last Post: 11-12-2002, 06:26 AM