home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text4446.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.3 KB

  1. Received: from case.cyberspace.com (case.cyberspace.com [199.2.48.12]) by nacm.com (8.6.10/8.6.9) with ESMTP id MAA03435 for <executor@nacm.com>; Sun, 3 Sep 1995 12:42:49 -0700
  2. Received: from Ender.cyberspace.com (root@PPP52-213.cyberspace.com [198.68.52.213]) by case.cyberspace.com (8.6.12/8.6.10) with SMTP id MAA23825; Sun, 3 Sep 1995 12:41:43 -0700
  3. Date: Sun, 3 Sep 1995 12:42:22 -0700 (PDT)
  4. From: Jared Roberts <root@dontmailhere.cyberspace.com>
  5. X-Sender: root@Ender.cyberspace.com
  6. Reply-To: Jared@cyberspace.com
  7. To: zinc <zinc@zifi.genetics.utah.edu>
  8. cc: executor@nacm.com
  9. Subject: Re: ANNOUNCE (Linux): svgalib "soon" 
  10. In-Reply-To: <Pine.LNX.3.91.950903095107.1434F-100000@zifi.genetics.utah.edu>
  11. Message-ID: <Pine.LNX.3.91.950903124023.115A-100000@Ender.cyberspace.com>
  12. MIME-Version: 1.0
  13. Content-Type: TEXT/PLAIN; charset=US-ASCII
  14. Sender: owner-paper@nacm.com
  15. Precedence: bulk
  16.  
  17.  
  18. > > > additionally, if i want to build the aout format i put -b
  19. > > > i486-linuxaout on the CFLAGS line of the makefile.  this appears to do
  20. > > > nothing as the library that comes out is still ELF.
  21. > > 
  22. > > Did you make clean first?  And are you adding "-m i386linux" to the 
  23. > > LFLAGS line?
  24. > i didn't do that.  i thought that was necessary if you had a 386.
  25. > here's something from the src/Makefile.elf
  26. > - ----
  27. > # You might want to add -m386 here if you have a recently installed 
  28. > # (486 configured) compiler on a 386. The only real difference is the
  29. > # generous alignment padding of function entry-points for the 486.
  30. > - ----
  31.  
  32. Alright, this was in the ELF-HOWTO, and is a _linking_ flag, not a 
  33. compiling one.  -m386 optimizes for 386/Pentium Byte alignment, where 
  34. -m486 optimizes for the 486.  In the linker -m i386linux was a flag that 
  35. was mentioned for "compiling the kernel as a.out" in the howto file.  I'm 
  36. not sure exactly what it's purpose is...
  37.  
  38. +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  39. |  Jared Roberts                      |  Ultima Dragons: Internet Chapter     |
  40. |  mailto:Jared@cyberspace.com        |  Timeless Dragon     -==(UDIC)==-     |
  41. |  Jarobert@sparky.lkwash.wednet.edu  +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  42. |  Orion@media.mediawhse.com          |  Orion@IRC                            |
  43. +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  44.  
  45.  
  46.