SSE4
SSE4
some other random notes in Windows terminal (cmd.exe) it doesn't raise, but shows a question mark instead of check mark:  with an output redirection, it doesn't work: ``` python...
@willox I was trying to do the same, and also run into duplicated symbols exception: ``` Exception: duplicate incompatible symbol versions found: [u'__finite@@GLIBC_2.1', u'__finitef@@GLIBC_2.1', u'__finitel@@GLIBC_2.1', u'pwrite64@@GLIBC_2.2', u'open64@@GLIBC_2.2', u'pread@@GLIBC_2.2', u'pwrite@@GLIBC_2.2', u'lseek64@@GLIBC_2.2',...
@willox unfortunately, no, running into various issues. will try tomorrow again and let you know.
some update: 1. create PR with my in progress work #14 2. create docker image I am using to cross-compiling: https://github.com/bincrafters/docker-glibc-builder https://hub.docker.com/r/bincrafters/docker-glibc-builder/ please lemme know if I've missed something I'll...
for version 2.5 - 2.10.2 I am getting: ``` /tmp/cczxgbB4.s: Assembler messages: /tmp/cczxgbB4.s: Error: open CFI at the end of file; missing .cfi_endproc directive /tmp/cczxgbB4.s: Error: open CFI at the...
okay, I think I've solved a problem with cfi_endproc (found patch that fixes an issue), and got the same list of duplicated symbols
@willox @wheybags I think I was finally able to make it working on x86, please review https://github.com/wheybags/glibc_version_header/pull/14
@mingwandroid I have started any work yet, feel free to take it
PE and COFF share the same specification, that's true, but COFF is not embedded in PE or vice versa. they have different set of headers, and headers have different set...
@uilianries do you rememeber what was the problem with `lsb-release`?