This is the mail archive of the gcc-help@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]

Re: Include not working on samba share


At 15:27 05.01.2009 +0100, Fabian Cenedese wrote:
>We have some projects that are C++ with header files and can be compiled
>with no problems on a local drive. The used gcc is quite old (2.96.x) and
>built with cygwin, running on windows.
>
>However if the whole project is moved from the local drive to a share
>(samba, probably also windows) the compilation may fail with
>various errors. The main problem seems to be that include files are not
>read properly. They are found (gcc emits an error if the name is wrong)
>but the content seems not to be read. Even if such a problematic
>header file contains crap it is not mentioned by gcc. To make things
>worse is that on different computers the compilation may fail differently
>or even work without problems.

I have now tried gcc 3.4.3 and 4.1 with the same cygwin1.dll (1.5).
They both can compile the project without showing these errors. Does
anyone know what could have changed regarding file opening/reading
since 2.x or whereabout to look at?

Thanks

bye  Fabi


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