Problem installing gcc-4.3.2
I am having a problem installing gcc-4.3.2 from source.* ./configure runs ok but I am getting the following error on make:
* checking for i686-pc-linux-gnu-gcc... /opt/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/xgcc -B/opt/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[2]: *** [configure-stage1-target-libgcc] Error 1 make[2]: Leaving directory `/opt/gcc-4.3.2' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/opt/gcc-4.3.2' make: *** [all] Error 2 [root@host57 gcc-4.3.2]# Does anyone knows of a workaround/cause? Thanks, Martin _______________________________________________ Redhat-install-list mailing list Redhat-install-list@redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@redhat.com Subject: unsubscribe |
Problem installing gcc-4.3.2
Martin Fontanez wrote:
I am having a problem installing gcc-4.3.2 from source. ./configure runs ok but I am getting the following error on make: checking for i686-pc-linux-gnu-gcc... /opt/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/xgcc -B/opt/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[2]: *** [configure-stage1-target-libgcc] Error 1 make[2]: Leaving directory `/opt/gcc-4.3.2' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/opt/gcc-4.3.2' make: *** [all] Error 2 [root@host57 gcc-4.3.2]# Does anyone knows of a workaround/cause? Did you check the "config.log" file to see if there was anything more definitive in it? I suspect this is better posted on the gcc list. Here's a link to their archives: http://gcc.gnu.org/ml/gcc-help/ And here's a link to the gcc site itself (with search capacity): http://gcc.gnu.org/ ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer ricks@nerd.com - - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - - - - Brain: The organ with which we think that we think. - ---------------------------------------------------------------------- _______________________________________________ Redhat-install-list mailing list Redhat-install-list@redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@redhat.com Subject: unsubscribe |
Problem installing gcc-4.3.2
Your error is discussed here.
This almost looks like some files need to be created before the compile process can complete. Architechure (x86/x64) may have a roll in this somewhere later. Get'er done. * http://www.nabble.com/-Bug-c-38286---New:-configure:-error:-cannot-compute-suffix-of-object-files---cannot-find-as-td20717408.html * * From: redhat-install-list-bounces@redhat.com [mailto:redhat-install-list-bounces@redhat.com] On Behalf Of Martin Fontanez Sent: Wednesday, January 28, 2009 10:37 AM To: redhat-install-list@redhat.com Subject: Problem installing gcc-4.3.2 I am having a problem installing gcc-4.3.2 from source.* ./configure runs ok but I am getting the following error on make: * checking for i686-pc-linux-gnu-gcc... /opt/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/xgcc -B/opt/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[2]: *** [configure-stage1-target-libgcc] Error 1 make[2]: Leaving directory `/opt/gcc-4.3.2' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/opt/gcc-4.3.2' make: *** [all] Error 2 [root@host57 gcc-4.3.2]# Does anyone knows of a workaround/cause? Thanks, Martin _______________________________________________ Redhat-install-list mailing list Redhat-install-list@redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@redhat.com Subject: unsubscribe |
Problem installing gcc-4.3.2
Your error is discussed here.
This almost looks like some files need to be created before the compile process can complete. Architechure (x86/x64) may have a roll in this somewhere later. Get'er done. * http://www.nabble.com/-Bug-c-38286---New:-configure:-error:-cannot-compute-suffix-of-object-files---cannot-find-as-td20717408.html * * From: redhat-install-list-bounces@redhat.com [mailto:redhat-install-list-bounces@redhat.com] On Behalf Of Martin Fontanez Sent: Wednesday, January 28, 2009 10:37 AM To: redhat-install-list@redhat.com Subject: Problem installing gcc-4.3.2 I am having a problem installing gcc-4.3.2 from source.* ./configure runs ok but I am getting the following error on make: * checking for i686-pc-linux-gnu-gcc... /opt/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/xgcc -B/opt/gcc-4.3.2/host-i686-pc-linux-gnu/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -isystem /usr/local/i686-pc-linux-gnu/sys-include checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[2]: *** [configure-stage1-target-libgcc] Error 1 make[2]: Leaving directory `/opt/gcc-4.3.2' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/opt/gcc-4.3.2' make: *** [all] Error 2 [root@host57 gcc-4.3.2]# Does anyone knows of a workaround/cause? Thanks, Martin _______________________________________________ Redhat-install-list mailing list Redhat-install-list@redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request@redhat.com Subject: unsubscribe |
| All times are GMT. The time now is 10:55 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.