Bugs item #534792, was opened at 2002-03-25 13:15
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=534792&group_id=3152

Category: Configuration: Server
Group: aolserver4_0
>Status: Pending
>Resolution: Fixed
Priority: 5
Submitted By: wj (wesj)
>Assigned to: Kriston Rehberg (kriston)
Summary: won't compile under OS X (10.1.3)

Initial Comment:
Here is the compile error:

(cd unix; make)
rm -f libtcl8.3g.dylib
cc -dynamiclib -prebind  -compatibility_version 8
-current_version 8.3 -install_name
/usr/local/aolserver/lib/libtcl8.3g.dylib -prebind
-seg1addr a000000 -o libtcl8.3g.dylib regcomp.o
regexec.o regfree.o regerror.o tclAlloc.o tclAsync.o
tclBasic.o tclBinary.o tclCkalloc.o tclClock.o
tclCmdAH.o tclCmdIL.o tclCmdMZ.o tclCompCmds.o
tclCompExpr.o tclCompile.o tclDate.o tclEncoding.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
tclIOSock.o tclIOUtil.o tclLink.o tclListObj.o
tclLiteral.o tclLoad.o tclMain.o tclNamesp.o
tclNotify.o tclObj.o tclPanic.o tclParse.o
tclParseExpr.o tclPipe.o tclPkg.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 tclUtf.o
tclUtil.o tclVar.o tclMtherr.o tclUnixChan.o
tclUnixEvent.o tclUnixFCmd.o tclUnixFile.o
tclUnixPipe.o tclUnixSock.o tclUnixTime.o tclUnixInit.o
tclUnixThrd.o  tclUnixNotfy.o  tclLoadDyld.o  -lpthread
ld: warning prebinding disabled because of undefined
symbols
ld: Undefined symbols:
_gmtime_r
_localtime_r
_readdir_r
/usr/bin/libtool: internal link edit command failed
make[2]: *** [libtcl8.3g.dylib] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 1


----------------------------------------------------------------------

>Comment By: Kriston Rehberg (kriston)
Date: 2002-04-16 22:55

Message:
Logged In: YES
user_id=16427

Gotcha.  Merely do this and it will be happy:

LDSO=$(LD) -flat_namespace -bundle -bundle_loader ../nsd/nsd8x

Also look at bug #544976.

I'm leaving this open until I check it in somewhere.  ALso
look in the file area for my Darwin build of AOLserver.

Don't forget to bring a towel!


----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2002-03-25 19:13

Message:
Logged In: NO

towels

----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=103152&aid=534792&group_id=3152

Reply via email to