home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!rphroy!caen!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!umeecs!news-server.eecs.umich.edu!garath
- From: garath@engin.umich.edu (morris)
- Newsgroups: alt.lucid-emacs.help
- Subject: Compiling on SunOS 4.1.1
- Message-ID: <GARATH.92Jul29201949@morris.engin.umich.edu>
- Date: 30 Jul 92 01:19:49 GMT
- Sender: news@zip.eecs.umich.edu (Mr. News)
- Organization: University of Michigan
- Lines: 33
-
-
- I'm trying to compile lemacs on a sun with some difficulty...I had
- to change a few things to get it to get this far:
-
- Makefile
- CC=gcc -traditional
-
- src/xmakefile
- Add -lXm
-
- libsst.h
- Comment out multimedia directories as they don't exist
-
- play.c
- #define SUNOS4_0_3
-
- environ.c
- Make (const char*) be (char*) on lines 77 and 103
-
-
- The environ.c file is no problem, but the other two worry me. If I
- don't define SUNOS4_0_3 in play.c, it tells me that all the Audio things
- are undefined. 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
- Anyone know what I'm doing wrong? 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. Thanks
-
- --
- Scott Grosch Internet: garath@engin.umich.edu
- Programmer Bitnet: user7a4b@umichu
- Computer Aided Engineering Network University of Michigan
-