Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2019 21:40:25 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-ports@freebsd.org
Subject:   Re: Building qt5-gui port?
Message-ID:  <20190210054025.GA32152@troutmask.apl.washington.edu>
In-Reply-To: <20190210033212.GA31401@troutmask.apl.washington.edu>
References:  <20190210033212.GA31401@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 09, 2019 at 07:32:27PM -0800, Steve Kargl wrote:
> Anyone have any pointers on building x11-toolkits/qt5-gui on
> FreeBSD-current?  My attempts end with
> 
> c++ -Wl,--as-needed 

(boat load of info removed).

> qdrawhelper.cpp:(.text+0x2d0ba): undefined reference to `comp_func_Plus_sse2(unsigned int*, unsigned int const*, int, unsigned int)'
> c++: error: linker command failed with exit code 1 (use -v to see invocation)
> *** Error code 1
> 

It seems that clang cannot use -march=native (at least on my
Intel(R) Core(TM)2 Duo CPU T7250).

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190210054025.GA32152>