Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Link error on AIX 4.3.3 for

Status
Not open for further replies.

garyweik

Programmer
Feb 19, 2002
11
0
0
US
When trying to "make" Tcl 8.4a5 on AIX 4.3.3 I get the following link error. Does anyone know how to fix this?
Thanks,
Gary

/usr/local/src/tcl/unix/ldAix /bin/ld -bhalt:4 -bM:SRE -bE:lib.exp -H512
-T512 -bnoentry -o libtcl8.4.so regcomp.o regexec.o regfree.o regerror.o tclAl
loc.o tclAsync.o tclBasic.o tclBinary.o tclCkalloc.o tclClock.o tclCmdAH.o tcl
CmdIL.o tclCmdMZ.o tclCompCmds.o tclCompExpr.o tclCompile.o tclDate.o tclEncodi
ng.o tclEnv.o tclEvent.o tclExecute.o tclFCmd.o tclFileName.o tclGet.o tclHash
.o tclHistory.o tclIndexObj.o tclInterp.o tclIo_O tclIOCmd.o tclIOGT.o tclIOSoc
k.o tclIOUtil.o tclLink.o tclListObj.o tclLiteral.o tclLoad.o tclMain.o tclName
sp.o tclNotify.o tclObj.o tclPanic.o tclParse.o tclParseExpr.o tclPipe.o tclPk
g.o tclPosixStr.o tclPreserve.o tclProc.o tclRegexp.o tclResolve.o tclResult.o
tclScan.o tclStringObj.o tclThread.o tclStubInit.o tclStubLib.o tclTimer.o tclU
tf.o tclUtil.o tclVar.o tclMtherr.o tclUnixChan.o tclUnixEvent.o tclUnixFCmd.o
tclUnixFile.o tclUnixPipe.o tclUnixSock.o tclUnixTime.o tclUnixInit.o tclUnixTh
rd.o tclUnixNotfy.o tclLoadDl.o -ldl -lc -lm -lbsd
noDotA="libtcl8.4.so"
ld: 0711-317 ERROR: Undefined symbol: .__floatdidf
ld: 0711-317 ERROR: Undefined symbol: .__moddi3
ld: 0711-317 ERROR: Undefined symbol: .__ashldi3
ld: 0711-317 ERROR: Undefined symbol: .__ashrdi3
ld: 0711-317 ERROR: Undefined symbol: .__divdi3
ld: 0711-317 ERROR: Undefined symbol: .__fixdfdi
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.


Stop.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top