[asterisk-bugs] [Asterisk 0016487]: Build fails when defs are required by the linker
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 21 08:52:24 CST 2009
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=16487
======================================================================
Reported By: viraptor
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16487
Category: Core/BuildSystem
Reproducibility: always
Severity: tweak
Priority: normal
Status: acknowledged
Asterisk Version: 1.6.1.12
JIRA:
Regression: Yes
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-12-21 07:50 CST
Last Modified: 2009-12-21 08:52 CST
======================================================================
Summary: Build fails when defs are required by the linker
Description:
When I was compiling ast-1.6.1.1, it worked well with LDFLAGS
"-Wl,-z,defs". With 1.6.1.11 and .12, this is no longer possible - modules
fail to build with messages like (just a sample from >100 lines):
asterisk-1.6.1.12/channels/iax2-provision.c:263: undefined reference to
`ast_db_get'
While it's not a big deal, because those symbols will get resolved after
the channel is loaded and compilation will succeed without custom LDFLAGS,
it would be good if asterisk modules compiled cleanly again -- even with
strict symbol checking.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-12-21 08:52 lmadsen Description Updated
======================================================================
More information about the asterisk-bugs
mailing list