|
From: Jean-Pierre D. <jpd...@gm...> - 2008-02-05 18:27:06
|
Hi, >> make >> [[ ! -d /home/dmitrey/install/NLPy/nlpy/.objects ]] && mkdir >> /bin/sh: [[: not found >> make: *** [/home/dmitrey/install/NLPy/nlpy/.objects] Error 127 I had the same difficulties a few days ago. I manually created the .object and .module directories. Then , the message [[ not found becomes a warning since the directory exists, no action being requested then. After, I added suitable paths to PYTHONPATH, and I added also the Lib path to LD_LIBRARY_PATH. I also am using Kubuntu 7.10. Moreover, I had to manually remove spurious lines (looking like output of some diff command) in 2 or 3 files, among which makedefs-path after getting the latest cvs version. Hope this helps. P.S. Is it possible to **reply** on the list? I had to send a fresh message. |