Has anyone had any luck with installing the Intel compilers (C++, Fortran 95) on Fedora Core 1? These compilers come as a tar file containing some rpms that are supposed to be relocatable and an install script. It installs fine on RedHat 9, but on FC1 the installation end with: Where do you want to install to? Specify directory starting with '/'. [/opt/intel_fc_80] /usr/local/intel/compiler80 What rpm install options would you like? [-U --replacefiles] -------------------------------------------------------------------------------- Intel(R) Fortran Compiler for 32-bit applications, Version 8.0 Installing... ./install.sh: line 904: 6539 Segmentation fault rpm $OPTIONS $PREFIX $CHOSENRPM >&$TEMPFILE.rpmout Installation failed. -------------------------------------------------------------------------------- However, installing in /opt seems to work just fine on another system that has enough space in that partition. Might there be an issue with the rpm command with relocatable rpms? David Jansen