Re: Problems with ld.elf_so in -current
| Newsgroups | gmane.os.netbsd.ports.i386 |
|---|---|
| Message-ID | <[email protected]> |
I searched a bit when ffmpeg was failing on i386. pretty much every program seemed to crash. building ffmpeg with '--warn-shared-textrel' or so it was pointing to C code, so it's not building PIC code. I wonder if other projects are not encountering the same because they don't support i386^W^W^W default to generating PIE. We might want to do the same and possibly make the warning enabled + fatal considering it causes runtime crashes...