From: "Khimenko Victor" <gpc@khim.sch57.msk.ru> To: jarosz_n@hotmail.com, gpc@gnu.de Subject: Re: Date: Thu, 29 Jun 2000 00:53:40 +0400 (MSD)
28-Jun-00 15:31 you wrote:
Hello all!
I have change of system: from linux, I am on a Unix workstation and when I compile program which used to work under linux, the following message appears: "Internal compiler error in 'emit_library_call_value', at calls.c:3198"
What does it mean?
Exactly what it said: you just found bug in GPC itself (calls.c is part of GPC). In such cases you REALLY must supply all details: 1. What type of unix you are using (CPU version, OS version, etc). Sun Microsystems Inc. SunOS 5.7
2. What type of GPC you are using (built against GCC v..., GPC v..., etc). gpc version 19991030 based on 2.95.2 19991024
3. Sample code to get internal error. ?
Here is the routine which is involved: function travel(djk:real;md:mat;A:minitable;Ak:real;ns,j:integer):real; {probability of an individual leaving patch j to reach patch k} const alpha = 4.910; zim = 0.263; lambda = 0.175; var Sj,t : real; begin Sj:=connect(md,A,ns,j); t:=(exp(-alpha*djk)*pow2(Ak,zim))/((lambda/Sj)+Sj); travel:=t; end; Thanks in advance for your help, Nathalie ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
participants (1)
-
Nathalie Jarosz