Re: Undefined symbol _Blt_GraphElement

Juergen Schoenwaelder (schoenw@data)
Sun, 25 Dec 94 19:51:37 +0100

Hi!

On Fri, 23 Dec 1994 09:23:42 +0100,
Jason Merritt <jason@lilac.hds.co.uk> said:

Jason> Hello,

Jason> I'm having problems compiling tkined-1.2.0 on my Linux 1.1.59 system.

Jason> I'm getting the following error after make;

Jason> cc -o tkined tkined.o editor.o objects.o methods.o misc.o flash.o
Jason> stripchart.o barchart.o Editor.o Diagram.o Command.o Tool.o Objects.o
Jason> Dialog.o Help.o Misc.o em_bind.o -L/usr/lib -lBLT -L/usr/lib -ltk
Jason> -L/usr/lib -ltcl -L/usr/X11R6/lib -lX11 -lieee -lm
Jason> methods.o: Undefined symbol _Blt_GraphElement referenced from text segment
Jason> make: *** [tkined] Error 1

Jason> ANy suggestions ?

I would guess that your /usr/lib/libBLT.a is an old version. You can either
get a new BLT library (sources are available on ftp.aud.alcatel.com) or you
can remove the -DHAVE_BLT in the Makefile and recompile tkined without BLT
support.

Juergen