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

* [Bug c/45010] Link errors in bootstrap with static libgmpxx.a
  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 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-07-20 21:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2010-07-20 21:49 -------
>From http://gcc.gnu.org/install/configure.html :

--with-host-libstdcxx=linker-args
    If you are linking with a static copy of PPL, you can use this option to
specify how the linker should find the standard C++ library used internally by
PPL. Typical values of linker-args might be `-lstdc++' or
`-Wl,-Bstatic,-lstdc++,-Bdynamic -lm'. If you are linking with a shared copy of
PPL, you probably do not need this option; shared library dependencies will
cause the linker to search for the standard C++ library automatically. 


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug c/45010] Link errors in bootstrap with static libgmpxx.a
  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
  2 siblings, 0 replies; 4+ messages in thread
From: marc dot mengel at gmail dot com @ 2010-07-20 21:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from marc dot mengel at gmail dot com  2010-07-20 21:51 -------
Created an attachment (id=21271)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21271&action=view)
patch to configure.ac to include needed libraries for static libgmpxx

This is a pretty straightforward fix..


-- 


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


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

* [Bug c/45010] Link errors in bootstrap with static libgmpxx.a
  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
  2 siblings, 0 replies; 4+ messages in thread
From: marc dot mengel at gmail dot com @ 2010-07-20 22:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from marc dot mengel at gmail dot com  2010-07-20 22:10 -------
So if we prefer a nonstandard configure option to having it work for the right
reasons, that's okay, I guess...


-- 


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