I use RHIDE to compile my program's source code but
RHIDE segfaults
I'm running Redhat Linux 9.0!
I've done the following steps as root to install RHIDE:
(There're these source code files in the same dir:
gdb-5.3.tar.gz,
rhtvision-2.0.2.src.tar.gz,
setedit-0.5.2.tar.gz,
rhide-for-tv2-snapshot.tar.gz)
1) Untar GDB 5.3 package:
$tar xzvf gdb-5.3.tar.gz
2) Install RH TVsion 2.0.2 package:
$tar xzvf rhtvision-2.0.2.src.tar.gz
$cd tvision
$./configure
$make
$make install
2) Install Setedit 0.5.2 package:
$tar xzvf setedit-0.5.2.tar.gz
$cd setedit
$./configure --libset
$make
$make libset
$make install
3) Install RHIDE for-tv2-snapshot package:
$tar xzvf rhide-for-tv2-snapshot.tar.gz
$cd rhide
$./configure
$make
$make install
Then I run RHIDE and it runs correctly. I choose
FreePascal compiler to compile my source codes. But
when I try to compile some programs, RHIDE crashes.