Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: robc on May 06, 2009, 04:39:23 PM
-
I ran into a problem when trying to compile ATLAS (http://math-atlas.sourceforge.net/ (http://math-atlas.sourceforge.net/)). It requires the g77 compiler that goes with gcc. Should the g77 and gfortran (g95) compilers be added to compiletc or put in their own extension?
I would think they should go together since they are suppose to be built along with the rest of gcc.
I downloaded the source for gcc-4.2.2 from the TC sources repository but was unable to extract it.
-
Most people only build the C and C++ compilers out of gcc, so the others like fortran and java would probably be better in their own extensions.
Unable to extract? Could you give more info?
-
I tried these commands to unzip:
tc@box:$ tar jxf gcc-4.2.2.tar.bz2
tar: no gzip/bzip2 magic
tc@box:$ bunzip2 gcc-4.2.2.tar.bz2
bunzip2: gcc-4.2.2.tar.bz2 is not a bzip2 file.
The size of gcc-4.2.2.tar.bz2:
tc@box:$ du gcc-4.2.2.tar.bz2
16.2M gcc-4.2.2.tar.bz2
This seems a little small for gcc
-
Looks like it was incomplete - archive redownloaded. Thanks for the heads up.