swarm-support
[Top][All Lists]
Advanced

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

Re: errors compiling applications


From: Nelson Minar
Subject: Re: errors compiling applications
Date: Thu, 2 Jan 1997 11:09:36 -0500

It'd be helpful if you say which versions of things (tcl, tk, BLT,
tclobjc) you're using.

>/usr/lib/libBLT.a(bltBgexec.o): In function `BgExecCmd':
>bltBgexec.o(.text+0xaa6): undefined reference to `Tcl_CreatePipeline'

This is not good, I've never seen an error like this before. I would
guess it's a version skew between BLT and Tcl.

>/usr/lib/libtcl.so: undefined reference to `dlerror'
>/usr/lib/libtcl.so: undefined reference to `dlopen'
>/usr/lib/libtcl.so: undefined reference to `dlsym'

You need to link in libdl.a, by adding "-ldl". You can do this by
editing Makefile.conf.


reply via email to

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