home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / lucidem / help / 170 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.2 KB  |  29 lines

  1. Newsgroups: alt.lucid-emacs.help
  2. Sender: help-lucid-emacs-request@lucid.com
  3. Date: Wed, 29 Jul 92 18:34:12 PDT
  4. Message-ID: <9207300134.AA24466@thalidomide.lucid>
  5. X-Windows: Even your dog won't like it.
  6. From: Jamie Zawinski <jwz@lucid.com>
  7. Subject: Re: Compiling on SunOS 4.1.1
  8. References: <GARATH.92Jul29201949@morris.engin.umich.edu>
  9. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  10. Lines: 17
  11.  
  12. In message <GARATH.92Jul29201949@morris.engin.umich.edu> morris wrote:
  13. >
  14. > When it runs the ld command to create the temacs binary, it can't find the
  15. > audio library, so I took that out.  Then I get an undefined on ___fixunsdfsi
  16.  
  17. This means you didn't link with the GCC library.  If you use gcc to do the
  18. linking instead of ld, this should happen automatically.  Otherwise, you have
  19. to set GCC_LIB in config.h to something appropriate.
  20.  
  21. > And anyone know where the sound libraries should be that it wants?
  22. > /usr/demo/SOUND doesn't exist, and I can't find a libaudio.a file off hand.
  23.  
  24. That's where they go by default.  Whoever configured your machine didn't
  25. install them.  You probably have them on a tape somewhere.  In the meantime,
  26. don't define USE_SPARC_SOUND.  I doubt the 4.0.3 code will work in 4.1.1.
  27.  
  28.     -- Jamie
  29.