Ticket Hash: | ab6c7a502777ba361f21b87d33cb4892c584f96b | ||
Title: | Configure fails with gcc 14.1 | ||
Status: | Open | Type: | Build_Problem |
Severity: | Critical | Priority: | Immediate |
Subsystem: | Resolution: | Open | |
Last Modified: |
2024-06-19 23:10:16 1.08 years ago |
Created: |
2024-06-03 01:45:36 1.13 years ago |
Version Found In: | 5.45.4 |
User Comments: | ||||
anonymous added on 2024-06-03 01:45:36:
Configure fails with "configure: error: could not find source file 'pty_.c'". From the FAQ, it sounds like compiler issues are the typical reason for this. I suspect that there's an incompatibility with GCC 14.1.0. If there's any information I can provide to help track it down, let me know! anonymous added on 2024-06-19 23:10:16: I believe that this is one of the build problems caused by the creation of new errors in GCC 14.1, described at https://gcc.gnu.org/gcc-14/porting_to.html I am able to work around this issue by adding -fpmermissive to CFLAGS before running configure. |