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

Bug#3010: TCL75 -- Undefined references



Package: tcl75-dev
Version: 7.5-1


When I try to compile against tcl75-dev, I get the following errors:

/usr/lib/libtcl7.5.so: undefined reference to `dlerror'
/usr/lib/libtcl7.5.so: undefined reference to `dlopen'
/usr/lib/libtcl7.5.so: undefined reference to `dlsym'


They are apparently used in "tclLoadDl.o"...  (output from "nm")

tclLoadDl.o:
00000070 T TclGuessPackageName
00000000 T TclLoadFile
         U Tcl_AppendResult
         U dlerror
         U dlopen
         U dlsym
00000000 t gcc2_compiled.


These errors do not appear when using tcl74 and I could not find them
defined in any other library.

                                        Brian
                               ( bcwhite@verisim.com )

-------------------------------------------------------------------------------
    In theory, theory and practice are the same.  In practice, they're not.


Reply to: