Tk Source Code

View Ticket
Login
Ticket UUID: 06c6d9422f3e5731838d2381a6ee8c77cec53856
Title: novem-support branch doesn't build
Type: Bug Version:
Submitter: dgp Created on: 2016-12-06 13:30:58
Subsystem: (unused) Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Important
Status: Closed Last Modified: 2016-12-06 15:10:22
Resolution: Fixed Closed By: jan.nijtmans
    Closed on: 2016-12-06 15:10:22
Description:
On Linux....

$ cd tk/unix
$ ./configure --with-tcl=/path/to/novem/unix --disable-shared
...
$ make
...
gcc -O2  -pipe    -Wl,--export-dynamic  tkAppInit.o -L/home/dgp/fossil/tkfix/unix -ltk8.7 \
        -L/home/dgp/fossil/tcl9/unix -ltcl9.0  -lpthread -lXft   -lfontconfig -lX11 -lXss -lXext -ldl -lz  -lpthread -lieee -lm  -Wl,-rpath,/home/dgp/x86_64/linuxoldld/lib -o wish
/home/dgp/fossil/tkfix/unix/libtk8.7.a(tkObj.o): In function `TkRegisterObjTypes':
tkObj.c:(.text+0xd24): undefined reference to `tclStubsPtr'
collect2: error: ld returned 1 exit status
User Comments: jan.nijtmans added on 2016-12-06 15:10:22:
Fixed in commit [6a477bee240651f190645aec530f47f17450d918|6a477bee24].