Re: About GCC-5.5.0

2018-05-29 Thread Rene
Hello Ludovic, > > So it looks like the right-hand size of the ‘libc_undefs’ assignment > > expands to the empty string. > > Could you check the value of $NM in there? Could it be that it got it > > wrong? > In the config.log file the $NM value is: NM='nm' Thank you

Re: About GCC-5.5.0

2018-05-28 Thread Ludovic Courtès
Hello Rene, Rene skribis: > configure:6227: checking whether i586-pc-gnu-gcc implicitly enables > -fstack-protector > configure:6244: i586-pc-gnu-gcc -c -g -O2 conftest.c >&5 > configure:6244: $? = 0 > libc_undefs='' > configure:6263: error: unexpected symbols in test: This comes from this c

Re: About GCC-5.5.0

2018-05-24 Thread Rene
In this new execution, I have set CFLAGS='-fno-stack-protector', but the variable stack_protector still with null value (stack_protector='' ). Attached log files. This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was

Re: About GCC-5.5.0

2018-05-24 Thread Rene
Hello Samuel, yes, I attach the log file. ​Thank you Rene > > > > Any idea of how we can approach it? > > Getting the config.log would allow to have more ideas :) > This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. I

Re: About GCC-5.5.0

2018-05-24 Thread Samuel Thibault
Hello, Rene, le mer. 23 mai 2018 22:57:21 -0400, a ecrit: > I am updating my Guix repository on Debian/Hurd and I have the following error > in the 'configure' phase of glibc(glibc-intermediate-2.23). > We have tried to add the flag '-fno-stack-protector' to glibc, however the > error remains. >

About GCC-5.5.0

2018-05-23 Thread Rene
Hello, I am updating my Guix repository on Debian/Hurd and I have the following error in the 'configure' phase of glibc(glibc-intermediate-2.23). We have tried to add the flag '-fno-stack-protector' to glibc, however the error remains. Any idea of how we can approach it? --- checkin