home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / next / programm / 7359 < prev    next >
Encoding:
Text File  |  1992-11-21  |  3.3 KB  |  84 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!network.ucsd.edu!mvb.saic.com!ncr-sd!crash!znext!zeke
  3. From: zeke@znext (james dehnert)
  4. Subject: Re: Allegro Common Lisp
  5. Message-ID: <1992Nov21.045009.12767@znext.cts.com>
  6. Sender: zeke@znext.cts.com (james dehnert)
  7. Reply-To: zeke@znext.cts.com
  8. Organization: pnet
  9. References: <1992Nov17.172123.472@gamelan>
  10. Date: Sat, 21 Nov 1992 04:50:09 GMT
  11. Lines: 71
  12.  
  13. In article <1992Nov17.172123.472@gamelan> thf@zelator.in-berlin.de (Thomas  
  14. Funke) writes:
  15. - In article <Bxu2Fq.7oy.2@cs.cmu.edu> anwar+@cs.cmu.edu (Anwar Mohammed)  
  16. writes:
  17. - > I've copied B. Vrotney's recipe for fixing ACL 3.1.20 to work with
  18. - > NS 3.0 but I encounter the following error when running config:
  19. - > 
  20. - > ...
  21. - > cc -c static2.c
  22. - > /bin/ld -x -seg1addr 2000 -headerpad 2000 -seglinkedit -lcrt0.o  -u  
  23. libsys_s  
  24. - -u libNeXT_s  crt0.o ucl.o  static.o static2.o -lNeXT_s -ldsp -lsys_s -o ucl
  25. - > /bin/ld: Can't locate file for: -ldsp
  26. - > *** Exit 1
  27. - > Stop.
  28. - > 
  29. - > Any idea why?  Presumably many of you have gotten this working already.
  30. - > 
  31. - Two tricks will help:
  32. - 1. remove "-ldsp"
  33. - 2. or get libdsp.a from a 2.1 and install it under /usr/lib
  34. - Then ACL just runs fine under 3.0 :-)
  35. Perhaps I'm doing something else wrong then.  I coppied the /usr/libdsp* from  
  36. my 2.1 OD to /usr/lib on my 3.0 setup, ran config, and got this:
  37.  
  38. [Writing current parameters to ./.defaults]
  39.  
  40. cc -c static2.c
  41. /bin/ld -x -seg1addr 2000 -headerpad 2000 -seglinkedit -lcrt0.o  -u libsys_s -u  
  42. libNeXT_s -u libdsp_s crt0.o ucl.o  static.o static2.o -lNeXT_s -ldsp_s -lsys_s  
  43. -o ucl
  44. /bin/ld: multiple definitions of symbol _rld_load
  45. ucl.o definition of _rld_load in section (__TEXT,__text)
  46. /lib/libsys_s.a(librld.o) definition of absolute _rld_load (value 0x5003a76)
  47. /bin/ld: multiple definitions of symbol _rld_load_from_memory
  48. ucl.o definition of _rld_load_from_memory in section (__TEXT,__text)
  49. /lib/libsys_s.a(librld.o) definition of absolute _rld_load_from_memory (value  
  50. 0x5003a9a)
  51. /bin/ld: multiple definitions of symbol _rld_load_basefile
  52. ucl.o definition of _rld_load_basefile in section (__TEXT,__text)
  53. /lib/libsys_s.a(librld.o) definition of absolute _rld_load_basefile (value  
  54. 0x5003a94)
  55. /bin/ld: multiple definitions of symbol _rld_unload_all
  56. ucl.o definition of _rld_unload_all in section (__TEXT,__text)
  57. /lib/libsys_s.a(librld.o) definition of absolute _rld_unload_all (value  
  58. 0x5003a88)
  59. /bin/ld: multiple definitions of symbol _rld_unload
  60. ucl.o definition of _rld_unload in section (__TEXT,__text)
  61. /lib/libsys_s.a(librld.o) definition of absolute _rld_unload (value 0x5003a7c)
  62. /bin/ld: multiple definitions of symbol _rld_lookup
  63. ucl.o definition of _rld_lookup in section (__TEXT,__text)
  64. /lib/libsys_s.a(librld.o) definition of absolute _rld_lookup (value 0x5003a82)
  65. /bin/ld: multiple definitions of symbol _rld_address_func
  66. ucl.o definition of _rld_address_func in section (__TEXT,__text)
  67. /lib/libsys_s.a(librld.o) definition of absolute _rld_address_func (value  
  68. 0x5003a8e)
  69. *** Exit 1
  70. Stop.
  71.  
  72.   Any more sugestions?
  73.  
  74.   Zeke
  75. -- 
  76. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  77. =+   +=   Eschew Obfuscation           Next Mail Welcome  =+   +=
  78. +=   =+   James "Zeke" Dehnert        zeke@znext.cts.com  +=   =+
  79. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  80.