Posted to tcl by bschwarz at Fri Nov 04 18:03:54 GMT 2011view raw
- nsthreadtest.c: At top level:
- nsthreadtest.c:51:20: warning: âRCSIDâ defined but not used [-Wunused-variable]
- /usr/local/aolserver/bin/tclsh8.6 /home/bschwarz/aolserver/util/nsremove.tcl nsthreadtest
- gcc -o nsthreadtest nsthreadtest.o \
- -L. -lnsthread -L/usr/local/aolserver/lib -ltcl8.6 -ldl -lpthread -lieee -lm -lgcc_s -Wl,--export-dynamic -Wl,-rpath,/usr/local/aolserver/lib
- nsthreadtest.o: In function `Pthread':
- nsthreadtest.c:(.text+0xc): undefined reference to `Ns_ThreadSetName'
- nsthreadtest.c:(.text+0x2f): undefined reference to `Ns_TlsSet'
- nsthreadtest.c:(.text+0x3b): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text+0x5f): undefined reference to `Ns_CondWait'
- nsthreadtest.c:(.text+0x75): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.c:(.text+0x7f): undefined reference to `Ns_MasterLock'
- nsthreadtest.c:(.text+0x8e): undefined reference to `Ns_MasterUnlock'
- nsthreadtest.c:(.text+0xa3): undefined reference to `Ns_TlsAlloc'
- nsthreadtest.o: In function `MemThread':
- nsthreadtest.c:(.text+0xf1): undefined reference to `Ns_ThreadSetName'
- nsthreadtest.c:(.text+0xfd): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text+0x110): undefined reference to `Ns_CondBroadcast'
- nsthreadtest.c:(.text+0x12f): undefined reference to `Ns_CondWait'
- nsthreadtest.c:(.text+0x14a): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.c:(.text+0x161): undefined reference to `ns_free'
- nsthreadtest.c:(.text+0x16b): undefined reference to `ns_malloc'
- nsthreadtest.o: In function `Msg':
- nsthreadtest.c:(.text+0x210): undefined reference to `ns_ctime'
- nsthreadtest.c:(.text+0x25a): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text+0x25f): undefined reference to `Ns_ThreadGetName'
- nsthreadtest.c:(.text+0x2a8): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.o: In function `WorkThread':
- nsthreadtest.c:(.text+0x33e): undefined reference to `Ns_ThreadSetName'
- nsthreadtest.c:(.text+0x353): undefined reference to `Ns_RWLockRdLock'
- nsthreadtest.c:(.text+0x377): undefined reference to `Ns_CsEnter'
- nsthreadtest.c:(.text+0x391): undefined reference to `Ns_CsEnter'
- nsthreadtest.c:(.text+0x3ab): undefined reference to `Ns_CsLeave'
- nsthreadtest.c:(.text+0x3b7): undefined reference to `Ns_CsLeave'
- nsthreadtest.c:(.text+0x3c1): undefined reference to `Ns_ThreadSelf'
- nsthreadtest.c:(.text+0x3cd): undefined reference to `Ns_TlsGet'
- nsthreadtest.c:(.text+0x3dc): undefined reference to `Ns_SemaWait'
- nsthreadtest.c:(.text+0x421): undefined reference to `Ns_RWLockUnlock'
- nsthreadtest.c:(.text+0x445): undefined reference to `Ns_ThreadExit'
- nsthreadtest.c:(.text+0x471): undefined reference to `Ns_RWLockWrLock'
- nsthreadtest.c:(.text+0x4d1): undefined reference to `Ns_GetTime'
- nsthreadtest.c:(.text+0x4f7): undefined reference to `Ns_IncrTime'
- nsthreadtest.c:(.text+0x51a): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text+0x52a): undefined reference to `ns_ctime'
- nsthreadtest.c:(.text+0x551): undefined reference to `Ns_CondTimedWait'
- nsthreadtest.c:(.text+0x560): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.c:(.text+0x570): undefined reference to `ns_ctime'
- nsthreadtest.c:(.text+0x596): undefined reference to `ns_malloc'
- nsthreadtest.c:(.text+0x5a8): undefined reference to `Ns_TlsSet'
- nsthreadtest.o: In function `RecursiveStackCheck':
- nsthreadtest.c:(.text+0x5f6): undefined reference to `Ns_CheckStack'
- nsthreadtest.o: In function `CheckStackThread':
- nsthreadtest.c:(.text+0x61c): undefined reference to `Ns_ThreadSetName'
- nsthreadtest.o: In function `MemTime':
- nsthreadtest.c:(.text+0x65a): undefined reference to `ns_malloc'
- nsthreadtest.c:(.text+0x669): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text+0x689): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.c:(.text+0x6cd): undefined reference to `Ns_GetTime'
- nsthreadtest.c:(.text+0x708): undefined reference to `Ns_ThreadCreate'
- nsthreadtest.c:(.text+0x71d): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text+0x73f): undefined reference to `Ns_CondWait'
- nsthreadtest.c:(.text+0x77e): undefined reference to `Ns_CondBroadcast'
- nsthreadtest.c:(.text+0x78a): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.c:(.text+0x7a9): undefined reference to `Ns_ThreadJoin'
- nsthreadtest.c:(.text+0x7bf): undefined reference to `Ns_GetTime'
- nsthreadtest.c:(.text+0x7d1): undefined reference to `Ns_DiffTime'
- nsthreadtest.o: In function `DumperThread':
- nsthreadtest.c:(.text+0x8ac): undefined reference to `Ns_ThreadSetName'
- nsthreadtest.c:(.text+0x8b8): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text+0x8c4): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text+0x8e4): undefined reference to `Ns_GetTime'
- nsthreadtest.c:(.text+0x8f3): undefined reference to `Ns_IncrTime'
- nsthreadtest.c:(.text+0x909): undefined reference to `Ns_CondTimedWait'
- nsthreadtest.c:(.text+0x915): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text+0x921): undefined reference to `Ns_ThreadList'
- nsthreadtest.c:(.text+0x935): undefined reference to `Ns_MutexList'
- nsthreadtest.c:(.text+0x95f): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.c:(.text+0x97b): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.c:(.text+0x987): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.o: In function `TlsLogArg':
- nsthreadtest.c:(.text+0x5d9): undefined reference to `ns_free'
- nsthreadtest.o: In function `CheckStackThread':
- nsthreadtest.c:(.text+0x62f): undefined reference to `Ns_ThreadExit'
- nsthreadtest.o: In function `main':
- nsthreadtest.c:(.text.startup+0xf): undefined reference to `NsThreads_LibInit'
- nsthreadtest.c:(.text.startup+0x1b): undefined reference to `Ns_ThreadSetName'
- nsthreadtest.c:(.text.startup+0x8e): undefined reference to `Ns_ThreadCreate'
- nsthreadtest.c:(.text.startup+0xa6): undefined reference to `Ns_ThreadCreate'
- nsthreadtest.c:(.text.startup+0xb9): undefined reference to `Ns_MutexSetName'
- nsthreadtest.c:(.text.startup+0xcc): undefined reference to `Ns_MutexSetName'
- nsthreadtest.c:(.text.startup+0xdf): undefined reference to `Ns_MutexSetName'
- nsthreadtest.c:(.text.startup+0xf2): undefined reference to `Ns_MutexSetName'
- nsthreadtest.c:(.text.startup+0xfc): undefined reference to `Ns_ThreadStackSize'
- nsthreadtest.c:(.text.startup+0x10d): undefined reference to `Ns_SemaInit'
- nsthreadtest.c:(.text.startup+0x14f): undefined reference to `Ns_TlsAlloc'
- nsthreadtest.c:(.text.startup+0x17d): undefined reference to `Ns_ThreadCreate'
- nsthreadtest.c:(.text.startup+0x1a0): undefined reference to `Ns_SemaPost'
- nsthreadtest.c:(.text.startup+0x1ba): undefined reference to `Ns_RWLockWrLock'
- nsthreadtest.c:(.text.startup+0x1de): undefined reference to `Ns_RWLockUnlock'
- nsthreadtest.c:(.text.startup+0x20d): undefined reference to `Ns_ThreadJoin'
- nsthreadtest.c:(.text.startup+0x26d): undefined reference to `Ns_ThreadYield'
- nsthreadtest.c:(.text.startup+0x281): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text.startup+0x297): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.c:(.text.startup+0x2a3): undefined reference to `Ns_CondBroadcast'
- nsthreadtest.c:(.text.startup+0x2f8): undefined reference to `Ns_ThreadSelf'
- nsthreadtest.c:(.text.startup+0x304): undefined reference to `Ns_MutexLock'
- nsthreadtest.c:(.text.startup+0x31a): undefined reference to `Ns_CondSignal'
- nsthreadtest.c:(.text.startup+0x326): undefined reference to `Ns_MutexUnlock'
- nsthreadtest.c:(.text.startup+0x335): undefined reference to `Ns_ThreadJoin'
- nsthreadtest.c:(.text.startup+0x36c): undefined reference to `Ns_ThreadCreate'
- nsthreadtest.c:(.text.startup+0x38d): undefined reference to `Ns_ThreadJoin'
- collect2: ld returned 1 exit status
- make[1]: *** [nsthreadtest] Error 1
- make[1]: Leaving directory `/home/bschwarz/aolserver/nsthread'
- make: *** [build] Error 1
- bschwarz@mythbox:~/aolserver$