Hi Angelo,

well, the DOS-style path only caused a warning in the configure step,
so I assumed it was okay.
It was not apparently. Building out-of-source is an instruction I must
have missed.

So, I tried again. The problem I reported before has gone, but I still
get a file permission problem later on.

I have not been able to solve it, even though my laptop is now
connected to the domain, I have instructed
the build process to use my home directory and I have set umask to
0000 - all suggestions I found or
was told they might solve the problem.

If anyone knows what to do about it, I would very much like to hear
about it. My Google foo is failing me
in unearthing a definite solution, I am afraid.

Regards,

Arjen

2013/6/19 Angelo Graziosi <angelo.grazi...@alice.it>:
> Ciao Arjen,
>
> Il 19/06/2013 21.01, Arjen Markus ha scritto:
>
>>
>> As for the build experiment itself:
>> - I downloaded the 4.8.1 source
>> - I configured the Makefiles with this command:
>>   ./configure --prefix=d:/gcc-src/gcc
>
>
> Hmm... Cygwin doesn't like the path in the DOS style, "d:/...". At least it
> should be "/cygdrive/d/...". In any case "--prefix=PATH" is for where the
> resulting GCC binaries will be installed, not where is the GCC source..
>
> If I remember correctly, the build should be done in a separate directory,
>
> $ mkdir build_gcc
> $ cd build_gcc
> $ WHERE_IS/gcc-src/configure --prefix=PATH --enable-languages=c,c++,fortran
> [...]
>
> I would suggest to follow the section "Configuration and compiling" in
>
>   http://gcc.gnu.org/wiki/GFortranSource
>
> and the links therein...
>
>
>
>> If I understand the issue correctly, I can probably get rid of it
>> tomorrow - as then the
>> laptop will be connected to the proper domain.
>
>
> Good luck... :)
>
>
> Ciao,
>  Angelo.
>

Reply via email to