Doesn't Recognize "Make",Forum: DSL Embedded Topic: Doesn't Recognize "Make", started by: asylum2 Posted by asylum2 on June 06 2007,14:03
I downloaded several programs from Freshmeat only to find out that dsl doesn't seem to utilize: ./configure, make, and make install. It was able to use tar xvzf, though. How can I get it to recognize the other commands?Thanks in advance. Posted by curaga on June 06 2007,14:49
Download gnu-utils.dsl and gcc1-with-libs.dsl from mydsl - systemThey include both Make and Gcc along with everything needed for compiling Posted by ^thehatsrule^ on June 06 2007,17:21
The configure script should be included in that tarball. Make sure you change into the directory first after extracting.
Posted by mikshaw on June 06 2007,23:39
My advice is to always read the documentation included with a source package to find out what its requirements are. If the docs don't tell you, the developers' website should. If the website doesn't tell you, the developers are idiots and you probably should avoid their software. |