LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-23-2004, 01:57 PM   #1
arlock
LQ Newbie
 
Registered: Apr 2004
Location: Lund, Sweden
Distribution: Mandrake 10
Posts: 3

Rep: Reputation: 0
Question Kylix3 and Mandrake 10.o


Hi,
Why does not Kylix3 compile and run under Mandrake 10.0?
 
Old 04-23-2004, 02:20 PM   #2
melinda_sayang
Member
 
Registered: Dec 2003
Location: Petaling Jaya
Distribution: Ubuntu
Posts: 475

Rep: Reputation: 31
Kylix is in binary form only......

What error do you have? Post it.
 
Old 04-24-2004, 03:41 AM   #3
arlock
LQ Newbie
 
Registered: Apr 2004
Location: Lund, Sweden
Distribution: Mandrake 10
Posts: 3

Original Poster
Rep: Reputation: 0
Exclamation kylix3

Thank you for response!

Kylix3 intalls, compile and run projects fine under earlier versions of Mandrake i.e. 9.0, 9.1 & 9.2.
Under Mandrake 10 when hitting F9 the program stops and is not responding.

Also, the Borpretest reports OK but the program freeze.
 
Old 04-26-2004, 12:29 AM   #4
yuval9
LQ Newbie
 
Registered: Apr 2004
Posts: 3

Rep: Reputation: 0
Kylix3 and Mandrake 10

- If you export Makefile in the Kylix gui as Makefile you can see the exact error message by compiling it in the shell.

- The error is something like: ilink, Vmem.c line 90 fatal error.

- Talking with the Borland Support got me nowhere, they are focusing on their JBuilderX stuff which will be ready only next year. Very dismaying to find out they develop such a neat tool and never follow up on it.

- So the error is with their <ilink> application which is not open source.

- If you try and run kylix3 applications (compiled on Mandrake 9.2) on Mandrake 10, they will run fine.

- There must be some smart person out there who can figure out how to fix this issue which has to be related to the Kernel 2.6 GCC libraries.

- Some french Kylix developer site I found, also had grim predictions for Kylix, if I understood right.

- Reminds me of a similar situation with the Amiga computer- had a loyal following but never survived the market.
 
Old 04-26-2004, 11:22 AM   #5
yuval9
LQ Newbie
 
Registered: Apr 2004
Posts: 3

Rep: Reputation: 0
Kylix3 and Mandrake 10

- The exact error message:

Turbo Incremental Link 5.80 Copyright (c) 1997-2002 Borland
ilink: ../VMem.c:90: AutoSetLastError: Assertion `!"Bad error code"' failed.
make: *** [kylix_exe_name] Aborted

- If you do the compile from the gui (F9) option, the gui will crash exiting the application.
 
Old 10-02-2004, 04:26 PM   #6
yuval9
LQ Newbie
 
Registered: Apr 2004
Posts: 3

Rep: Reputation: 0
Kylix3 ilink Problem Solved

New <ilink> and <ilink.so> can be found at:

www.nux.co.za (South Africa).


Works great.

Yuval
 
Old 10-21-2004, 10:10 AM   #7
ungamed
LQ Newbie
 
Registered: Oct 2004
Location: Denmark
Distribution: Mandrake
Posts: 1

Rep: Reputation: 0
Hi, I have some problems with running Kylix3 on mandrake 10 too...
first the program wouldnt install...
I found libgc++ for mandrake in the rpm maneger and installed that, that made the installation run..
so far so good..
then when I started it it wouldnt compile complained about the stdlibs (time.h as one)..
So after googling a few minutes I found out that it needs an old version called compat-gdlibc or simular I found that, installed it, and changed the include path from the version I installed earlier to the one I just downloaded..
then finally it seemd to compile.. but..heh
after a succesfull linkin it all just closes
help will be very appreciated..
 
Old 10-22-2004, 07:17 AM   #8
wykthorr
Member
 
Registered: Oct 2004
Location: Brasov, Romania
Distribution: Ubuntu
Posts: 38

Rep: Reputation: 15
Angry How can I run applications

After I build an application I want to execute it without using Kylix, but when runing it via the command ./appname is returns something like initPANSIString Relocation error?

How can I overcome this problem
 
Old 12-10-2004, 11:43 AM   #9
creatron
LQ Newbie
 
Registered: Dec 2004
Distribution: suse & mandrake
Posts: 6

Rep: Reputation: 0
Re: How can I run applications

Quote:
Originally posted by wykthorr
After I build an application I want to execute it without using Kylix, but when runing it via the command ./appname is returns something like initPANSIString Relocation error?

How can I overcome this problem
You need a soft link like

ln -s /usr/local/kylix3/bin/filename.so /usr/lib/filename.so or
ln -s /usr/local/kylix3/bin/filename.so /usr/lib/filename.so

depending of the location of the file ( Search it with find /usr -iname "filename.so" )

You will probably need more than one link, before the application will run.
 
Old 12-10-2004, 11:50 AM   #10
creatron
LQ Newbie
 
Registered: Dec 2004
Distribution: suse & mandrake
Posts: 6

Rep: Reputation: 0
Quote:
Originally posted by ungamed
Hi, I have some problems with running Kylix3 on mandrake 10 too...
first the program wouldnt install...
I found libgc++ for mandrake in the rpm maneger and installed that, that made the installation run..
so far so good..
then when I started it it wouldnt compile complained about the stdlibs (time.h as one)..
So after googling a few minutes I found out that it needs an old version called compat-gdlibc or simular I found that, installed it, and changed the include path from the version I installed earlier to the one I just downloaded..
then finally it seemd to compile.. but..heh
after a succesfull linkin it all just closes
help will be very appreciated..
You need the ilink patch, checkout

http://www.langchat.net/Kylix_3_C_il...58-4961-a.html
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linker errors with Kylix3 C++ on Mandrake 9.1 HVDV Programming 10 08-30-2006 11:12 PM
Kylix3 bearwoods Programming 1 02-24-2005 04:42 PM
Kylix3 fails to run/F9 on Mandrake 10.0 imoppett Linux - Software 1 08-18-2004 12:42 PM
Kylix3 - problem when trying to run - installed on mandrake 9.1 hunter_one Linux - Software 4 10-20-2003 03:24 PM
Kylix3 problem!! florjan Linux - Software 6 10-18-2002 08:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration