user404
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Posts posted by user404
-
-
i am using linux mint debbi 4 ( live usb ) to install funtoo ( using generic_64 since using westmere gives me illegal instruction when i try to do ego update ) onto my p6100 intel cpu laptop and i want to use distcc to use my other more powerful windows 10 ltsc 2019 laptop ( with ubuntu 20.04 LTS from microsoft store (better performance than regular virtual machine??) ) to speed up building programs for my p6100 laptop since last time i tried installing gentoo and it was taking forever, i was still on the handbook at the time and installing the network dependencies were around half way finished after leaving this laptop running all night, if i am doing anything wrong please tell me because i am somewhat new to linux in general especially gentoo/funtoo, anyway here are the error logs when i tried emerging distcc
Thanks for any help

distcc prepare phase failed
in Portage Help
Posted
i have found a fix, apperantly distcc dosen't like the default -march=native so i have found this guide
( https://blogs.gentoo.org/mgorny/2014/06/23/inlining-marchnative-for-distcc/ )
and used this command
gcc -### -march=native -x c - whichgives all of the cpu information and i have put it into the make.conf files under CFLAGS="{insert here}" and distcc has installed with no problems