Search Postgresql Archives

trying to use libpq in Ubuntu

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,
 I have developed an application in C++ under Qt in Windows XP, now I would like to port it to Ubuntu GNU/Linux.
Choosing the libraries in Windows was a piece of cake: the bottom of  my Qt qmake project file was
win32 { 
    LIBS += "C:\Progra~1\PostgreSQL\8.4\lib\libpq.lib"
    INCLUDEPATH += "C:\Progra~1\PostgreSQL\8.4\include"
}
linux-g++ { 
    LIBS += /usr/lib/libpq.a
    INCLUDEPATH += /usr/include/postgresql
}

This works fine in Windows, but in Ubuntu there are more than a hundred undefined symbols, like references to ldap
Does anyone have a sample project file or suggestions?

Thankyou 
Henri


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux