Resource Requirements?

Patrick K Notz notz at purdue.edu
Thu Feb 24 02:17:26 CET 2000


Hi,

I was having problems getting past the './configure' step on my linux
system -- checking for -lcln to be exact.  I eventually learned to
look at the 'config.log' file and realized the problem.  While
compiling the test program for the "-lcln" check my system ran out of
virtual memory (see config.log snippet and /proc/meminfo data below).

However, if I try to compile the test program on my own - outside the
'configure' script - then I have no problems.  Any ideas about how to
get around this?  I could just kluge the 'configure' script since I
know '-lcln' works.  I'm wondering though if my 233 MHz,32MB RAM linux
box isn't going to be able to handle ginac.  Any ideas?

In the mean time, I'm trying to get ginac installed our Sun Enterprise
servers at work but I'm having trouble there too (but I'll tinker with
that some more before bugging all of you!)

Thanks ~ pat <notz at purdue.edu>

FROM 'config.log'
.
.
.
configure:2558: checking for cln.h
configure:2568: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:2603: checking for doublefactorial in -lcln
configure:2639: c++ -o conftest -g -O2   conftest.C -lcln 1>&5
/usr/local/include/cl_SV_rational.h: In method `cl_SV<cl_RA,cl_SV_R>::~cl_SV()':
In file included from /usr/local/include/cln.h:119,
                 from configure:2633:
/usr/local/include/cl_SV_rational.h:18: virtual memory exhausted
configure: failed program was:
#line 2632 "configure"
#include "confdefs.h"
#include <cln.h>
int main() {
doublefactorial(2);
; return 0; }
configure:2680: checking for doxygen
configure:2716: checking for latex
.
.
.

localhost# cat /proc/meminfo

        total:    used:    free:  shared: buffers:  cached:
Mem:  31563776 22753280  8810496 18296832  1040384 10530816
Swap: 53637120 25653248 27983872
MemTotal:     30824 kB
MemFree:       8604 kB
MemShared:    17868 kB
Buffers:       1016 kB
Cached:       10284 kB
SwapTotal:    52380 kB
SwapFree:     27328 kB
-
To UNSUBSCRIBE, email to ginac-list at ginac.de with a subject of "unsubscribe".



More information about the GiNaC-list mailing list