home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1706.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.9 KB  |  48 lines

  1. > if i compile using the ELF makefiles in src and gl things go ok but if i 
  2. > try to use these i get this error (i was trying to run zgv since it loads 
  3. > fast).
  4.  
  5. What are you using to compile?  I've done "ln -sf Makefile.elf Makefile" 
  6. in both of those directories, and it won't compile for me.  I'm doing a 
  7. "make installheaders" and "make all", but it tells me to "make install" 
  8. first, which the README.ELF tells me NOT to do... hmm...
  9.  
  10. > zgv: can't load library '/usr/lib/libvga.so.1' >         Exec format error
  11. > zgv: can't find library 'libvga.so.1'
  12.  
  13. Sounds like you have an a.out program linking to an ELF library or vice 
  14. versa.  Did you "make clean" like the README.ELF told you to?
  15. > after make is complete, i move these files to /usr/lib and run ldconfig.
  16. >    libvga.a
  17. >    libvga.so.1.2.7* 
  18. >    libvgagl.a       
  19. >    libvgagl.so.1.2.7*
  20.  
  21. Ok, this sounds right.  Although I thought "make installheaders" or 
  22. something had already done this for you...
  23.  
  24. > additionally, if i want to build the aout format i put -b
  25. > i486-linuxaout on the CFLAGS line of the makefile.  this appears to do
  26. > nothing as the library that comes out is still ELF.
  27.  
  28. Did you make clean first?  And are you adding "-m i386linux" to the 
  29. LFLAGS line?
  30.  
  31. > help would be appreciated.
  32.  
  33. Ditto here.  If you get it workin' I'd be interested to know.  For the 
  34. record, I'm on 1.3.21 (1.3.22 has SLIP problems), GCC 2.7.0, libc 5.2.7 
  35. & 4.7.4...
  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.