This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

wvdial cross compile issue

Hi,

Here i am posting given on configure step.

raghava@raghava-HCL-Notebook:~/CodeSourcery/Sourcery_G++_Lite/wvdial-1.61$ ./configure --prefix=/home/workspace CC=arm-none-linux-gnueabi-gcc --host=arm-linux
raghava@raghava-HCL-Notebook:~/CodeSourcery/Sourcery_G++_Lite/wvdial-1.61$ make
* Generating CC
* Generating CXX
./CXX -c wvdialer   
linking wvdial.a...
ar: creating wvdial.a
./CXX -c wvdial   
linking wvdial...
./CXX -c wvdialconf   
linking wvdialconf...
linking pppmon...
linking papchaptest...
raghava@raghava-HCL-Notebook:~/CodeSourcery/Sourcery_G++_Lite/wvdial-1.61$ make install
* Generating CC
* Generating CXX
[ -d /usr/local/bin      ] || install -d /usr/local/bin
[ -d /etc/ppp/peers      ] || install -d /etc/ppp/peers
install -m 0755 wvdial wvdialconf /usr/local/bin
install: cannot remove `/usr/local/bin/wvdial': Permission denied
install: cannot remove `/usr/local/bin/wvdialconf': Permission denied
make: *** [install-bin] Error 1
raghava@raghava-HCL-Notebook:~/CodeSourcery/Sourcery_G++_Lite/wvdial-1.61$

pl help.

rgds,

raghava