I am using CrossKylix and Delphi 7. I created a small test app (one
form, one button) and compiled it with CrossKylix. it created the file,
but I can't run it under Linux.
I get the following error:
./Project1: symbol lookup error: ./Project1: undefined symbol:
initPAnsiStrings
I have libborqt-6.9.0-qt2.3.so in the same directory as the executable
file.
Any help welcome,
Rainer
Google!
This is definitely the oldest question about Kylix.
Hint:
export LD_LIBRARY_PATH="<path to libborqt-6.9.0-qt2.3.so>"
>I have libborqt-6.9.0-qt2.3.so in the same directory as the executable
file.
Not the Linux way.
Might be not the Linux way - but it is much easier to deploy.
Rainer