Hi All!
While linking tk 8.2.3 ld fails with error:
ld: fatal: relocations remain against allocatable but non-writable
sections
What is wrong?
Sent via Deja.com http://www.deja.com/
Before you buy.
While linking tk 8.2.3 ld fails with error:
ld: fatal: relocations remain against allocatable but non-writable
sections
What is wrong?
Sent via Deja.com http://www.deja.com/
Before you buy.
Hi !
I have a problem compiling C programs using TK.
Example:
#include <stdio.h>
#include <tcl.h>
#include <tk.h>
#include <dlfcn.h>
int main(argc, argv)
int argc;
char **argv;
{
Tk_Window mainWindow;
Tcl_Interp *interp;
static char *display = NULL;
interp = Tcl_CreateInterp();
mainWindow = Tk_CreateMainWindow(interp, display, argv[0], "Tk");
.......
When I try to compile the program with 'gcc xxx.c -ltck -ltk -lX11 -lm -ldl',
I get a 'undefined reference to k_CreateMainWindow'
What's wrong ??? Any ideas ?
Andreas
2. TCP Sequence Number Prediction
3. libX11 Problems compiling Tk 4.2
4. efs140mp.Z
5. Problems compiling c program w/ TK
7. Tcl/Tk compile problem. need dlfcn.h!!
8. Configure Linux Server to be a gateway for ICQ w98 clients
9. TK/tcl gurus: wrong version of Tk loaded (3.6): need 4.x?
10. Compiling Tk 4.0
11. Trouble Compiling tcl/tk program under RedHat 4.1
12. compiling Tk-3.2 under Solaris 2.x with gcc-2.3.3
13. How to compile a static version of a tck/tk app (tkdesk)