So maybe I missed a symbol when I was trying to make everything unique in 8
chars? There are no external symbols; all that's in my forth.h are macros
and typedefs.
Adam
On Thu, Aug 6, 2020 at 5:35 PM Warner Losh <imp(a)bsdimp.com> wrote:
On Thu, Aug 6, 2020, 9:48 AM Paul Winalski <paul.winalski(a)gmail.com>
wrote:
On 8/5/20, Adam Thornton
<athornton(a)gmail.com> wrote:
$ cc -o 4th forth.c
ld:forth.o: Local symbol botch
I hate error messages like that. Would it have been that much extra
trouble for ld to tell you which symbol caused the problem?
It's a relocation entry it can't find a symbol for that's the issue...
Warner
-Paul W.