[Bug bootstrap/87141] configure:14586: error: Could not determine word size.

2018-09-05 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87141

--- Comment #4 from martin  ---
@Richard Biener do you need more information for this issue?

[Bug bootstrap/87141] configure:14586: error: Could not determine word size.

2018-08-30 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87141

--- Comment #3 from martin  ---
Created attachment 44633
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44633=edit
config.log of root gcc dir

[Bug bootstrap/87141] configure:14586: error: Could not determine word size.

2018-08-30 Thread mfe at live dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87141

--- Comment #2 from martin  ---
>Can you even execute a simple hello world you compile yourself?

Yes (using /opt/gcc-7.3/bin/gcc).

>here (x86_64-linux) 126 is ENOKEY.  Looks like somehow your platform requires
signed executables?

No, I already compiled many libraries and executables like libmpc,libgnutls,
curl,wget and never had any issues which mention to sign the executables.

[Bug bootstrap/87141] configure:14586: error: Could not determine word size.

2018-08-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87141

Richard Biener  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2018-08-30
 Ever confirmed|0   |1

--- Comment #1 from Richard Biener  ---
configure:14583: ./conftest
/media/gcc-8.2.0/libatomic/configure: line 1: ./conftest: cannot execute binary
file
configure:14583: $? = 126
configure: program exited with status 126

here (x86_64-linux) 126 is ENOKEY.  Looks like somehow your platform requires
signed executables?

Can you even execute a simple hello world you compile yourself?