Results 1 to 3 of 3
I installed Sabayon 10 on my laptop and it can't compile the driver code for my tata photon data card. It gives error: Your compiling environment is not setup!!!
Any ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-15-2012 #1Just Joined!
- Join Date
- Oct 2012
- Location
- New Delhi, India.
- Posts
- 2
Can't compile driver source code
I installed Sabayon 10 on my laptop and it can't compile the driver code for my tata photon data card. It gives error: Your compiling environment is not setup!!!
Any solution please......
- 10-15-2012 #2
You need compilation tools: the gcc compiler, make, library headers, etc. Check with the Entropy package manager to see whether there is a basic build package with all this stuff in it. Most distros have one. If not, you'll just have to install the bits and pieces separately.
"I'm just a little old lady; don't try to dazzle me with jargon!"
- 10-16-2012 #3Just Joined!
- Join Date
- Feb 2012
- Posts
- 2
Hi.
make shure yo have installed make and gcc, if the source code have an .configure file, run it, and if something lacks you, that stop, so you see where stops and install wherever need it.
basically you prompt in the spurce code directory
./configure (if exists)
make
make install (as root)


Reply With Quote
