Re: [Axiom-developer] Re: [Gcl-devel] Re: gcl-2.7.0 on FreeBSD

2007-07-07 Thread Mark Murray
Camm Maguire writes: > Greetings! OK, the bsd issues are almost ironed out. > > GCL has made extensive use of unboxed complex arithmetic. Does BSD > have this function somewhere? > > Error: ERROR "dlsym lookup failure on \"cexpf\": \"Undefined symbol > \\\"cexpf\\\"\"" Fast links are on: do (si::

Re: [Axiom-developer] Re: [Gcl-devel] Re: gcl-2.7.0 on FreeBSD

2007-07-06 Thread Camm Maguire
Greetings! OK, the bsd issues are almost ironed out. GCL has made extensive use of unboxed complex arithmetic. Does BSD have this function somewhere? Error: ERROR "dlsym lookup failure on \"cexpf\": \"Undefined symbol \\\"cexpf\\\"\"" Fast links are on: do (si::use-fast-links nil) for debuggin

Re: [Axiom-developer] Re: [Gcl-devel] Re: gcl-2.7.0 on FreeBSD

2007-07-06 Thread Mark Murray
"Weiss, Juergen" writes: > I think in /boot/loader.conf you can set the maximum data segment > size to a higher value (default is 512 MBytes), for > example to 1 GByte by > > kern.maxdsiz=1073741824 > > You have to reboot the system. Will do this in about 8 hours. M -- Mark R V Murray - Cert AP

RE: [Axiom-developer] Re: [Gcl-devel] Re: gcl-2.7.0 on FreeBSD

2007-07-06 Thread Weiss, Juergen
org; [EMAIL PROTECTED] > Subject: [Axiom-developer] Re: [Gcl-devel] Re: gcl-2.7.0 on FreeBSD > > Camm Maguire writes: > > Greetings! > > > > BSD appears to start the shared library loading relatively low: > > > > checking for shared library/C stack ceilin

[Axiom-developer] Re: [Gcl-devel] Re: gcl-2.7.0 on FreeBSD

2007-07-05 Thread Mark Murray
Camm Maguire writes: > Greetings! > > BSD appears to start the shared library loading relatively low: > > checking for shared library/C stack ceiling to heap... 0x280ad000 > > (Linux starts at 0x4000) > > This will cut available memory in half on bsd. > > Is there a workaround? I haven't

[Axiom-developer] Re: [Gcl-devel] Re: gcl-2.7.0 on FreeBSD

2007-07-05 Thread Camm Maguire
Greetings! BSD appears to start the shared library loading relatively low: checking for shared library/C stack ceiling to heap... 0x280ad000 (Linux starts at 0x4000) This will cut available memory in half on bsd. Is there a workaround? Take care, -- Camm Maguire