About Redhat Linux 9.0 Four issues of Kylix 3 will have a full solution!

zhaozj2021-02-08  249

Install Kylix3 under Redhat Linux 9.0, or it has been installed under Redhat Linux 8.0 or Redhat Linux 7.x, which is upgraded to 9.0, and it will encounter a lot of trouble, usually as follows:

First, in Redhat Linux 9.0, some users use NVIDIA graphics cards, when starting Kylix 3 IDE, they will die in the Kylix display program cover.

Second, in Redhat Linux 9.0 or Mandrake Linux9.1, there will be a problem that Kylix 3's C IDE does not function properly.

Third, in Redhat Linux 9.0, Kylix 3's IDE, whether C or PASCAL, can not debug normally, die is dead (of course, executable can be generated).

Fourth, in Redhat Linux 9.0, Kylix 3's IDE, whether C or pASCAL, when the IDE is started, if the IDE is turned off, if the IDE is turned off again, if the IDE is started again, then it is not possible to open or save the file directly. Otherwise, it will die in the Open or Save dialog. You must run and compile the derived projects in the IDE, and then open or save the file, you can operate normally.

The above four troubleshoot issues have a good solution, of which the second and fourth problems need to download specialized patches to repair.

In Redhat Linux 9.0, some users use NVIDIA graphics cards, when starting the IDE of Kylix 3, they will die in the Kylix display program cover. The solution to this problem is as follows:

*********************************************************** ******************************** ** Source declaration ** ** About Redhat Linux 9.0 Some NVIDIA graphics card users will die when Kylix3 will die ** The next Kylix version of the LinuxAid website is as follows: ** ** http://kylix.linuxAid.com.cn/xoops2/modules/news/Article.php • StoryID = 6 ** ************************************************************* ***********************************************

Solve the problem of running Kylix3 under RedHat9 to always crash. Popher ROC at 2003-04-15 09:20:38 Symptom: Successfully installed Kylix3 on RedHat9, but when running to the trademark Splah screen with Kylix3, it is not moving here. Solution: Because Kylix has conflicts with the NVIDIA graphics card driver. Please drive the graphics card or change to 16 true color. 24-bit color NVIDIA graphics driver must die!

After some netizen test, it was found that after the NVIDIA-1.0-4329 driver was installed, it was set to 24-bit color, and Kylix was running dead. It is better to change to 16 colors.

If you want to use Kylix, you can't play 3D games, fish and bear's paw can't work.

*********************************************************** ************************************* Source declaration ** ** About REDHAT Linux 9.0 Some NVIDIA graphics card users will die when Kylix3 will die ** The next Kylix version of the LinuxAid website is as follows: ** ** http://kylix.linuxAid.com.cn/xoops2/modules/news/Article.php • StoryID = 6 ** ************************************************************* ***********************************************

In Redhat Linux 9.0 or Mandrake Linux9.1, there will be a problem that Kylix 3's C IDE cannot be properly compiled. The solution to this problem is as follows:

*********************************************************** ***************************************

Source statement

The following solutions for the Redhat linux 9.0 Kylix 3 cannot be properly compiled. The solution is transferred from the LinuxAid website's Kylix version of the following URL: http://kylix.linuxAid.com.cn/xoops2/modules/news/Article.php? STORYID = 4 or http://kylix.linuxAid.com.cn/xoops2/modules/mydownloads/singlefile.php?lid=9&com_id=2&com_rootid=2&com_mode =thread#comment2 *************************** *********************************************************** ****************** Successfully solves the problem of Kylix3-BCB in Mandrakelinux9.1 and RedHat9.0 and other issues that cannot be compiled! Popher Roc at 2003-04-09 19:44:54

Since Kylix3-BCB is in Mandrakelinux9.1 and RedHat9.0, the new Linux cannot compile the project. After many trials finally solved this problem, and a patch is made to use a patch for the CYLIX fan download.

This patch solves the problem that Kylix3-BCB can't compile in the new Linux such as Mandrakelinux9.1 and RedHat9.0.

Download address: http://kylix.linuxAid.com.cn/xoops2/modules/mydownloads/visit.php? LID = 9

Instructions:

1, decompression: TAR ZXVF KYLIX3LIBPATCH_MDK9.1_RHL9.TAR.GZ

2, 3 files that will be solved: crt1.o, libc.so, libpthread.so copy to $ (bcb) / lib / OBJ ($ (bcb) refers to your Kylix3 installation directory)

3, new project, click on menu Project-> Options ...-> Directories / Conditionals, set the include path: set to / usr / usr / include, such as: / usr / include: $ (bcb) / include / stlport: $ (BCB) / include: $ (bcb) / include / vcl

4. Click "OK" to save, then press CTRL F9 to compile the project, everything OK, and use C to write Linux applications.

Reprint this article, please indicate the source: KylixAID Open source zone (http://kylix.linuxaid.com.cn) Author: ROC

*********************************************************** ***************************************

Source statement

About Redhat Linux 9.0 Kylix 3 C IDE Unable to compile the problem, the Kylix version of the LinuxAid website is the following URL: http://kylix.linuxAid.com.cn/xoops2/modules/news/Article.php? STORYID = 4 or http://kylix.linuxAid.com.cn/xoops2/modules/mydownloads/singlefile.php?lid=9&com_id=2&com_rootid=2&com_mode =thread#comment2 *************************** *********************************************************** ***************** In Redhat Linux 9.0, Kylix 3's IDE, whether C or PASCAL, can not debug normally, and die after running. The solution to this problem is as follows:

*********************************************************** ****************************************** ** Source declaration * * ** The following is about Redhat Linux 9.0 Kylix cannot be debugged, one runs down the solution ** Transfer from the LinuxAid website, the following URLs: ** http://kylix.linuxAid.com.cn/xoops2/Modules / NEWBB/ViewTopic.php?topic_id=18&Forum=2 ** Solution Provider: birrell ** ************************************* *********************************************************** ****************

Posted by Birrel Published: 2003-04-18 14:53 This member is registered in: 2003-04-16 Posted: 7

Solving the approximate method of Kylix3 under rh9

Kylix3 IDE (including BCB and Delphi) can't run debugging in RH9, and a startup debugger will hang because the Native Posix Thread Library (NPTL) included in RH9 is not compatible with Kylix3. The solution is:

Edit Kylix3 boot script (startbcb and startdelphi), after its second line (just followed by #! / Bin / bash this sentence), add environment variable settings:

Export ld_assume_kernel = 2.4.1

Let Kylix3 do not use NPTL, so Kylix3 can smoothly press the compilation debugging of F9.

In addition, after adding this setting, it may also solve other issues that Kylix3 appear in RH9, please try it with a Kylix brother.

*********************************************************** ****************************************** ** Source declaration * * ** About Redhat Linux 9.0 Kylix can't debug, one running down solution ** Transfer from the LinuxAid website, the following URL: ** http://kylix.linuxAid.com.cn/xoops2/Modules / NEWBB/ViewTopic.php?topic_id=18&Forum=2 ** Solution Provider: birrell ** ************************************* *********************************************************** ****************

In addition, Birrell This cattle, but also a map of rh9 Kylix3 to express the absolute problem of running Chinese procedures under this environment. Pictogram on the following website: http://kylix.linuxAid.com.cn/xoops2/Modules/newbb/viewtopic.php? Topic_ID = 20 & forum = 6

In Redhat Linux 9.0, when Kylix 3 launches IDE multiple times, if the file is opened or saved, it will die in the Open or Save dialog. The solution to this problem is as follows:

*********************************************************** ****************************** ** thank you! ** ** Here you must thank Germany old programmers Bjoern Eschrich! ** is he provided me with the following perfect solution and patch download address, thank you Mr. Eschrich! ** ** B. Mr. Eschrich is: ** email: bjoern.eschrich@t-online.de ** Tel: 49 (0) 8151/991 370 ** mob: 49 (0) 174 88 00 458 ** fax: 49 (0) 8151/991 257 ** URL: http://www.class.de ** ******************* *********************************************************** *********** Redhat Linux 9.0 runs Kylix again, it will die in the Open or Save dialog, the investigation is due to bpldesignide.so.6.9.0 this library file is not According to the compatible place, German old programmers Bjoern Eschrich re-changed it and used it as a patch to repair this defect.

To fix this defect, first download the patch from below: https://beschrich.homeip.net/kylix.fix/bpldesignide.so.9.0

or

Http://kylix.linuxAid.com.cn/xoops2/modules/mydownloads/singlefile.php?lid=12

Then in Redhat Linux 9.0, enter the bin subdirectory in your Kylix directory, rename the bpldesignide.so.6.9.0_old, then download you again. That patch file is copied in this directory.

Now you open Kylix, then turn off, re-enterta, then open the Open or Save dialog, you will find that you are no longer dead. The problem is completely solved!

*********************************************************** ****************************** ** thank you! ** ** Here you must thank Germany old programmers Bjoern Eschrich! ** is he provided me with a perfect solution and patch download address, thank you Mr. Eschrich! ** ** B. Mr. Eschrich is: ** email: bjoern.eschrich@t-online.de ** Tel: 49 (0) 8151/991 370 ** mob: 49 (0) 174 88 00 458 ** fax: 49 (0) 8151/991 257 ** URL: http://www.class.de ** ******************* *********************************************************** ************

Note that this document is specifically directed to the Redhat Linux 9.0 environment. It is part of my more complete document Kylix 3 Enterprise Edition. The full document hangs the following address:

http://www.cbs.net/develop/read_article.asp?id=16768

转载请注明原文地址:https://www.9cbs.com/read-1183.html

New Post(0)