Andreas' bug was > [EMAIL PROTECTED]:~$ mpicc.openmpi > Cannot open configuration file > /usr/share/openmpi/mpicc.openmpi-wrapper-data.txt > Error parsing data file mpicc.openmpi: Not found
and I was thinking that it is _not_ that /usr/share/openmpi/mpicc.openmpi-wrapper-data.txt _is missing_ but rather that mpicc was invoked under a name that upstream doesn't expect. I.e. [EMAIL PROTECTED]:~> dpkg -S /usr/share/openmpi/mpicc-wrapper-data.txt openmpi-common: /usr/share/openmpi/mpicc-wrapper-data.txt [EMAIL PROTECTED]:~> mpicc.openmpi gcc: no input files [EMAIL PROTECTED]:~> mpicc gcc: no input files [EMAIL PROTECTED]:~> ls -l /usr/bin/mpicc /etc/alternatives/mpicc lrwxrwxrwx 1 root root 22 2007-08-01 14:32 /etc/alternatives/mpicc -> /usr/bin/mpicc.openmpi lrwxrwxrwx 1 root root 23 2007-07-30 21:50 /usr/bin/mpicc -> /etc/alternatives/mpicc [EMAIL PROTECTED]:~> In other words, it works for me for mpicc -- under both names! Manuel, you said that you replicated Andreas' finding. What version was that? (My home system is still 1.2.3-2 as on testing, so whatever we may have broken in the 1.2.3-{3,4} versions doesn't bite me). Can we just make the symlinks work for 1.2.3-4 ? Dirk, confused -- Three out of two people have difficulties with fractions. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]