Compiling gcc-4.8.1 against glibc-2.17 and linux-3.10.1

Mischa Baars mjbaars1977@gmail.com
Mon Jul 22 06:13:00 GMT 2013


Hi,

While executing the following commands:

tar xvjpf ./linux-3.10.1.tar.bz2 && cd ./linux-3.10.1 && make 
O=/root/develop headers_install
tar xvjpf ./glibc-2.17.tar.bz2 && mkdir ./glibc-build && cd 
./glibc-build && ../glibc-2.17/configure --prefix=/root/develop && make 
&& make install
tar xvjpf ./gcc-4.8.1.tar.bz2 && mkdir ./gcc-build && cd ./gcc-build && 
../gcc-4.8.1/configure --prefix=/root/develop 
--with-sysroot=/root/develop --enable-languages="c,c++" && make

I get compilation errors as shown in the attachment while trying to 
compile gcc-4.8.1.

Hope you can help,

Regards,
Mischa.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: text/x-log
Size: 2112 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-help/attachments/20130722/44bd2f99/attachment.bin>


More information about the Gcc-help mailing list