﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
67	ropp_tools compilation on Linux 64 bit machine	frae	frcm	"compilation fails with the following error:


{{{
efc -Vaxlib -fp_port  -I../build -O3 -size_lp64 -i8 -Vaxlib -I/data/nwp/sa/grassaf/ropp//ropp/efc//include -c -o tokens.o `test -f '../strings/tokens.f90' || echo './'`../strings/tokens.f90
efc: Command line warning: ignoring option '-fp'; no argument required
   external function TOKENS_STR
   external function TOKENS_INT
   external function TOKENS_SNGL
     call sp_getnum(tokenlist(i), arr(i), iflg)
          ^
Error 260 at (197:../strings/tokens.f90) : This subroutine has the wrong number of arguments or arguments with the wrong name, type or rank
   external function TOKENS_DBLE
     call sp_getnum(tokenlist(i), arr(i), iflg)
          ^
Error 260 at (239:../strings/tokens.f90) : This subroutine has the wrong number of arguments or arguments with the wrong name, type or rank

2 Errors
compilation aborted for ../strings/tokens.f90 (code 1)
make[1]: *** [tokens.o] Error 1
make[1]: Leaving directory `/home/nwp/sa/frae/temp/ropp_tools/build'
make: *** [all-recursive] Error 1
}}}

I assume this is the usual problem with integer 8 byte on the 64 bit machine but I was unable to find a fix in the flib files."	defect	closed	normal	1.0	ropp_utils	0.8	fixed		dave.offiler@… axel.vonengeln@…
