Mike
If you could, I'd be glad to read your notes. I'm trying to run Kylix3 on Debian, and Ubuntu is Debian-based. I'm at the point of resolving linker "unresolved external" failures; compiler errors (in <time.h>) and linker crashes I have already resolved.
PeterS.
Could you post your experiences please?
I've been trying with Ubuntu (Hoary) and Kubuntu with no luck. IDE with
microscopic fonts, not usable...
TIA.
could you help with some tips on how to install Kylix on Ubuntu 5.04 ?
I tried to run set up and it halts with:
Checking dependencies...
WARNING: could not locate libX11.so
Kernel version >= 2.2.0....OK
Glibc version >= 2.1.2....OK
X11 Server....OK
Libjpeg version >= 6.2.0....OK
setup.sh: line 350: [: x11-2: integer expression expected
setup.sh: line 352: [: x11-2: integer expression expected
setup.sh: line 354: [: x11-2: integer expression expected
setup.sh: line 350: [: x11-2: integer expression expected
setup.sh: line 352: [: x11-2: integer expression expected
setup.sh: line 354: [: x11-2: integer expression expected
Libgtk version >= 1.2.0....FAILED
Any tip will be welcome
I didn't see your posting until just after I sent my post about the same
thing.
I see you have gotten slightly different results than I did. In my case
Glibc version fails. Did you have to update that? If so, can you tell me
how to update that? I haven't used linux for a couple years now. It was
easy with Mandrake since the update for that is included on the Kylix disk.
Also, did you have to move the setup files off of the Kylix install CD in
order to get the install running?
I was able to get rid of the error about not being able to locate libX11.so
by creating a symbolic link from /usr/x11R6/lib/libx11.so.6.2 to
/usr/x11R6/lib/libx11.so I found this in the ubuntu forum. Here's the
link to that thread...
http://ubuntuforums.org/showthread.php?t=36084
but apparently the suggestions in that thread are not enough.
Kevin