This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246867 - No Fortran support. Please remove Fortran from the list, unless normal work is proven
Summary: No Fortran support. Please remove Fortran from the list, unless normal work i...
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-04 06:15 UTC by boboser
Modified: 2014-09-05 14:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description boboser 2014-09-04 06:15:31 UTC
1) Fortran with usage of modules (e.g. commands like use mod_calc are not recognized) can not be build with the standard makefile

2) The program can be build with simple self-written makefile 
(e.g. gfortran -o main.f90 mod_calc.f90), but then it can't be debugged.
The debugger simply ignores all breakpoints.

Netbeans 8
Cygwin with gfortran and debugger (gdb 7.6.50) (everything newest and "stable")
Win7 x64

Please remove the Fortran support from your list, so that people do not kill weeks, trying to do impossible things.
Comment 1 soldatov 2014-09-04 14:52:04 UTC
"gfortran -o main.f90 mod_calc.f90" command has not -g flag. Is it typo in bug tracker?
Comment 2 boboser 2014-09-05 14:53:18 UTC
Yep it works.
Facepalm. 
I checked the compiler flags for gnu fortran, not for gcc.