------- 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