
Code: Select all
cc1: error: code model kernel does not support PIC modeCode: Select all
CFLAGS="-march=native -masm=intel -mabi=sysv -mcmodel=kernel -O2 -pipe"Code: Select all
CFLAGS="-march=native -O2 -pipe"
Code: Select all
CFLAGS="-march=haswell -masm=intel -mabi=sysv -mcmodel=kernel -O2 -pipe"
Code: Select all
CFLAGS="-march=native -O2 -pipe"
Unfortunately there are still problems. But I can try it tomorrow again. No problem. Thx.mike155 wrote:Please try the recommended CFLAGS:If I use your CFLAGS, 'emerge openssl' fails on my machine, too - with the error messages you posted.Code: Select all
CFLAGS="-march=native -O2 -pipe"
Code: Select all

You should enable nss use flag to package dev-libs/xmlsec and tk use flag to dev-lang/python:2.7 and dev-lang/python:3.6 (ore remove tk use flag to dev-python/matplotlib and dev-python/pillow packages)Prof. Frink wrote:[url=https://pastebin.com/nd90ThZM]log4[/url]Code: Select all

Code: Select all
emerge --newuse --update --ask --emptytree --usepkg=n @world