You are not logged in.
Pages: 1
Heya,
I'm having a problem with Arch on my A210-11P... I cannot seem to compile ndiswrapper-1.44, which I need to get my Atheros AR5007EG card working... I just get [Error 2] all the time...
I used to have this problem with Ubuntu, until I ran "apt-get install build-essential make gcc cpp g++ flex bison", which then allowed me to compile ndiswrapper-1.44 without fail... However it appears that g++ and cpp aren't in the repos, at least not under those names
How'd I go about resolving this problem, any ideas what I'd need to install from pacman to get things working?
Cheers,
~ Uzelth
Offline
Try
pacman -Sy base-devel
Arch doesn't split packages as a rule - cpp and g++ are part of gcc as released by the gcc devs, and they are therefore included in the Arch gcc package.
Offline
Pages: 1