From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HTML_MESSAGE, MAILING_LIST_MULTI,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18027 invoked from network); 6 Aug 2020 02:12:20 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 6 Aug 2020 02:12:20 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 392349C1DB; Thu, 6 Aug 2020 12:12:18 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id A172A9C1C8; Thu, 6 Aug 2020 12:11:05 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id C4A929C1AD; Thu, 6 Aug 2020 12:11:01 +1000 (AEST) X-Greylist: delayed 573 seconds by postgrey-1.36 at minnie.tuhs.org; Thu, 06 Aug 2020 12:11:01 AEST Received: from zimbra.anteil.com (zimbra.anteil.com [67.110.179.138]) by minnie.tuhs.org (Postfix) with ESMTP id 065D19C1AD for ; Thu, 6 Aug 2020 12:11:01 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by zimbra.anteil.com (Postfix) with ESMTP id B7868100EE; Wed, 5 Aug 2020 22:01:27 -0400 (EDT) Received: from zimbra.anteil.com ([127.0.0.1]) by localhost (zimbra.anteil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F4Rid85W2o39; Wed, 5 Aug 2020 22:01:26 -0400 (EDT) Received: from [192.168.100.113] (unknown [192.168.100.113]) by zimbra.anteil.com (Postfix) with ESMTPSA id 7924F100E5; Wed, 5 Aug 2020 22:01:26 -0400 (EDT) Content-Type: multipart/alternative; boundary=Apple-Mail-D7BA97D7-84BD-4555-B6EE-65030E9B9D72 Content-Transfer-Encoding: 7bit From: Jim Capp Mime-Version: 1.0 (1.0) Date: Wed, 5 Aug 2020 22:01:25 -0400 Message-Id: <0DBD06AA-6E1D-4CD3-A953-C47A4D06B272@anteil.com> References: In-Reply-To: To: Adam Thornton X-Mailer: iPhone Mail (17F80) Subject: Re: [TUHS] Debugging help sought X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: The Eunuchs Hysterical Society Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" --Apple-Mail-D7BA97D7-84BD-4555-B6EE-65030E9B9D72 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Looking through the code, I see some awfully long function names. Does any= one recall if there are/were limits on the size of variable and function nam= es? Could that cause this error? > On Aug 5, 2020, at 9:30 PM, Adam Thornton wrote: >=20 > =EF=BB=BF > I finally munged lbforth.c (https://gist.github.com/lbruder/10007431) into= compiling cleanly on mostly-stock v7 with the system compiler (lbforth itse= lf does fine on 211BSD, but it needs a little help to build in a real K&R en= vironment). >=20 > Which would be nice, except that when it gets to the linker.... >=20 > $ cc -o 4th forth.c > ld:forth.o: Local symbol botch >=20 > WTF? >=20 > How do I begin to debug this? >=20 > Adam --Apple-Mail-D7BA97D7-84BD-4555-B6EE-65030E9B9D72 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Looking through the code, I= see some awfully long function names.   Does anyone recall if there ar= e/were limits on the size of variable and function names?

Could that cause this error?


On Aug 5, 202= 0, at 9:30 PM, Adam Thornton <athornton@gmail.com> wrote:

=EF=BB=BF
I finally munged lbforth.c (https://gist.github.com/lbruder/10007431) into compiling= cleanly on mostly-stock v7 with the system compiler (lbforth itself does fi= ne on 211BSD, but it needs a little help to build in a real K&R environm= ent).

Which would be nice, except that when it gets= to the linker....

$ cc -o 4th forth.c
ld:forth.= o: Local symbol botch

WTF?

How do I begin to debug this?

Adam
=
= --Apple-Mail-D7BA97D7-84BD-4555-B6EE-65030E9B9D72--