PDA

View Full Version : Using LF95 in the ED4W v4 IDE


R. T. (Fortran Man)
10-20-2003, 06:57 PM
I'm trying to use ED4W v4 with LF95 v5.71.

The following lines from the compiler output are causing a problem:
------
Compiling program unit MeshInput at line 1:
Compiling program unit SetPolygonSites at line 633:
Compiling program unit BoundaryTriangulationWithHeight at line 1369:
------

ED4W v4 expects a path in such lines for error tracking and causes an error message if there is no path. LF95 only displays a path if it has detected an error, but not if the compiling of a single subroutine was correct. The support of ED, Neville Franks, asks me, if I can switch of these lines. In the documentation of LF95 I can not find an appropriate compiler option. Can you tell me if there is a way of influencing the compiler output?

Lahey Support
10-20-2003, 07:00 PM
You can remove the references to the program unit using the undocumented
option /Nnocompdisp. This option must be used with the following syntax:
-lfe "/Nnocompdisp"

It has been reported that with this option ED4W v4 does not have problems with the compiler output.