Bug 3389 - smbd fails to build when statially linking many libs (for a dependency free binary)
Summary: smbd fails to build when statially linking many libs (for a dependency free b...
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.21a
Hardware: PPC AIX
: P3 minor
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-09 11:12 UTC by William Jojo
Modified: 2006-01-09 14:58 UTC (History)
0 users

See Also:


Attachments
fix for large symbol TOC (619 bytes, patch)
2006-01-09 11:15 UTC, William Jojo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Jojo 2006-01-09 11:12:51 UTC
-bbigtoc is required on AIX when building a statically linked binary for packaging. This is added to DYNEXP.
Comment 1 William Jojo 2006-01-09 11:15:49 UTC
Created attachment 1658 [details]
fix for large symbol TOC

this fixes failures in linking smbd when the symbol table for ld exceeds 65536 bytes.
Comment 2 Tim Potter 2006-01-09 14:58:00 UTC
Checked in - thanks!