Hello,
found of Pascal language, I try to port gpc en Mac OS X, my favorite system.
I download gpc 2.0 version that meets my cc version : [localhost:gpc-2.0/test/misc] pascal% cc -v Reading specs from /usr/libexec/ppc/2.8.1-egcs/specs Apple Computer, Inc. version cc-2, based on gcc driver version 2.7.2.1 executing gcc version 2.8.1-egcs
After several minor modifications, I produce a binary set for Mac OS X. It works quite well, but have some troubles with test set :
[localhost:gpc-2.0/test/misc] pascal% gpc -o txtfile txtfile.pas ld: /var/tmp/cc0033521.o has external relocation entries in non-writable section (__TEXT,__text) for symbols: _memcpy [localhost:gpc-2.0/test/misc] pascal% gpc -v gpc version 2.0(2.7.2.1) [localhost:gpc-2.0/test/misc] pascal% uname -a Darwin localhost 1.2 Darwin Kernel Version 1.2: Wed Aug 30 23:32:53 PDT 2000; root:xnu/xnu-103.obj~1/RELEASE_PPC Power Macintosh powerpc
Is there an explanation for that ?
Thank's for your reply, and best whishes for continuation, Pascal Pignard.