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.markus...@gmail.com>:
> Hi Angelo,
>
> well, contacting the Cygwin people is my next step.
>
> Regards,
>
> Arjen
>
> 2013/6/20 Angelo Graziosi <angelo.grazi...@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.
>>

Reply via email to