Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:qt:qt_ibase_linux [2015/05/08 06:50] denis |
dev:qt:qt_ibase_linux [2015/05/08 06:53] (текущий) denis |
||
---|---|---|---|
Строка 8: | Строка 8: | ||
make | make | ||
| | ||
- | Note: if there is an error like: ''/usr/bin/ld.gold: error: cannot find -lgds'': | + | |
- | - search for ''libgds*'' in ''/usr'' | + | ---- |
- | - if found in ''/usr/lib64'':<code>qmake "INCLUDEPATH+=/opt/firebird/include" "LIBS+=-L/opt/firebird/lib -L/usr/lib64 -lfbclient" ibase.pro</code> | + | |
+ | Note: if there is an error like: ''/usr/bin/ld.gold: error: cannot find -lgds'', search for ''libgds*'' in ''/usr'' and add it to qmake command. Suppose it was found in ''/usr/lib64'': | ||
+ | qmake "INCLUDEPATH+=/opt/firebird/include" "LIBS+=-L/opt/firebird/lib -L/usr/lib64 -lfbclient" ibase.pro | ||
| | ||
| | ||
| | ||