home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / lucidem / help / 169 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.5 KB

  1. 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
  2. From: garath@engin.umich.edu (morris)
  3. Newsgroups: alt.lucid-emacs.help
  4. Subject: Compiling on SunOS 4.1.1
  5. Message-ID: <GARATH.92Jul29201949@morris.engin.umich.edu>
  6. Date: 30 Jul 92 01:19:49 GMT
  7. Sender: news@zip.eecs.umich.edu (Mr. News)
  8. Organization: University of Michigan
  9. Lines: 33
  10.  
  11.  
  12.     I'm trying to compile lemacs on a sun with some difficulty...I had
  13. to change a few things to get it to get this far:
  14.  
  15. Makefile 
  16.     CC=gcc -traditional
  17.  
  18. src/xmakefile
  19.     Add -lXm
  20.  
  21. libsst.h
  22.         Comment out multimedia directories as they don't exist
  23.  
  24. play.c
  25.         #define SUNOS4_0_3
  26.  
  27. environ.c
  28.         Make (const char*) be (char*) on lines 77 and 103
  29.  
  30.  
  31.     The environ.c file is no problem, but the other two worry me.  If I
  32. don't define SUNOS4_0_3 in play.c, it tells me that all the Audio things
  33. are undefined.  When it runs the ld command to create the temacs binary, it
  34. can't find the audio library, so I took that out.  Then I get an undefined
  35. on ___fixunsdfsi
  36.     Anyone know what I'm doing wrong?  And anyone know where the sound
  37. libraries should be that it wants?  /usr/demo/SOUND doesn't exist, and I
  38. can't find a libaudio.a file off hand.  Thanks
  39.  
  40. --
  41. Scott Grosch                              Internet: garath@engin.umich.edu
  42. Programmer                                         Bitnet: user7a4b@umichu
  43. Computer Aided Engineering Network                  University of Michigan
  44.