Re: Compile problems

Juergen Schoenwaelder (schoenw@ibr.cs.tu-bs.de)
Fri, 22 Mar 1996 17:31:53 +0100

Hi!

Ed Okerson <eokerson@clover.cleaf.com> said:

Ed> I am trying to compile tkined and scotty. It goes ok for a
Ed> while, but eventually dies with :

Ed> /usr/lib/libtk4.1.a(tkImgBmap.o): Undefined symbol ___uflow
Ed> /usr/lib/libtk4.1.a(tkImgBmap.o): Undefined symbol ___uflow
Ed> /usr/lib/libtk4.1.a(tkImgFmtPPM.o): Undefined symbol ___uflow
Ed> /usr/lib/libtk4.1.a(tkImgFmtPPM.o): Undefined symbol ___uflow
Ed> /usr/lib/libtk4.1.a(tkImgFmtPPM.o): Undefined symbol ___uflow
Ed> /usr/lib/libtk4.1.a(tkImgFmtPPM.o): Undefined symbol ___uflow
Ed> /usr/lib/libtcl7.5.a(tclUnixAZ.o): Undefined symbol ___uflow
Ed> make: *** [tkined] Error 1

Ed> Can someone point me to where ___uflow should be defined? I
Ed> suspect I am missing some eimportant library somewhere.

There is something wrong with your Tcl/Tk installation. All the
undefined symbols are in Tcl/Tk modules and not in scotty or tkined
modules. Try to reinstall from scratch and if this does not help, get
into contact with someone familiar with your OS. (You did not tell us
what you are running so you can't expect more help.)

Juergen