Boris Herman wrote:
work on a more complex project. However, I am unable to compile the source - it gives me this error:
alan.pas:577: internal error: Segmentation fault
Try to increase the stacksize limit (a known problem of Mac OS X), e.g. alan.pas:713: error: undeclared identifier `arcsin' (first use in this routine)
Thanks! That did it. I had to implement an arcsin function myself as there isn't a "math" unit for GPC, right?
There is a multi-precision math library (gmp) in the downloads section of <www.gnu-pascal.de>. So far, I haven't tried it on Mac OS X, but you may want to do so (it would be useful).
Also, you can download the Mac GPCPInterfaces from <www.microbizz.nl/gpc.html> and then use the routines in fp.pas (it has an asin routine).
Regards,
Adriaan van Os