Path: utzoo!utgpu!water!watmath!clyde!rutgers!mit-eddie!bloom-beacon!athena.mit.edu!malevine From: malevine@athena.mit.edu (Mark A Levine) Newsgroups: comp.sys.att Subject: Problem with ld and string table Message-ID: <2244@bloom-beacon.MIT.EDU> Date: 12 Jan 88 18:37:22 GMT Sender: daemon@bloom-beacon.MIT.EDU Reply-To: malevine@athena.mit.edu (Mark A Levine) Organization: Massachusetts Institute of Technology Lines: 31 I'm trying to bring up Kyoto Common Lisp on an AT&T 3B2/300 running System V version 2.0. However, I'm running into a problem when I try to link all of the object files together. The command I'm using to link the object files is: cc -o raw_kcl -lm There are some 100 or so object files to be linked. When I try to run this, I get the following error message (for example): ld fatal: fail to write symbol name Lapplyhook in string table for file raw_kcl I don't have any idea on what to do about this error. I can work around the problem by changing the offending name in all the sources so that it is less than eight characters in length. However, if I then recompile and relink, I simply get the same error with a different symbol name. Given that there are 100 source files, trying to shrink all of the file names is out of the question since I don't know which names will be accepted and which will fail. The only common factor between the names in the error messages is that they are more than eight characters long. However, other names in the sources longer than eight characters are apparently accepted without any trouble. Has anyone come across this problem before? Or, can anyone offer information on fixing it or working around it? If so, I would appreciate any assistance you can provide. Thanks in advance. Mark Levine