Hi,
We're doing a school project on building a mp3 decoder on a Motorola processor and an Altera FPGA. We'd like to use MAD because it appears to be the only open source integer decoder available on the net. But when we try to install it on our school unix account by typing ./configure, it gives us this error:
./configure: Permission denied.
Can someone help us?
chmod a+x configure
./configure
or
sh configure
either should work
On Thu, 21 Feb 2002, Yuxuan Mao wrote:
Hi,
We're doing a school project on building a mp3 decoder on a Motorola processor and an Altera FPGA. We'd like to use MAD because it appears to be the only open source integer decoder available on the net. But when we try to install it on our school unix account by typing ./configure, it gives us this error:
./configure: Permission denied.
Can someone help us?