Angus Leeming <[EMAIL PROTECTED]> writes:

| The MinGW g++ 3.4 appears to have a bug related to -I directives. An
| instruction like:
|  g++ -Ifoo/bar/ -c baz.C
| will fail to find any header files in the foo/bar directory. In order to
| succeed, the trailing '/' must be removed. Ie, this works:
|  g++ -Ifoo/bar -c baz.C
>
| I've reported this on the MinGW-MSYS list, but meanwhile the patch to the
| various Makefile.am files is trivial.
>
| Ok Lars, JMarc?

Yes. this is ok.

We shouldn't have trailing '/' anyway.

-- 
        Lgb

Reply via email to