Hello,
I need to install GCC but the only archive (GCC-4.9.2) for it I can find is a .bz2 format file. Looking at http://www.unix.com/shell-programmin...2-library.html provided some help, but when I use tar in that way I get the following, presumably because it's an older version or different flavour of tar.
One way forward would be if I could find a .tar.Z version of GCC, or find out how to unpack the .b2z file I have.
Can some one help direct me?
Thanks
I need to install GCC but the only archive (GCC-4.9.2) for it I can find is a .bz2 format file. Looking at http://www.unix.com/shell-programmin...2-library.html provided some help, but when I use tar in that way I get the following, presumably because it's an older version or different flavour of tar.
Code:
]/release_backups>tar -jxvf gcc-4.9.2.tar.bz2
tar: j: unknown option
tar: usage tar [-]{txruc}[eONvVwAfblhm{op}][0-7[lmh]] [tapefile] [blocksize] [[-C directory] file] ...
Can some one help direct me?
Thanks