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

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