Guest_imported
New member
- Jan 1, 1970
- 0
I got this error when I compiled a program in C to create a new TCL comand
/usr/ccs/bin/ld: (warning) At least one PA 2.0 object file (C_Tcl.o) was detected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
Tcl_CreateComand(code)
Tcl_CreateInterp (code)
Tcl_EvalFile (code)
What can I do to solve this warning??
Oscar
/usr/ccs/bin/ld: (warning) At least one PA 2.0 object file (C_Tcl.o) was detected. The linked output may not run on a PA 1.x system.
/usr/ccs/bin/ld: Unsatisfied symbols:
Tcl_CreateComand(code)
Tcl_CreateInterp (code)
Tcl_EvalFile (code)
What can I do to solve this warning??
Oscar