Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Kylix3 and Debian 3.1

28 views
Skip to first unread message

Sasa Zeman

unread,
Apr 19, 2006, 7:16:29 AM4/19/06
to
Installed Kylix 3 on Debian 3.1, kernel 2.6.8

Starting Delphi IDE is possible, however C++ IDE cannot be started.

After compiling and running (F9) simple application with one TEdit
component of form, result is that application freeze.

After running the same compiled project using terminal, error is
following:

~$ ./Project1
./Project1: relocation error: ./Project1: undefined symbol:
initPAnsiStrings

Result of system testing:

~/borpretest$ ./testsystem
Borland Kylix System Compatibility Test

Checking loader....OK
Checking kernel >= 2.2....OK
Checking libc >= 2.1.2....OK
Checking libjpeg >= 6.2.0....OK

Looks GOOD !!!
This system should be able to run Borland Kylix!


Thanks in advance for any help.

Sasa
--
www.szutils.net

Alan Brier

unread,
May 25, 2006, 4:34:13 AM5/25/06
to

How did you get Kylix3 installed on Debian? I just get files reported 'Failed dependencies' which are in fact present, followed by the message 'Unable to install RPM file: ....'
Then the advice to consult apparently non-existent 'Technical Support'
Alan

Sasa Zeman

unread,
May 28, 2006, 4:42:57 AM5/28/06
to
Alan Brier wrote:
>
> How did you get Kylix3 installed on Debian?

All components from first two Debian's CDs are installed. Kylix3
installation is performed following exact instructions from Kylix3 CD
and it is installed with administrator account. Non of additional
components from Kylix CD are installed (as is libc and libjpg).
Otherwise,installation will probably fail.

Unfortunately, I still can't create any binary without mentioned error
after execution. If you success, please let me know.

Sasa
--
www.szutils.net

JohnK

unread,
Jun 8, 2006, 9:04:29 AM6/8/06
to

Sasa

You need to set up your LD_LIBRARY_PATH prior to exexcuting the binary so
that the Borland QT libraries are found. This is normally done by writing
a wrapper script. E.g.

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/kylix3/bin
/path/to/executable $*

This is documented in the deploy text file that comes on the CD

JohnK

Sasa Zeman

unread,
Jun 8, 2006, 11:05:41 AM6/8/06
to
JohnK wrote:

> You need to set up your LD_LIBRARY_PATH prior to exexcuting the
> binary so that the Borland QT libraries are found. This is normally
> done by writing a wrapper script. E.g.
>
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/kylix3/bin
> /path/to/executable $*

Thank you Johnn. Seems that Kylix have similar script to be run before
IDE starts, but seems there is a problem to execute it.

I have inserted similar line in the system start-up script, regarding
to Kylix installation and projects can be run correctly. Only debugging
from IDE does not work - IDE freeze. After disabling the debugger,
normal work can be done.

On Kylix CD are supplied libc files for several Linux systems, but not
for Debian. I hope debbuger will work after kernel downgrade to
required 2.2 and using it's libc 2.1.2. However, I hope there is an
easier way.

Thanks again.

Sasa
--
www.szutils.net

JohnK

unread,
Jun 8, 2006, 1:48:33 PM6/8/06
to

This is one of the most useful sites for patching Kylix to get it to work.

http://andy.jgknet.de/oss/kylix/wiki/index.php/Main_Page

There is a patch for the debugger as well, mentioned in threads in
borland.public.kylix.ide. E.g.
http://groups.google.co.uk/group/borland.public.kylix.ide/browse_thread/thread/8cdf21db2db631fb/cbd322440f32f15b?lnk=st&q=%22Workaround+for+kylix+debugger+-+Take+4%22&rnum=1&hl=en#cbd322440f32f15b

Regards

JohnK

Sasa Zeman

unread,
Jun 8, 2006, 2:58:14 PM6/8/06
to
JohnK wrote:

> This is one of the most useful sites for patching Kylix to get it to
> work.

> There is a patch for the debugger as well, mentioned in threads in
> borland.public.kylix.ide. E.g.

Thank you very much for you help John.

I hope that would be enough to get Kylix to work work correctly.

Best regards,

Sasa
--
www.szutils.net

0 new messages