This is a discussion on Samba Compile Errors (AIX 4.3.3) within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi, I'm trying to compile the latest samba build but get the following of a TOC overflow error no ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm trying to compile the latest samba build but get the following of a TOC overflow error no matter what I do. Very old usenet posts reccomend using the linker flag -bbigtoc but this had no effect on my build. I'm running the GCC binary off Bull's freeware site. ld is AIX defualt. Kevin ------ Using FLAGS = -O -I./popt -Iinclude -I/var/install/samba-3.0.5pre1/source/include -I/va r/install/samba-3.0.5pre1/source/ubiqx -I/var/install/samba-3.0.5pre1/source /smbwrapper -I. -D_LARGE_FILES -I/var/install/samba-3.0.5pre1/source LIBS = LDSHFLAGS = -Wl,-bexpall,-bM:SRE,-bnoentry,-berok LDFLAGS = Linking bin/smbd ld: 0711-781 ERROR: TOC overflow. TOC size: 88440 Maximum size: 65536 collect2: ld returned 12 exit status make: The error code from the last command is 1. ------ |
| |||
| Kevin Bowling <kevin.bowlingNO.SPAM@wans.removethis.net> wrote: > Hi, > I'm trying to compile the latest samba build but get the following of a > TOC overflow error no matter what I do. Very old usenet posts reccomend > using the linker flag -bbigtoc but this had no effect on my build. I'm > running the GCC binary off Bull's freeware site. ld is AIX defualt. > Kevin > ------ > Using FLAGS > = -O -I./popt -Iinclude -I/var/install/samba-3.0.5pre1/source/include -I/va > r/install/samba-3.0.5pre1/source/ubiqx -I/var/install/samba-3.0.5pre1/source > /smbwrapper -I. -D_LARGE_FILES -I/var/install/samba-3.0.5pre1/source > LIBS = > LDSHFLAGS = -Wl,-bexpall,-bM:SRE,-bnoentry,-berok Add ",-bbigtoc". -- albert chin (china @at@ thewrittenword .dot. com) |
| ||||
| "Albert Chin-A-Young" <china@foo.com> wrote in message news:RdGdnXdL6dXuwybdRVn-hA@speakeasy.net... > Kevin Bowling <kevin.bowlingNO.SPAM@wans.removethis.net> wrote: > > Hi, > > I'm trying to compile the latest samba build but get the following of a > > TOC overflow error no matter what I do. Very old usenet posts reccomend > > using the linker flag -bbigtoc but this had no effect on my build. I'm > > running the GCC binary off Bull's freeware site. ld is AIX defualt. > > Kevin > > ------ > > Using FLAGS > > = -O -I./popt -Iinclude -I/var/install/samba-3.0.5pre1/source/include -I/va > > r/install/samba-3.0.5pre1/source/ubiqx -I/var/install/samba-3.0.5pre1/source > > /smbwrapper -I. -D_LARGE_FILES -I/var/install/samba-3.0.5pre1/source > > LIBS = > > LDSHFLAGS = -Wl,-bexpall,-bM:SRE,-bnoentry,-berok > > Add ",-bbigtoc". If you read the original post, this does nothing and I get the same error. Kevin |