bug-gnucobol
[Top][All Lists]
Advanced

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

[open-cobol-list] run: 32 33 34 35 46 47 73 74 77 86 87 93 94 103 failed


From: Roger While
Subject: [open-cobol-list] run: 32 33 34 35 46 47 73 74 77 86 87 93 94 103 failed
Date: Wed, 07 Feb 2007 09:26:56 +0100

> libcob: ./callee.so: undefined symbol: cob_source_line

This looks like it is picking up an old version
of the runtime library. Which in turn would
imply something went wrong with the make (ususally).

I am assuming that the ./configure correctly completed.
(Check config.log)

Please do :
make clean
make 1>make.txt 2>&1

And inspect make.txt for any errors.

If that looks OK, do :
cd libcob/.libs
nm -a libcob.so | grep cob_source_line

That should produce something like -
nnnnnnnn B cob_source_line

where nnnnnnnn is some address.
(Also check that the contents of this directory
 are current)

If that is OK, check the content of the
environment variable LD_LIBRARY_PATH
(and also PATH)
Although this should be irrelevant when running
the tests as we push our paths to the front.

If everything still looks OK, send config.log
and make.txt.

Report back the results.

(I am assuming you have not changed any
 source within OC)

Roger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]