Re: pvwave and sybase [message #198] |
Wed, 11 September 1991 16:22  |
pln
Messages: 10 Registered: September 1991
|
Junior Member |
|
|
jean@beno.CSS.GOV (Jean Anderson) writes:
> I originally posted this query to comp.databases, and someone kindly
> recommended that I try posting to this group.
> We are trying to link an X application with pvwave and Sybase. We have
> the following releases:
> Release
> -----------------
> SYBASE SQL*Server 4.2 (DB-Lib 4.0.2)
> PV~WAVE 3.0.2
> Xview 2.0
> The X application links with Sybase just fine, and with pvwave just fine,
> but results in the following undefined symbols in wave.sparc.a:
> _zroots
> _mprove
> _canvas_window_object
> _ludcmp
> _tridag
> _svbksb
> _tred2
> _menu_destroy
> _frame_window_object
> _lubksb
> _tqli
> _svdcmp
> These appear to be old Sunview or old Xview references.
> Has anybody else seen this? If anybody can help, I'd really appreciate it,
I don't know most of this, but I recognize some of these names.
svdcmp is probably singular value decomposition.
ludcmp is LU decomposition.
tridiag probably refers to tridiagonal matrices.
These are all terms associated with numerical matrix analysis, not with
graphics. You probably forgot to link with a numerical analysis
library.
However, canvas_window_object and frame_window_object sound like
Sunview or News.
--
* Patrick L. Nolan (415)723-0133 *
* W. W. Hansen Experimental Physics Laboratory (HEPL) *
* Stanford University *
* Bitnet: PLN@SLACVM Internet: pln@egret1.stanford.edu *
|
|
|
|