Novice
Group: Members
Posts: 10
Joined: Mar. 2006 |
|
Posted: Aug. 23 2006,12:37 |
|
First off, just so everybody knows... my username implies my level of skill in Linux in general. I know just enough to be dangerous to any linux machine I touch.
Anyway, I'm trying to install a vendor-provided module and have been having problems doing so. After some digging, I found that in the vendor's "Makefile" (I have gcc installed BTW), the "install" commands have some flags that apparently DSL's version doesn't, generally any flag that's an uppercase letter. (i.e. "install -D", or "install -C", but has "install -d" and "install -c").
The module I'm trying to install requires these flags. Is there a way I would be able to get around them? Would I have to have a different version of gcc installed, and would I even be able to put another version on DSL?
Thanks in advance.
|