Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 313229 Details for
Bug 457622
linking against libdbus fails: undefined reference to `__libc_csu_fini'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
C file which fails
libc-csu.c (text/x-csrc), 1.73 KB, created by
Sam Steingold
on 2008-08-01 20:26:38 UTC
(
hide
)
Description:
C file which fails
Filename:
MIME Type:
Creator:
Sam Steingold
Created:
2008-08-01 20:26:38 UTC
Size:
1.73 KB
patch
obsolete
>#define PACKAGE_NAME "dbus" >#define PACKAGE_TARNAME "dbus" >#define PACKAGE_VERSION "1.0" >#define PACKAGE_STRING "dbus 1.0" >#define PACKAGE_BUGREPORT "clisp-list" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _GNU_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define _TANDEM_SOURCE 1 >#define HAVE_TIME_H 1 >#define HAVE_SYS_TIME_H 1 >/* end confdefs.h. */ >/* Define dbus_error_init to an innocuous variant, in case <limits.h> declares dbus_error_init. > For example, HP-UX 11i <limits.h> declares gettimeofday. */ >#define dbus_error_init innocuous_dbus_error_init > >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char dbus_error_init (); below. > Prefer <limits.h> to <assert.h> if __STDC__ is defined, since > <limits.h> exists even on freestanding compilers. */ > >#ifdef __STDC__ ># include <limits.h> >#else ># include <assert.h> >#endif > >#undef dbus_error_init > >/* Override any GCC internal prototype to avoid an error. > Use char because int might match the return type of a GCC > builtin and then its argument prototype would still apply. */ >#ifdef __cplusplus >extern "C" >#endif >char dbus_error_init (); >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined __stub_dbus_error_init || defined __stub___dbus_error_init >choke me >#endif > >int >main () >{ >return dbus_error_init (); > ; > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 457622
: 313229 |
314566
|
314568
|
315761