Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CC / TCL ERROR

Status
Not open for further replies.

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
 
I got this error when I Linked a program in TC to create a new TCL comand.

_Tcl_Main in module <path of my file>
_Tcl_CreatedCommand in module <path of my file>
_Tcl_AppendResult in module <path of my file>


What can I do to solve this Linker Error ??

I included *.h and *.lib files of tcl/tk to TC include, Lib directories.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top