Forum Navigation
Linux install
Posted: 02/19/07 04:14:50Hello,
I followed the Linux Tango-DMD install instructions w/ the following commands as root, from my home user directory /home/zzzzrrr/Desktop:
./install-dmd.sh /usr/local --download-all
Here are the last few lines of the error that keeps popping up:
find . -name "libtango*.a" | xargs rm -f make[1]: Leaving directory `/home/zzzzrrr/Desktop/tango/trunk/lib/common/tango' ...changing directory: ../ ...making a backup of the original phobos library Library has not been built, yet the build script itself did not throw an error. Please report this to a developer. ./install-dmd.sh: line 58: exit: Library: numeric argument required
The script file actually copies files to /home/zzzzrrr/Desktop/usr/local instead of /usr/local, minus the libphobos.a file in the appropriate /lib directory.
What am I doing wrong here? Any help would be greatly appreciated!
Thanks, Mason