i am the user of Fedora5 since for long time. i have one .gz file for installing a new software. to instal l it i have to compile it with gcc. i just want to know how to compile the .c.gz file.
This is a discussion on compile .gz files within the Linux Programming forums, part of the Platform Specific Boards category; i am the user of Fedora5 since for long time. i have one .gz file for installing a new software. ...
i am the user of Fedora5 since for long time. i have one .gz file for installing a new software. to instal l it i have to compile it with gcc. i just want to know how to compile the .c.gz file.
A .gz file is a gzipped file. To compile it, you would have to gunzip it first.
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.