Kylix libborqt dependency
Posted: Mon 13 Feb 2006 10:36
Hello all,
This is my first post in the forum and I hope somebody can help me because I'n desperate...
Recently I've updated myDAC components from 1.50 version to te latest 4.30 version. Now I'm recompliling all my programs (all of them all console applications with CLX inclusion). Now all my recompiled programs have one more dependency than before. Now they depends on libborqt-6.0.0. Here is the ldd outpu:
This happens in all MyDAC versions except the old 1.50.
I don't know why this happens because I don't use TConnectDialog. I only use TMyConnection and TMyQuery.
This is my project file:
I think I've tried all, but the problem persists. I've also compiled a simple console app with minimal code (only TMyConnection stuff) and the dependency is still there.
I'm using Kylix 3 Professional.
¿Any ideas?
I really need to solve this, any help will be appreciated.
Thnak you
This is my first post in the forum and I hope somebody can help me because I'n desperate...
Recently I've updated myDAC components from 1.50 version to te latest 4.30 version. Now I'm recompliling all my programs (all of them all console applications with CLX inclusion). Now all my recompiled programs have one more dependency than before. Now they depends on libborqt-6.0.0. Here is the ldd outpu:
Code: Select all
$ldd myprogram
libborqt-6.9.0-qt2.3.so => not found
libdl.so.2 => /lib/libdl.so.2 (0x4002d000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x40031000)
libc.so.6 => /lib/i686/libc.so.6 (0x40046000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
I don't know why this happens because I don't use TConnectDialog. I only use TMyConnection and TMyQuery.
This is my project file:
Code: Select all
[HistoryLists\hlIncludePath]
Count=2
Item0=work/projects/caelicense_pruebas:/usr/local/kylix3/mydac/include:$(BCB)/include/stlport:$(BCB)/include:$(BCB)/include/vcl:/usr/include
Item1=work/projects/caelicense_pruebas:$(BCB)/include/stlport:$(BCB)/include:$(BCB)/include/vcl:/usr/include
[HistoryLists\hlLibraryPath]
Count=2
Item0=work/projects/caelicense_pruebas:/usr/local/kylix3/mydac/lib:$(BCB)/lib/obj:$(BCB)/lib:/usr/lib:/lib:/usr/X11R6/lib:$(BCB)/bin
Item1=work/projects/caelicense_pruebas:$(BCB)/lib/obj:$(BCB)/lib:/usr/lib:/lib:/usr/X11R6/lib:$(BCB)/bin
[HistoryLists\hlConditionals]
Count=1
Item0=_DEBUG
[Debugging]
DebugSourceDirs=
[Parameters]
RunParams=
Launcher=/usr/X11R6/bin/xterm -T KylixDebuggerOutput -e bash -i -c %debuggee%
UseLauncher=0
DebugCWD=
HostApplication=
[Compiler]
ShowInfoMsgs=0
LinkDebugVcl=0
I'm using Kylix 3 Professional.
¿Any ideas?
I really need to solve this, any help will be appreciated.
Thnak you