﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
28	IO compilation on sun: compilation arguments need changing	frae	frcm	"In my unshakable quest for new life forms and compilers I ventured onto a sun machine. It has the following operationg system/compiler:

f95 -V: f95: Fujitsu Fortran Compiler Driver Version 4.0.1.1 (Mar  4 1999 04:36:37)

uname -a: SunOS igam07ws 5.8 Generic_117350-23 sun4u sparc SUNW,Ultra-4


And I get the following error when running make in ropp_io:


{{{
igam07ws% f95 -M../build -w -xvector=no -fw -O -Am -M./ -Bstatic -I/home/ave/ropp//include -c -o ropp2ropp.o ropp2ropp.f90
f95: warning: Invalid suboption vector=no specified for -x.
Fortran diagnostic messages: program name(ropp2ropp)
  jwd1370i-s  ""ropp2ropp.f90"", line 109: Module ropp_io is not available.
}}}

The problem is that this compiler need -M../build to come later on the command line, with the -M./. Then it works. I for now put this in the configure script, but we should change it in the ropp_* configures.


"	defect	closed	normal		ropp_io	0.9	fixed		axel.vonengeln@… dave.offiler@…
