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