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

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