This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Successful install of egcs-1.0.3a


I have successfully built and installed egcs on a PPro200 256MB DRAM.
Here is the output of srcdir/config.guess:

tesla:/usr/local/src/egcs-1.0.3a $ ./config.guess
i686-pc-linux-gnulibc1

One small point: My usual umask is 006, when I su to root to do the 
final install, I have to umask 022 *before* running make install, 
otherwise some stuff is not world readable, like this:

tesla:/usr/local/egcs $ ls -l
lib/gcc-lib/i686-pc-linux-gnulibc1/egcs-2.90.29
total 19266
-rw-r--r--   1 root     root        88205 Jul  8 09:41 SYSCALLS.c.X
-rwxr-xr-x   1 root     root      3419279 Jul  8 09:41 cc1
-rwxr-xr-x   1 root     root      3578502 Jul  8 09:41 cc1obj
-rwxr-xr-x   1 root     root      4424545 Jul  8 09:41 cc1plus
-rwxr-xr-x   1 root     root       232039 Jul  8 09:41 cpp
-rw-r--r--   1 root     root         1852 Jul  8 09:41 crtbegin.o
-rw-r--r--   1 root     root         2128 Jul  8 09:41 crtbeginS.o
-rw-r--r--   1 root     root         1332 Jul  8 09:41 crtend.o
-rw-r--r--   1 root     root         1596 Jul  8 09:41 crtendS.o
-rwxr-xr-x   1 root     root      4588517 Jul  8 09:41 f771
drwxrwx---   3 roger    staff        1024 Jul  8 09:42 include
-rwxr-xr-x   1 root     root       148989 Jul  8 09:41 ld
-rw-rw----   1 root     root      2287460 Jul  8 09:42 libf2c.a
-rw-rw----   1 root     root       441388 Jul  8 09:41 libgcc.a
-rw-rw----   1 root     root       415182 Jul  8 09:42 libobjc.a
-rw-r--r--   1 root     root         1586 Jul  8 09:41 specs

Thanks for all your good work,

Best regards,
Roger.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]