From help-octave-request at bevo dot che dot wisc dot edu Fri Feb 20 00:38:35 2004 Subject: Re: Mac OS X port of CLN From: Paul Kienzle To: richard dot kreckel at ginac dot de Cc: help-octave , Robert Kirchner Date: Fri, 20 Feb 2004 01:37:26 -0500 Further note: The symbol _R is causing problems. Some header must be defining it as a constant. I've replace _R with inR in: modinteger/*.h numtheory/cl_nt_sqrtmodp.cc Now all the source compiles, but link fails with: d: cl_prin_globals.lo has external relocation entries in non-writable section (__TEXT,__StaticInit) for symbols: cl_module__cl_prin_globals__dtorend cl_module__cl_prin_globals__ctorend /usr/bin/libtool: internal link edit command failed Looking into this I've come across CL_PROVIDE and CL_PROVIDE_END which appear to require assembler and which are not defined for _ppc_. Somebody else will have to tackle this one. Paul Kienzle pkienzle at users dot sf dot net ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------