Cp: destiny «aelparse.c» is not a folder

Hi I’m getting this error while trying to install asterisk 1.6.1 on mandriva2009.

The error in the title is a translation of what I get because my language is portuguese.

This is what happens when I run “make install”

[bruno@localhost asterisk-1.6.0.1]$ make install
CC=“cc” CXX=“g++” LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="–silent" makeopts
make[1]: Entering directory `/home/bruno/Ã

Try using a directory whose name doesn’t include spaces.

The error results from trying to copy multiple files to a plain file, and, if the scripting is not very careful, the spaces will make anything that includes the directory name look like more than one file.

If that fixes, it, I think you have a valid case for a bug report against the build system, although it will only be “trivial” or “minor”.

Thanks, it solved the problem. Now I’m getting other problems but I’ll create other topics as the subject is diferent.