help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

profiling and tcl error?


From: Michael J. Lanham
Subject: profiling and tcl error?
Date: Fri, 23 Feb 2001 17:46:26 -0500

Problem: linking the tcl library in at link time (-ltcl) causes the following 
errors:
Undefined                       first referenced
 symbol                             in file
_dlopen                             /usr/lib/libp/libc.a(nss_deffinder.o)  
(symbol belongs to implicit dependency /usr/lib/libdl.so.1)
_dlclose                            /usr/lib/libp/libc.a(nss_deffinder.o)  
(symbol belongs to implicit dependency /usr/lib/libdl.so.1)
_dlsym                              /usr/lib/libp/libc.a(nss_deffinder.o)  
(symbol belongs to implicit dependency /usr/lib/libdl.so.1)
ld: fatal: Symbol referencing errors. No output written to foo
collect2: ld returned 1 exit status

Answer: Not sure what to do about this but I know the -ltcl causes the 
problem.  When I take it away from the link line, no problem.

I am using 
gcc version 2.95.2 19991024 (release) on Solaris 2.8.  

Is this a problem with the tcl library or with the compiler?

Mike Lanham


-- 
Michael Lanham
CISE, Graduate Studies
mlanham@cise.ufl.edu
mlanham@attglobal.net





reply via email to

[Prev in Thread] Current Thread [Next in Thread]