> < ^ Date: Wed, 27 Sep 2000 04:21:18 +0200
> < ^ From: Dmitrii Pasechnik <d.pasechnik@twi.tudelft.nl >
> < ^ Subject: Re: bugfix #5 for GAP4.2

Dear Forum,

It appears that the problem is caused by the fact that
this site uses Gapmpi package that modifies Gap sources in src/
and rebuilds the kernel.
Apparently the changes in the latest bugfix have to be
merged with the Gapmpi to produce the right effect.

More precisely, as far as I can see, the Gapmpi enabled Gap
kernel has to be rebuild via Gapmpi building procedure,
rather than the standard building procedure.

HTH,
Dmitrii

root$ make
( cd bin/i686-pc-linux-gnu-gcc ; make CC=gcc )
make[1]: Entering directory `/usr/local/lib/gap4r2/bin/i686-pc-linux-gnu-gcc'
gcc -I. -DCONFIG_H -g -O2 -o compiler.o -c ../../src/compiler.c
gcc -I. -DCONFIG_H -g -O2 -o finfield.o -c ../../src/finfield.c
gcc -I. -DCONFIG_H -g -O2 -o listoper.o -c ../../src/listoper.c
gcc -I. -DCONFIG_H -g -O2 -o iostream.o -c ../../src/iostream.c
gcc -g -O2 -g -export-dynamic -o gap ariths.o blister.o bool.o c_meths1.o c_type1.o c_oper1.o c_filt1.o c_random.o calls.o code.o compiler.o compstat.o costab.o cyclotom.o dt.o dteval.o exprs.o finfield.o funcs.o gap.o gasman.o gvars.o integer.o intrprtr.o listfunc.o listoper.o lists.o objcftl.o objects.o objfgelm.o objpcgel.o objscoll.o objccoll.o opers.o permutat.o plist.o precord.o range.o rational.o read.o records.o saveload.o scanner.o sctable.o set.o stats.o streams.o string.o sysfiles.o system.o tietze.o vars.o vecgf2.o vec8bit.o vector.o vecffe.o weakptr.o iostream.o float.o -lm -ldl
gap.o: In function `InitializeGap':
/usr/local/lib/gap4r2/bin/i686-pc-linux-gnu-gcc/../../src/gap.c:3296: undefined reference to `InitGapmpi'
gap.o: In function `main':
/usr/local/lib/gap4r2/bin/i686-pc-linux-gnu-gcc/../../src/gap.c:332: undefined reference to `InitInfoGapmpi'
collect2: ld returned 1 exit status
make[1]: *** [gap] Error 1
make[1]: Leaving directory `/usr/local/lib/gap4r2/bin/i686-pc-linux-gnu-gcc'
make: *** [compile] Error 2

--
Jeremy Rickard
Email: j.rickard@bristol.ac.uk
WWW: http://www.maths.bris.ac.uk/~pure/staff/majcr/

Miles-Receive-Header: reply


> < [top]