- Log in to post comments
==== Error in Kylix installation script (K1?)
Instllation program raises exception telling that some files already
exist. Problem is inside binary install script that executes
rpm with bad parameters. Solution: `setupdata/bin/setup -m`
==== Kylix3 @ FC5
Installation at Fedora Core 5 requires package `compat-libstdc++-296` (error `Failed dependencies: libstdc++-libc6.1-1.so.2 is needed by kylix3_main_program_files-1.0-1`)
==== Binary form problem
When compiling using `dcc` any unit with **text** form (XFM) then `Error: Bad file format:` appears. When are forms converted to **binary** using `kylix3/bin/convert` then error is done. But I strace it and it seems kylix is unable find own libraries, i.e. adding `LD_LIBRARY_PATH=/usr/local/kylix3/bin` will solve it.
==== Deployment