[PD] [devel_0_38] can't run from build directory

Mathieu Bouchard matju at sympatico.ca
Mon Jan 10 19:50:38 CET 2005


On Sun, 9 Jan 2005, ClaudiusMaximus wrote:

> Problems with "./configure --prefix=~/pd ...etc... && make && make 
> install" to an empty directory "~/pd" resolved by making the following 
> directories manually (install complained about "no such file or directory"):

This may be related to the fact that the unix shell only expands leading
tildes. compare the results of:

echo ~
echo ~/blahblah
echo --prefix=~

I figured that you can safely write $HOME instead of ~ and it works
perfectly, because then, it gets replaced by a real name _before_ running
./configure, instead of _during_.

_____________________________________________________________________
Mathieu Bouchard -=- Montréal QC Canada -=- http://artengine.ca/matju





More information about the Pd-list mailing list