public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/45010]  New: Link errors in bootstrap with static libgmpxx.a
@ 2010-07-20 21:47 marc dot mengel at gmail dot com
  2010-07-20 21:49 ` [Bug c/45010] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: marc dot mengel at gmail dot com @ 2010-07-20 21:47 UTC (permalink / raw)
  To: gcc-bugs

The link options link with -lgmpxx, but do not include the required -lstdc++
and -lm options to make that link successful.  This works accidentally if gmp
is built as a shared library, which knows its dependencies at runtime, but if
it is built static, the links fail with a sea of errors about undefined
symbols.

Reprodce by:
configure gmp library with --disable-shared and install /some/where
configure gcc with --with-gmp=/some/where
make bootstrap


-- 
           Summary: Link errors in bootstrap with static libgmpxx.a
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: marc dot mengel at gmail dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2010-07-20 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-20 21:47 [Bug c/45010] New: Link errors in bootstrap with static libgmpxx.a marc dot mengel at gmail dot com
2010-07-20 21:49 ` [Bug c/45010] " pinskia at gcc dot gnu dot org
2010-07-20 21:51 ` marc dot mengel at gmail dot com
2010-07-20 22:10 ` marc dot mengel at gmail dot com

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