From tpotter at techmarin.com Thu Jan 15 17:13:52 2009 From: tpotter at techmarin.com (Ted Potter) Date: Thu, 15 Jan 2009 09:13:52 -0800 Subject: printer problem Message-ID: <5ce05200901150913p4a6b0b5dg6c04685f1e487fc9@mail.gmail.com> Linda - Was wondering If I can stop in and re do your print driver. I was thinking about 11:00 today ? will that work for you ? -- Ted Potter tpotter at techmarin.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From karlp at ourldsfamily.com Thu Jan 15 19:02:52 2009 From: karlp at ourldsfamily.com (Karl Pearson) Date: Thu, 15 Jan 2009 12:02:52 -0700 (MST) Subject: printer problem In-Reply-To: <5ce05200901150913p4a6b0b5dg6c04685f1e487fc9@mail.gmail.com> References: <5ce05200901150913p4a6b0b5dg6c04685f1e487fc9@mail.gmail.com> Message-ID: Sure, come over, but I'm not Linda. Never have been... And all my printers are working... Hmmm... On Thu, January 15, 2009 10:13 am, Ted Potter wrote: > Linda - > > Was wondering If I can stop in and re do your print driver. I was > thinking > about 11:00 today ? will > that work for you ? > > > > -- > Ted Potter > tpotter at techmarin.com > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list at 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 at redhat.com > Subject: unsubscribe --- _/ _/ _/ _/_/_/ ____________ __o _/ _/ _/ _/ _/ ____________ _-\\<._ _/_/ _/ _/_/_/ (_)/ (_) _/ _/ _/ _/ ...................... _/ _/ arl _/_/_/ _/ earson KarlP at ourldsfamily.com --- http://consulting.ourldsfamily.com --- "To mess up your Linux PC, you have to really work at it; to mess up a microsoft PC you just have to work on it." --- From jdmfontz at yahoo.com Wed Jan 28 18:36:34 2009 From: jdmfontz at yahoo.com (Martin Fontanez) Date: Wed, 28 Jan 2009 10:36:34 -0800 (PST) Subject: Problem installing gcc-4.3.2 Message-ID: <188497.2408.qm@web58702.mail.re1.yahoo.com> 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 at host57 gcc-4.3.2]# Does anyone knows of a workaround/cause? Thanks, Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: From ricks at nerd.com Wed Jan 28 19:07:47 2009 From: ricks at nerd.com (Rick Stevens) Date: Wed, 28 Jan 2009 11:07:47 -0800 Subject: Problem installing gcc-4.3.2 In-Reply-To: <188497.2408.qm@web58702.mail.re1.yahoo.com> References: <188497.2408.qm@web58702.mail.re1.yahoo.com> Message-ID: <4980AD03.6000504@nerd.com> 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 at 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 at nerd.com - - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - - - - Brain: The organ with which we think that we think. - ---------------------------------------------------------------------- From bret_stern at machinemanagement.com Thu Jan 29 05:05:11 2009 From: bret_stern at machinemanagement.com (Bret) Date: Wed, 28 Jan 2009 21:05:11 -0800 Subject: Problem installing gcc-4.3.2 In-Reply-To: <188497.2408.qm@web58702.mail.re1.yahoo.com> Message-ID: <200901290532.n0T5VuJq016134@mx3.redhat.com> 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-s uffix-of-object-files---cannot-find-as-td20717408.html _____ From: redhat-install-list-bounces at redhat.com [mailto:redhat-install-list-bounces at redhat.com] On Behalf Of Martin Fontanez Sent: Wednesday, January 28, 2009 10:37 AM To: redhat-install-list at 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 at host57 gcc-4.3.2]# Does anyone knows of a workaround/cause? Thanks, Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: From bret_stern at machinemanagement.com Thu Jan 29 05:05:11 2009 From: bret_stern at machinemanagement.com (Bret) Date: Wed, 28 Jan 2009 21:05:11 -0800 Subject: Problem installing gcc-4.3.2 In-Reply-To: <188497.2408.qm@web58702.mail.re1.yahoo.com> Message-ID: <200901290606.n0T65FD6023992@mx3.redhat.com> 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-s uffix-of-object-files---cannot-find-as-td20717408.html _____ From: redhat-install-list-bounces at redhat.com [mailto:redhat-install-list-bounces at redhat.com] On Behalf Of Martin Fontanez Sent: Wednesday, January 28, 2009 10:37 AM To: redhat-install-list at 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 at host57 gcc-4.3.2]# Does anyone knows of a workaround/cause? Thanks, Martin -------------- next part -------------- An HTML attachment was scrubbed... URL: