home *** CD-ROM | disk | FTP | other *** search
- On Sep 5, 4:06am, Leung Max wrote:
- > Subject: Recompiling Emacs, GCC, and NetBSD sources
- > Seeing that someone has ported GCC2.4.3 and Emacs 19.11 to NetBSD for
- > the Amiga, I would like to port the latest versions of these programs
- > as well as the latest NetBSD sources.
-
- $ telnet tiger
- [...]
-
- Copyright (c) 1980,1983,1986,1988,1990,1991 The Regents of the University
- of California. All rights reserved.
-
- - tiger -
- Amiga 3000 running NetBSD.
-
- markus@tiger(1)$ gcc -v hello.c
- Reading specs from /usr/gnu/lib/gcc-lib/netbsdamiga/2.4.5/specs
- gcc version 2.4.5
- /usr/gnu/lib/gcc-lib/netbsdamiga/2.4.5/cpp -lang-c -v -undef -D__GNUC__=2 -Dmc68000 -Dmc68020 -Damiga -Dunix -DNETBSD -DBSD_NET2 -D__mc68000__ -D__mc68020__ -D__amiga__ -D__unix__ -D__NETBSD__ -D__BSD_NET2__ -D__mc68000 -D__mc68020 -D__amiga -D__unix -D__NETBSD -D__BSD_NET2 -D__HAVE_68881__ -D__HAVE_FPU__ hello.c /var/tmp/cc007205.i
- GNU CPP version 2.4.5 (68k, MIT syntax)
- /usr/gnu/lib/gcc-lib/netbsdamiga/2.4.5/cc1 /var/tmp/cc007205.i -quiet -dumpbase hello.c -version -o /var/tmp/cc007205.s
- GNU C version 2.4.5 (68k, MIT syntax) compiled by GNU C version 2.4.5.
- as -o /var/tmp/cc0072051.o /var/tmp/cc007205.s
- ld /usr/lib/crt0.o -L/usr/gnu/lib/gcc-lib/netbsdamiga/2.4.5 -L/usr/gnu/lib /var/tmp/cc0072051.o -lgcc -lc -lgcc
-
- markus@tiger(2)$ a.out
- hello!
- markus@tiger(3)$ exit
-
- Sorry, but gcc 2.4.5 has been ported to NetBSD already :-)
- Or do you mean port it to AmigaOS ? There are some efforts to do
- that already.
-
- (And as for Emacs: ln -s /usr/gnu/bin/emacs /usr/bin/vi *sorry, couldn't
- resist :-)
-
-
- --
- Markus Illenseer
-
-