Im trying to install madwifi so that I can use my D-Link DWL-G520 in Fedora Core 2. I read that I needed to install sharutils to then install madwifi, so I grabbed a copy from the Fedora cd. When I got the the step when I use "make" I get "Error 1". Here is the output from the command.
Code:
[root@localhost sharutils-4.2.1]# make
for subdir in doc lib po src checks contrib; do \
target=`echo all-recursive|sed 's/-recursive//'`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in doc
make[1]: Entering directory `/sharutils-4.2.1/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sharutils-4.2.1/doc'
making all in lib
make[1]: Entering directory `/sharutils-4.2.1/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/sharutils-4.2.1/lib'
making all in po
make[1]: Entering directory `/sharutils-4.2.1/po'
/usr/bin/msgfmt -o nl.mo nl.po
/usr/bin/msgfmt: nl.po: warning: Charset missing in header.
Message conversion to user's charset will not work.
nl.po:450: `msgid' and `msgstr' entries do not both end with '\n'
/usr/bin/msgfmt: found 1 fatal error
make[1]: *** [nl.mo] Error 1
make[1]: Leaving directory `/sharutils-4.2.1/po'
make: *** [all-recursive] Error 1
How do I fix this, Im sure this is a really stupid question, but I am very new to linux. This is a giant pain for me, because I have to switch to my windows drive to use the internet. Thanks.