------- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-08-31 11:14 ------- (In reply to comment #2) > The character between modules and path is a -. I just missed to type it into > my bugzilla-message.
OK. > By the way: I did not found the option -fintrinsic-modules-path in > the currently available gfortran / gcc 4.2.0 documentation at all. Is it a > hangover from older versions? Answer to your question: it's not a user option, it's an internal option used by different parts of the compiler to communicate. (Telling the Fortran front-end where to find intrinsic modules such as the OpenMP module.) Now, I have a question myself: why are you referring to 4.2.0? Aren't you using 4.3.0 compiler? Or do you also have a 4.2 compiler installed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33261