I'd like to have DX all in one place so I unpacked it into /home/me/dx and
then followed the install notes at
<http://www.opendx.org/compiling-dx.html> for a non-standard install
directory:
configure --prefix=/home/me
make
make install
The last step fails with a long list of messages, the last few of which are
. . .
/usr/bin/install -c -m 644 xform.h /home/me/dx/include/dx/xform.h
/usr/bin/install: `xform.h' and `/home/ne/dx/include/dx/xform.h' are the
same file
make[3]: *** [install-dxincHEADERS] Error 1
make[3]: Leaving directory `/home/me/dx/include/dx'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/me/dx/include/dx'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/me/dx/include'
make: *** [install-recursive] Error 1
Are there undocumented requirements for the install directory? I am using
4.3.2 on a Redhat Fedora Intel system.
Thanks in advance for your suggestions.
Kent