Thanks for pointing out the multiple v's option.
Here is what I do with it now. The example from my previous post is run in 2 different ways.

The first:
bigforth -v -v -v test.fs 2> cmd.log

The second:
bigforth -v -v -v 2> include.log
and then "include test.fs" after bigforth is loaded

Here is what I get when running diff cmd.log include.log
200,201d199
< Open dynamic library libatlas.so
< Open dynamic library libptcblas.so
203,204d200
< Get symbol gsl_matrix_calloc
< Get symbol gsl_vector_calloc
205a202,204
> Get symbol gsl_vector_calloc
> Get symbol gsl_matrix_calloc
> bigforth: symbol lookup error: ~/soft/lib/libgsl.so: undefined symbol: cblas_dgemv


Bernd Paysan wrote:
For debugging purposes, start bigforth with -v -v (the more -vs you add, the
more detailed reports you get, more than three are not useful for this
purpose). This will also report when bigFORTH opens libraries and looks for
symbols.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to