This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/30276] gfortran include problem



------- Comment #3 from burnus at gcc dot gnu dot org  2006-12-25 17:55 -------
> I think the proper fix is to add "." to the search list of directories where
> include files may live.

I don't see how this will help; adding "." for
'/home/allan/slot2usl/physcons.inc', searches at
./home/allan/slot2usl/physcons.inc, which only finds the file if the current
working directory is "/". Adding "/" would work, but I don't think this is the
right approach.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30276


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]