mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Mar. 07 2005,16:47 |
|
probably has more to do with lotsa missing stuff rather than with you doing anything wrong. The most effective way to fix a compiling problem is to see what errors you receive...without that it's practically impossible to help.
Unless you're compiling the simplest of programs you're going to need more than gcc and gnu utils....you may need X headers, various library files that don't come with DSL....lots of possible issues all depending on what program you're compiling. DSL is not a development system, so any headers needed to compile a particular program will need to be found and installed first.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|