public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/15873] New: [3.3 only] hidden symbol `__floatsidf' is referenced by DSO
@ 2004-06-08 13:01 xfree at mail dot hitel dot net
  2004-06-08 13:18 ` [Bug target/15873] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: xfree at mail dot hitel dot net @ 2004-06-08 13:01 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1472 bytes --]

I got these errors while compiling Linux-PAM-0.77 library.

arm-softfloat-linux-gnu-gcc -Wall -Wwrite-strings       -Wpointer-arith
-Wcast-qual -Wcast-align        -Wstrict-prototypes -Wmissing-prototypes       
-Wnested-externs -Winline -Wshadow -Dlinux -ansi -D_POSIX_SOURCE -pedantic
-I./include -I/opt/src/Linux-PAM-0.77/libpam/include -I/opt/src/Linux-PAM-0.77
-I/opt/src/Linux-PAM-0.77/libpamc/include
-I/opt/src/Linux-PAM-0.77/libpam_misc/include -o blank blank.o
-L/opt/src/Linux-PAM-0.77/libpam -L/opt/src/Linux-PAM-0.77/libpamc
-L/opt/src/Linux-PAM-0.77/libpam_misc -lpam -lpam_misc
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/../../../../arm-softfloat-linux-gnu/bin/ld:
blank: hidden symbol `__floatsidf' in
/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/lib/gcc-lib/arm-softfloat-linux-gnu/3.3.3/libgcc.a(_addsubdf3.oS)
is referenced by DSO
collect2: ld returned 1 exit status
make[1]: *** [blank] ¿À·ù 1

-- 
           Summary: [3.3 only] hidden symbol `__floatsidf' is referenced by
                    DSO
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: xfree at mail dot hitel dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug target/15873] [3.3 only] hidden symbol `__floatsidf' is referenced by DSO
  2004-06-08 13:01 [Bug bootstrap/15873] New: [3.3 only] hidden symbol `__floatsidf' is referenced by DSO xfree at mail dot hitel dot net
@ 2004-06-08 13:18 ` pinskia at gcc dot gnu dot org
  2004-06-09  1:54 ` xfree at mail dot hitel dot net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-08 13:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-08 13:18 -------
This is most likely a dup of bug 12015.  What binutils version are you using?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |target
           Keywords|                            |build


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


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

* [Bug target/15873] [3.3 only] hidden symbol `__floatsidf' is referenced by DSO
  2004-06-08 13:01 [Bug bootstrap/15873] New: [3.3 only] hidden symbol `__floatsidf' is referenced by DSO xfree at mail dot hitel dot net
  2004-06-08 13:18 ` [Bug target/15873] " pinskia at gcc dot gnu dot org
@ 2004-06-09  1:54 ` xfree at mail dot hitel dot net
  2004-06-10  2:33 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: xfree at mail dot hitel dot net @ 2004-06-09  1:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From xfree at mail dot hitel dot net  2004-06-09 01:54 -------
I think so. I built a crosstool by kegel's script.
binutils's version is 2.15.


(In reply to comment #1)
> This is most likely a dup of bug 12015.  What binutils version are you using?



-- 


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


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

* [Bug target/15873] [3.3 only] hidden symbol `__floatsidf' is referenced by DSO
  2004-06-08 13:01 [Bug bootstrap/15873] New: [3.3 only] hidden symbol `__floatsidf' is referenced by DSO xfree at mail dot hitel dot net
  2004-06-08 13:18 ` [Bug target/15873] " pinskia at gcc dot gnu dot org
  2004-06-09  1:54 ` xfree at mail dot hitel dot net
@ 2004-06-10  2:33 ` pinskia at gcc dot gnu dot org
  2004-08-15  3:24 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-10  2:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-10 02:33 -------
hmm, I wonder if this is not a bug in PAM as basically what it is saying is that functions from libgcc is 
being referenced from the shared library (DSO).

-- 


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


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

* [Bug target/15873] [3.3 only] hidden symbol `__floatsidf' is referenced by DSO
  2004-06-08 13:01 [Bug bootstrap/15873] New: [3.3 only] hidden symbol `__floatsidf' is referenced by DSO xfree at mail dot hitel dot net
                   ` (2 preceding siblings ...)
  2004-06-10  2:33 ` pinskia at gcc dot gnu dot org
@ 2004-08-15  3:24 ` pinskia at gcc dot gnu dot org
  2004-09-28 13:44 ` gdr at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-15  3:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.5


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


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

* [Bug target/15873] [3.3 only] hidden symbol `__floatsidf' is referenced by DSO
  2004-06-08 13:01 [Bug bootstrap/15873] New: [3.3 only] hidden symbol `__floatsidf' is referenced by DSO xfree at mail dot hitel dot net
                   ` (3 preceding siblings ...)
  2004-08-15  3:24 ` pinskia at gcc dot gnu dot org
@ 2004-09-28 13:44 ` gdr at gcc dot gnu dot org
  2004-12-28  2:17 ` pinskia at gcc dot gnu dot org
  2004-12-29  0:23 ` rth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: gdr at gcc dot gnu dot org @ 2004-09-28 13:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at gcc dot gnu dot org  2004-09-28 13:34 -------
Adjust milestone

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.3.5                       |3.3.6


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


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

* [Bug target/15873] [3.3 only] hidden symbol `__floatsidf' is referenced by DSO
  2004-06-08 13:01 [Bug bootstrap/15873] New: [3.3 only] hidden symbol `__floatsidf' is referenced by DSO xfree at mail dot hitel dot net
                   ` (4 preceding siblings ...)
  2004-09-28 13:44 ` gdr at gcc dot gnu dot org
@ 2004-12-28  2:17 ` pinskia at gcc dot gnu dot org
  2004-12-29  0:23 ` rth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-28  2:17 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-28 02:17:17
               date|                            |


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


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

* [Bug target/15873] [3.3 only] hidden symbol `__floatsidf' is referenced by DSO
  2004-06-08 13:01 [Bug bootstrap/15873] New: [3.3 only] hidden symbol `__floatsidf' is referenced by DSO xfree at mail dot hitel dot net
                   ` (5 preceding siblings ...)
  2004-12-28  2:17 ` pinskia at gcc dot gnu dot org
@ 2004-12-29  0:23 ` rth at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rth at gcc dot gnu dot org @ 2004-12-29  0:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rth at gcc dot gnu dot org  2004-12-29 00:23 -------
This is virtually certain to be a bug in either pam or some other system
library that you're linking with.  The error message means that someone
didn't link some shared library against libgcc.

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


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


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

end of thread, other threads:[~2004-12-29  0:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-08 13:01 [Bug bootstrap/15873] New: [3.3 only] hidden symbol `__floatsidf' is referenced by DSO xfree at mail dot hitel dot net
2004-06-08 13:18 ` [Bug target/15873] " pinskia at gcc dot gnu dot org
2004-06-09  1:54 ` xfree at mail dot hitel dot net
2004-06-10  2:33 ` pinskia at gcc dot gnu dot org
2004-08-15  3:24 ` pinskia at gcc dot gnu dot org
2004-09-28 13:44 ` gdr at gcc dot gnu dot org
2004-12-28  2:17 ` pinskia at gcc dot gnu dot org
2004-12-29  0:23 ` rth at gcc dot gnu dot org

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