home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / programm / 7361 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  3.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pitt.edu!drycas.club.cc.cmu.edu!cantaloupe.srv.cs.cmu.edu!news
  2. From: eht@homestead.SPEECH.CS.CMU.EDU (Eric Thayer)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Allegro Common Lisp
  5. Message-ID: <By3FwC.FMB.2@cs.cmu.edu>
  6. Date: 22 Nov 92 01:24:11 GMT
  7. References: <1992Nov21.045009.12767@znext.cts.com>
  8. Sender: news@cs.cmu.edu (Usenet News System)
  9. Reply-To: eht+@cmu.edu
  10. Organization: School of Computer Science, Carnegie Mellon
  11. Lines: 83
  12. Nntp-Posting-Host: outpost.speech.cs.cmu.edu
  13.  
  14. In article <1992Nov21.045009.12767@znext.cts.com> zeke@znext (james  
  15. dehnert) writes:
  16. > In article <1992Nov17.172123.472@gamelan> thf@zelator.in-berlin.de  
  17. (Thomas  
  18. > Funke) writes:
  19. > - In article <Bxu2Fq.7oy.2@cs.cmu.edu> anwar+@cs.cmu.edu (Anwar  
  20. Mohammed)  
  21. > writes:
  22. > - > I've copied B. Vrotney's recipe for fixing ACL 3.1.20 to work with
  23. > - > NS 3.0 but I encounter the following error when running config:
  24. > - > 
  25. > - > ...
  26. > - > cc -c static2.c
  27. > - > /bin/ld -x -seg1addr 2000 -headerpad 2000 -seglinkedit -lcrt0.o  -u  
  28. > libsys_s  
  29. > - -u libNeXT_s  crt0.o ucl.o  static.o static2.o -lNeXT_s -ldsp -lsys_s  
  30. -o ucl
  31. > - > /bin/ld: Can't locate file for: -ldsp
  32. > - > *** Exit 1
  33. > - > Stop.
  34. > - > 
  35. > - > Any idea why?  Presumably many of you have gotten this working  
  36. already.
  37. > - > 
  38. > - 
  39. > - Two tricks will help:
  40. > - 
  41. > - 1. remove "-ldsp"
  42. > - 2. or get libdsp.a from a 2.1 and install it under /usr/lib
  43. > - 
  44. > - Then ACL just runs fine under 3.0 :-)
  45. > - 
  46. > Perhaps I'm doing something else wrong then.  I coppied the /usr/libdsp*  
  47. from  
  48. > my 2.1 OD to /usr/lib on my 3.0 setup, ran config, and got this:
  49. > [Writing current parameters to ./.defaults]
  50. > cc -c static2.c
  51. > /bin/ld -x -seg1addr 2000 -headerpad 2000 -seglinkedit -lcrt0.o  -u  
  52. libsys_s -u  
  53. > libNeXT_s -u libdsp_s crt0.o ucl.o  static.o static2.o -lNeXT_s -ldsp_s  
  54. -lsys_s  
  55. > -o ucl
  56. > /bin/ld: multiple definitions of symbol _rld_load
  57. > ucl.o definition of _rld_load in section (__TEXT,__text)
  58. > /lib/libsys_s.a(librld.o) definition of absolute _rld_load (value  
  59. 0x5003a76)
  60. > /bin/ld: multiple definitions of symbol _rld_load_from_memory
  61. > ucl.o definition of _rld_load_from_memory in section (__TEXT,__text)
  62. > /lib/libsys_s.a(librld.o) definition of absolute _rld_load_from_memory  
  63. (value  
  64. > 0x5003a9a)
  65. > /bin/ld: multiple definitions of symbol _rld_load_basefile
  66. > ucl.o definition of _rld_load_basefile in section (__TEXT,__text)
  67. > /lib/libsys_s.a(librld.o) definition of absolute _rld_load_basefile  
  68. (value  
  69. > 0x5003a94)
  70. > /bin/ld: multiple definitions of symbol _rld_unload_all
  71. > ucl.o definition of _rld_unload_all in section (__TEXT,__text)
  72. > /lib/libsys_s.a(librld.o) definition of absolute _rld_unload_all (value  
  73. > 0x5003a88)
  74. > /bin/ld: multiple definitions of symbol _rld_unload
  75. > ucl.o definition of _rld_unload in section (__TEXT,__text)
  76. > /lib/libsys_s.a(librld.o) definition of absolute _rld_unload (value  
  77. 0x5003a7c)
  78. > /bin/ld: multiple definitions of symbol _rld_lookup
  79. > ucl.o definition of _rld_lookup in section (__TEXT,__text)
  80. > /lib/libsys_s.a(librld.o) definition of absolute _rld_lookup (value  
  81. 0x5003a82)
  82. > /bin/ld: multiple definitions of symbol _rld_address_func
  83. > ucl.o definition of _rld_address_func in section (__TEXT,__text)
  84. > /lib/libsys_s.a(librld.o) definition of absolute _rld_address_func  
  85. (value  
  86. > 0x5003a8e)
  87. > *** Exit 1
  88. > Stop.
  89. >   Any more sugestions?
  90.  
  91. I think getting the MusicKit from CCRMA would be a safer thing to do.
  92.  
  93. ..eric
  94.