[fpc-pascal] Re: fpc-pascal Digest, Vol 26, Issue 20
Ken G. Brown
kbrown at mac.com
Tue Oct 10 01:21:50 CEST 2006
That was it, I had a Uses Memory, and I renamed it to MacMemory and bingo, no errors.
Thank you Sir!
Ken
At 12:00 PM +0200 10/8/06, fpc-pascal-request at lists.freepascal.org wrote:
>Date: Sun, 8 Oct 2006 11:16:32 +0200
>From: Jonas Maebe <jonas.maebe at elis.ugent.be>
>Subject: Re: [fpc-pascal] THREADVARLIST_FVCOMMON &
> THREADVARLIST_MEMORY undefined symbols while linking
>To: FPC-Pascal users discussions <fpc-pascal at lists.freepascal.org>
>Message-ID: <F621943D-5A39-4444-BA18-C2FD95C856CE at elis.ugent.be>
>Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
>
>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