[fpc-pascal] THREADVARLIST_FVCOMMON & THREADVARLIST_MEMORY undefined symbols while linking
Jonas Maebe
jonas.maebe at elis.ugent.be
Sun Oct 8 11:16:32 CEST 2006
On 06 Oct 2006, at 18:26, Ken G. Brown wrote:
> Downloaded fpc 2.0.4 yesterday and I am trying to compile a legacy
> CW Pro 2 app on Mac 10.4.8 with Xcode 2.4.
> I am getting undefined symbols THREADVARLIST_FVCOMMON &
> THREADVARLIST_MEMORY when trying to link, and I have no clue how to
> get past this problem. I searched my hard drive and found them
> showing up in /myDevelopment/PrtTstfpc/build/PrtTstfpc.build/
> DerivedSources/ppc/program.s
> but do not know what this means or what to do.
> Any help would be appreciated.
Do you have a unit called "memory" in your program? If so, try
renaming it to something else, because it may conflict with a
standard FPC unit (although it shouldn't).
Jonas
More information about the fpc-pascal
mailing list