mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Jan. 09 2005,15:32 |
|
Quote | Does it mean that i can't add new applications? How to add a new compiler? |
You don't need a new compiler if you've installed the gcc extension, but you may need to add development libraries and includes for the specific application you're trying to compile. If there is a configure script included with the source it will most likely tell you what's missing if you are lacking these files. Also check the INSTALL and README files, which may list dependencies for the application. You can probably install these dependencies using apt-get.
Quote | How to make partitions for linux? I have HDD with FAT32 partition. Disc is without any files. How do it from dos? Fdisk can't make EXT1 partitions. Help! Which program can do it? |
I've always relied on a floppy version of Partition Magic (DOS-based), but there should be an application in DSL to do this (cfdisk maybe?). You may need gnu-utils for this (<-- this is me guessing).
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|