Search:

Type: Posts; User: M-21

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    6,164

    SuSe 8.0 offer an easy installation and upgrade...

    SuSe 8.0 offer an easy installation and upgrade option. Yast2 give best assist to newbie and prof :)
  2. Thread: Linux Website

    by M-21
    Replies
    4
    Views
    1,602

    http://www.linux.org http://suse.com

    http://www.linux.org
    http://suse.com
  3. Replies
    2
    Views
    1,523

    > If so, then why. It seems to me that since...

    > If so, then why. It seems to me that since main.cc doesn't contain > any references to anything defined/declared in io.h, then it
    > shouldn't include io.h in its dependency list.

    > [main.o] -->...
  4. Thread: Mounting

    by M-21
    Replies
    2
    Views
    1,304

    explore2fs

    You could use explore2fs. It's the freeware that could read ext2fs partition from windows platform.
    You could search it in freashmeat.net or go to explore2fs homepage
  5. Replies
    3
    Views
    1,425

    make library such as stdio.h

    I have the same question.
    How do I made my own library, so I could use it like:

    #include <stdio.h>
    #include <mylib.h>

    without specifying the library path (you don't have to specify
    the path...
  6. Thread: Makefile

    by M-21
    Replies
    1
    Views
    1,121

    Makefile

    Hi,

    I want to make my own Makefile, but I don't know what to do first.
    I have 3 file :
    xxxx.h
    xxxx.c
    mxxxx.c

    I want to compile xxxx.c, then use xxxx.o with mxxxx.c :
    gcc -o xxxx mxxxx.c...
Results 1 to 6 of 6