gcc 4.8 search path usr/... instead of /usr/...
tmp15711
tmp15711@gmail.com
Mon Dec 3 03:41:00 GMT 2012
> On Dec 2, 2012 2:04 AM, "y y" wrote:
>>
>> Hi,
>> I have built gcc 4.8 successfully with the configuration:
>> ../gcc-trunk/configure -v --with-pkgversion='ubuntu12.04-64'
>> --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
>> --program-suffix=-4.8 --enable-shared --enable-linker-build-id
>> --with-system-zlib --libexecdir=/usr/lib --without-included-gettext
>> --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8
>> --libdir=/usr/lib --enable-nls --with-sysroot=/
>
> Why are you using --with-sysroot ?
Thank you! That's the problem! Just remove it!
More information about the Gcc-help
mailing list