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

Re: Error messages from attemting to install (t)siag




> .../siag/libsiag.a(main.o): In function 'Tcl_AppInit':
> /usr/local/bin/siag/siag/main.c:67: undefined reference to
> 'init_tcl_parser'

This looks like you defined TCL, but a function in the tcl library
is not being found.  tcl is a separate library from siag and you'd
know if you have it installed.

> .../siod/libsioda (ndbm.o): In function 'ldbm_error':
> /usr/local/bin/siag/siod/ndbm.c:173: undefined reference to 'dbm_error'

This is part of ndbm library.  Are you sure you have that installed?
It might be libgdbm.

Basically, you shouldn't do the install if the make fails.  You might
get spurious errors from attempting to link bad object files.

							sdw