public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: checking for suffix of object files failed when build gcc4.3.2 in ubuntu
@ 2008-10-07 15:00 Eus
  2008-10-07 15:11 ` simon Ye
  0 siblings, 1 reply; 3+ messages in thread
From: Eus @ 2008-10-07 15:00 UTC (permalink / raw)
  To: simon Ye; +Cc: GCC Help Mailing List

Hi Ho!

On Sunday, October 5, 2008, "simon Ye" <kuangye19840410@gmail.com> wrote:

> checking for suffix of object files failed when build gcc4.3.2 in ubuntu
> 
> Hi, all.
> I am a newbie to ubuntu and gcc.
> When I tried to build gcc4.3.2, I encountered the following compilation error:
> .....
> Checking multilib configuration for libgcc...
> Configuring stage 1 in i686-pc-linux-gnu/libgcc
> configure: loading cache ./config.cache
> checking for --enable-version-specific-runtime-libs... no
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for gawk... gawk
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for i686-pc-linux-gnu-ar... ar
> checking for i686-pc-linux-gnu-lipo... lipo
> checking for i686-pc-linux-gnu-nm... /home/simon/gcc/gcc-4.3.2/objdir/./gcc/nm
> checking for i686-pc-linux-gnu-ranlib... ranlib
> checking for i686-pc-linux-gnu-strip... strip
> checking whether ln -s works... yes
> checking for i686-pc-linux-gnu-gcc...
> /home/simon/gcc/gcc-4.3.2/objdir/./gcc/xgcc
> -B/home/simon/gcc/gcc-4.3.2/objdir/./gcc/
> -B/usr/local/gcc-4.3.2/i686-pc-linux-gnu/bin/
> -B/usr/local/gcc-4.3.2/i686-pc-linux-gnu/lib/ -isystem
> /usr/local/gcc-4.3.2/i686-pc-linux-gnu/include -isystem
> /usr/local/gcc-4.3.2/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.

Go to /home/simon/gcc/gcc-4.3.2/objdir/./gcc/xgcc and open the `config.log' there for more details.

> make[2]: *** [configure-stage1-target-libgcc] Error 1
> make[2]: Leaving directory `/home/simon/gcc/gcc-4.3.2/objdir'
> make[1]: *** [stage1-bubble] Error 2
> make[1]: Leaving directory `/home/simon/gcc/gcc-4.3.2/objdir'
> make: *** [all] Error 2
> -----------------
> 
> Is there anybody encountering the error too.

Here I modified a bit what Brian Dessent has ever written before:
http://www.google.com/search?q=site%3Agcc.gnu.org+inurl%3Aml+inurl%3A%22gcc-help%22+%22compute suffix of object files%22

> Any hint to solve this problem is appreciated.

It depends on what is written on your /home/simon/gcc/gcc-4.3.2/objdir/./gcc/xgcc/config.log

Your search with Google should give you an answer in case the same problem as reported in your `config.log' has ever been encountered before.

Best regards,
Eus


      

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: checking for suffix of object files failed when build gcc4.3.2 in ubuntu
  2008-10-07 15:00 checking for suffix of object files failed when build gcc4.3.2 in ubuntu Eus
@ 2008-10-07 15:11 ` simon Ye
  0 siblings, 0 replies; 3+ messages in thread
From: simon Ye @ 2008-10-07 15:11 UTC (permalink / raw)
  To: eus; +Cc: GCC Help Mailing List

Thanks.

I have solved the problem.  The reason why i encounter the error is I
seted  the wrong configure options.

On Tue, Oct 7, 2008 at 10:52 PM, Eus <eus@member.fsf.org> wrote:
> Hi Ho!
>
> On Sunday, October 5, 2008, "simon Ye" <kuangye19840410@gmail.com> wrote:
>
>> checking for suffix of object files failed when build gcc4.3.2 in ubuntu
>>
>> Hi, all.
>> I am a newbie to ubuntu and gcc.
>> When I tried to build gcc4.3.2, I encountered the following compilation error:
>> .....
>> Checking multilib configuration for libgcc...
>> Configuring stage 1 in i686-pc-linux-gnu/libgcc
>> configure: loading cache ./config.cache
>> checking for --enable-version-specific-runtime-libs... no
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking for gawk... gawk
>> checking build system type... i686-pc-linux-gnu
>> checking host system type... i686-pc-linux-gnu
>> checking for i686-pc-linux-gnu-ar... ar
>> checking for i686-pc-linux-gnu-lipo... lipo
>> checking for i686-pc-linux-gnu-nm... /home/simon/gcc/gcc-4.3.2/objdir/./gcc/nm
>> checking for i686-pc-linux-gnu-ranlib... ranlib
>> checking for i686-pc-linux-gnu-strip... strip
>> checking whether ln -s works... yes
>> checking for i686-pc-linux-gnu-gcc...
>> /home/simon/gcc/gcc-4.3.2/objdir/./gcc/xgcc
>> -B/home/simon/gcc/gcc-4.3.2/objdir/./gcc/
>> -B/usr/local/gcc-4.3.2/i686-pc-linux-gnu/bin/
>> -B/usr/local/gcc-4.3.2/i686-pc-linux-gnu/lib/ -isystem
>> /usr/local/gcc-4.3.2/i686-pc-linux-gnu/include -isystem
>> /usr/local/gcc-4.3.2/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.
>
> Go to /home/simon/gcc/gcc-4.3.2/objdir/./gcc/xgcc and open the `config.log' there for more details.
>
>> make[2]: *** [configure-stage1-target-libgcc] Error 1
>> make[2]: Leaving directory `/home/simon/gcc/gcc-4.3.2/objdir'
>> make[1]: *** [stage1-bubble] Error 2
>> make[1]: Leaving directory `/home/simon/gcc/gcc-4.3.2/objdir'
>> make: *** [all] Error 2
>> -----------------
>>
>> Is there anybody encountering the error too.
>
> Here I modified a bit what Brian Dessent has ever written before:
> http://www.google.com/search?q=site%3Agcc.gnu.org+inurl%3Aml+inurl%3A%22gcc-help%22+%22compute suffix of object files%22
>
>> Any hint to solve this problem is appreciated.
>
> It depends on what is written on your /home/simon/gcc/gcc-4.3.2/objdir/./gcc/xgcc/config.log
>
> Your search with Google should give you an answer in case the same problem as reported in your `config.log' has ever been encountered before.
>
> Best regards,
> Eus
>
>
>
>



-- 
miss you!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* checking for suffix of object files failed when build gcc4.3.2 in ubuntu
       [not found] <1fee35b40810042029k188f4436y7aee1d7fd4e4c6a4@mail.gmail.com>
@ 2008-10-05  3:39 ` simon Ye
  0 siblings, 0 replies; 3+ messages in thread
From: simon Ye @ 2008-10-05  3:39 UTC (permalink / raw)
  To: gcc-help

checking for suffix of object files failed when build gcc4.3.2 in ubuntu

Hi, all.
I am a newbie to ubuntu and gcc.
When I tried to build gcc4.3.2, I encountered the following compilation error:
.....
Checking multilib configuration for libgcc...
Configuring stage 1 in i686-pc-linux-gnu/libgcc
configure: loading cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... ar
checking for i686-pc-linux-gnu-lipo... lipo
checking for i686-pc-linux-gnu-nm... /home/simon/gcc/gcc-4.3.2/objdir/./gcc/nm
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for i686-pc-linux-gnu-strip... strip
checking whether ln -s works... yes
checking for i686-pc-linux-gnu-gcc...
/home/simon/gcc/gcc-4.3.2/objdir/./gcc/xgcc
-B/home/simon/gcc/gcc-4.3.2/objdir/./gcc/
-B/usr/local/gcc-4.3.2/i686-pc-linux-gnu/bin/
-B/usr/local/gcc-4.3.2/i686-pc-linux-gnu/lib/ -isystem
/usr/local/gcc-4.3.2/i686-pc-linux-gnu/include -isystem
/usr/local/gcc-4.3.2/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 `/home/simon/gcc/gcc-4.3.2/objdir'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/simon/gcc/gcc-4.3.2/objdir'
make: *** [all] Error 2
-----------------

Is there anybody encountering the error too.

Any hint to solve this problem is appreciated.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-07 15:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-07 15:00 checking for suffix of object files failed when build gcc4.3.2 in ubuntu Eus
2008-10-07 15:11 ` simon Ye
     [not found] <1fee35b40810042029k188f4436y7aee1d7fd4e4c6a4@mail.gmail.com>
2008-10-05  3:39 ` simon Ye

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).