home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-09 / text0022.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.6 KB  |  41 lines

  1. On Sep 5,  4:06am, Leung Max wrote:
  2. > Subject: Recompiling Emacs, GCC, and NetBSD sources
  3. > Seeing that someone has ported GCC2.4.3 and Emacs 19.11 to NetBSD for
  4. > the Amiga, I would like to port the latest versions of these programs
  5. > as well as the latest NetBSD sources.
  6.  
  7. $ telnet tiger
  8. [...]
  9.  
  10. Copyright (c) 1980,1983,1986,1988,1990,1991 The Regents of the University
  11. of California.  All rights reserved.
  12.  
  13. - tiger - 
  14. Amiga 3000 running NetBSD.
  15.  
  16. markus@tiger(1)$ gcc -v hello.c
  17. Reading specs from /usr/gnu/lib/gcc-lib/netbsdamiga/2.4.5/specs
  18. gcc version 2.4.5
  19.  /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
  20. GNU CPP version 2.4.5 (68k, MIT syntax)
  21.  /usr/gnu/lib/gcc-lib/netbsdamiga/2.4.5/cc1 /var/tmp/cc007205.i -quiet -dumpbase hello.c -version -o /var/tmp/cc007205.s
  22. GNU C version 2.4.5 (68k, MIT syntax) compiled by GNU C version 2.4.5.
  23.  as -o /var/tmp/cc0072051.o /var/tmp/cc007205.s
  24.  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
  25.  
  26. markus@tiger(2)$ a.out
  27. hello!
  28. markus@tiger(3)$ exit
  29.  
  30. Sorry, but gcc 2.4.5 has been ported to NetBSD already :-)
  31. Or do you mean port it to AmigaOS ? There are some efforts to do
  32. that already.
  33.  
  34. (And as for Emacs: ln -s /usr/gnu/bin/emacs /usr/bin/vi *sorry, couldn't 
  35. resist :-)
  36.  
  37.  
  38. -- 
  39. Markus Illenseer 
  40.  
  41.