This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Compiling GCC under Cygwin
- From: Arjen Markus <arjen dot markus895 at gmail dot com>
- To: Angelo Graziosi <angelo dot graziosi at alice dot it>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Thu, 20 Jun 2013 21:41:46 +0200
- Subject: Re: Compiling GCC under Cygwin
- References: <51C1F5BF dot 2050706 at alice dot it> <CAMCbSMrGdX7nJZtLb6Z7deWhYoG9TJc6L0qYH4fi41fV5DR62g at mail dot gmail dot com> <51C2230B dot 7000805 at alice dot it> <CAMCbSMpb=iad3pcPD2YgpNTKX0yb2O1J52KA_ovDqL2HcjdDJA at mail dot gmail dot com> <51C2E399 dot 2070908 at alice dot it> <CAMCbSMqvF8C7X1nvu5knOWkv3vZ2HTFraDHKPDi3t8y2kDWf=Q at mail dot gmail dot com>
Hi Angelo,
I found a reference to this sort of problems in the Cygwin FAQs, but
this turned out to be a dead-end too.
So I thought, I'd try MinGW/MSYS instead.
It started off fairly well, however:
- For some reason the gcc compiler did not like the /d/gcc-src/...
path (from $srcdir) - it could not find the
include file gmp-h.in. So I changed that to d:/gcc-src/... And that
worked, until ...
- the source file gen-fac.c was missing from the build directory for
gmp. So I copied the various source files
manually. And that worked, until ...
- the assert.lo file was missing, which is necessary for libgmp. That
file is nowhere in the build directory.
So now I am definitely stuck. I can try to contact the Gygwin people
and hope for the best. Or any of
you might know the solution wrt MinGW.
Regards,
Arjen
2013/6/20 Arjen Markus <arjen.markus895@gmail.com>:
> Hi Angelo,
>
> well, contacting the Cygwin people is my next step.
>
> Regards,
>
> Arjen
>
> 2013/6/20 Angelo Graziosi <angelo.graziosi@alice.it>:
>> Il 20/06/2013 12.00, Arjen Markus ha scritto:
>>
>>> 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.
>>
>>
>> Hmm... I think that GCC can be built (out of tree) akso offline, i.e.
>> without any internet connection. You only need the source...
>>
>> Probably something is mis-installed or mis-configured in your system..
>>
>> Have you tried to flag tese issues on Cygwin list? Perhaps there they have
>> some ideas...
>>
>>
>> Ciao,
>> Angelo.
>>