public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Can't build gcc cvs trunk 20041201 on sparc64-linux: libstdc++ configure chokes: Link tests are not allowed after GCC_NO_EXECUTABLES.
@ 2004-12-03  9:11 Christian Joensson
  2004-12-03  9:15 ` Can't build gcc cvs trunk 20041202 " Christian Joensson
  2004-12-03 17:52 ` Can't build gcc cvs trunk 20041201 " Janis Johnson
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Joensson @ 2004-12-03  9:11 UTC (permalink / raw)
  To: gcc

Aurora SPARC Linux Corona (FC2 -> FC3) UltraSparc IIi (Sabre) sun4u:

binutils-2.15.90.0.3-6
bison-1.875-7.1
dejagnu-1.4.2-11
expect-5.39.0-96.1
gcc-3.3.4-2
glibc-2.3.3-74sparc.sparc
glibc-2.3.3-74sparc.sparc64
glibc-headers-2.3.3-74sparc
glibc-kernheaders-2.6-17sparc
kernel-2.6.8-1.571sp1
tcl-8.4.5-7

LAST_UPDATED: Thu Dec  2 08:35:29 UTC 2004

while configuring in libstdc++, I get the follwoing problem:

checking for g++ that supports -ffunction-sections -fdata-sections... 
yes
checking for sin in -lm... configure: error: Link tests are not allowed 
after GCC_NO_EXECUTABLES.
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/usr/local/src/trunk/objdir64'
make: *** [bootstrap-lean] Error 2

Anyone?

Cheers,

/ChJ

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

* Re: Can't build gcc cvs trunk 20041202 on sparc64-linux: libstdc++ configure chokes: Link tests are not allowed after GCC_NO_EXECUTABLES.
  2004-12-03  9:11 Can't build gcc cvs trunk 20041201 on sparc64-linux: libstdc++ configure chokes: Link tests are not allowed after GCC_NO_EXECUTABLES Christian Joensson
@ 2004-12-03  9:15 ` Christian Joensson
  2004-12-03 17:52 ` Can't build gcc cvs trunk 20041201 " Janis Johnson
  1 sibling, 0 replies; 4+ messages in thread
From: Christian Joensson @ 2004-12-03  9:15 UTC (permalink / raw)
  To: gcc

On Fri, Dec 03, 2004 at 09:55:58AM +0100, Christian Joensson wrote:

grr, this is right!
 
> LAST_UPDATED: Thu Dec  2 08:35:29 UTC 2004

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

* Re: Can't build gcc cvs trunk 20041201 on sparc64-linux: libstdc++ configure chokes: Link tests are not allowed after GCC_NO_EXECUTABLES.
  2004-12-03  9:11 Can't build gcc cvs trunk 20041201 on sparc64-linux: libstdc++ configure chokes: Link tests are not allowed after GCC_NO_EXECUTABLES Christian Joensson
  2004-12-03  9:15 ` Can't build gcc cvs trunk 20041202 " Christian Joensson
@ 2004-12-03 17:52 ` Janis Johnson
  2004-12-03 17:54   ` H. J. Lu
  1 sibling, 1 reply; 4+ messages in thread
From: Janis Johnson @ 2004-12-03 17:52 UTC (permalink / raw)
  To: gcc

On Fri, Dec 03, 2004 at 09:55:58AM +0100, Christian Joensson wrote:
> Aurora SPARC Linux Corona (FC2 -> FC3) UltraSparc IIi (Sabre) sun4u:
> 
> 
> 
> while configuring in libstdc++, I get the follwoing problem:
> 
> checking for g++ that supports -ffunction-sections -fdata-sections... 
> yes
> checking for sin in -lm... configure: error: Link tests are not allowed 
> after GCC_NO_EXECUTABLES.
> make[1]: *** [configure-target-libstdc++-v3] Error 1
> make[1]: Leaving directory `/usr/local/src/trunk/objdir64'
> make: *** [bootstrap-lean] Error 2
> 
> Anyone?

I've been getting similar errors for powerpc64-linux for days.  There's
been a lot of discussion about this and related build problems on IRC.

Janis

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

* Re: Can't build gcc cvs trunk 20041201 on sparc64-linux: libstdc++ configure chokes: Link tests are not allowed after GCC_NO_EXECUTABLES.
  2004-12-03 17:52 ` Can't build gcc cvs trunk 20041201 " Janis Johnson
@ 2004-12-03 17:54   ` H. J. Lu
  0 siblings, 0 replies; 4+ messages in thread
From: H. J. Lu @ 2004-12-03 17:54 UTC (permalink / raw)
  To: Janis Johnson; +Cc: gcc

On Fri, Dec 03, 2004 at 09:52:01AM -0800, Janis Johnson wrote:
> On Fri, Dec 03, 2004 at 09:55:58AM +0100, Christian Joensson wrote:
> > Aurora SPARC Linux Corona (FC2 -> FC3) UltraSparc IIi (Sabre) sun4u:
> > 
> > 
> > 
> > while configuring in libstdc++, I get the follwoing problem:
> > 
> > checking for g++ that supports -ffunction-sections -fdata-sections... 
> > yes
> > checking for sin in -lm... configure: error: Link tests are not allowed 
> > after GCC_NO_EXECUTABLES.
> > make[1]: *** [configure-target-libstdc++-v3] Error 1
> > make[1]: Leaving directory `/usr/local/src/trunk/objdir64'
> > make: *** [bootstrap-lean] Error 2
> > 
> > Anyone?
> 
> I've been getting similar errors for powerpc64-linux for days.  There's
> been a lot of discussion about this and related build problems on IRC.
> 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18797


H.J.

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

end of thread, other threads:[~2004-12-03 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-03  9:11 Can't build gcc cvs trunk 20041201 on sparc64-linux: libstdc++ configure chokes: Link tests are not allowed after GCC_NO_EXECUTABLES Christian Joensson
2004-12-03  9:15 ` Can't build gcc cvs trunk 20041202 " Christian Joensson
2004-12-03 17:52 ` Can't build gcc cvs trunk 20041201 " Janis Johnson
2004-12-03 17:54   ` H. J. Lu

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).