bug-gnucobol
[Top][All Lists]
Advanced

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

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


From: vince coen
Subject: Re: [open-cobol-list] run: 32 33 34 35 46 47 73 74 77 86 87 93 94 103 failed
Date: Wed, 7 Feb 2007 19:47:08 +0000
User-agent: KMail/1.9.4

HI Roger;

On Wednesday 07 February 2007 08:26, Roger While wrote:
>  > 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 can not see how as this is a first install. However I have installed Tiny 
Cobol but am getting errors on tests.

On interest I ran set |grep LD_LIBRAR > rep
                        set | grep TCOB > rep
and get:

LD_LIBRARY_PATH=/usr/local/lib
TCOB_LD_LIBRARY_PATH=/home/vince/cobolsrc/libs
TCOB_DIR=/home/vince
TCOB_LD_LIBRARY_PATH=/home/vince/cobolsrc/libs
TCOB_OPTIONS_PATH=/usr/local/share/htcobol
TCOB_PPDIR=/usr/local/share/htcobol


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

The last 20 odd lines is not showing any error messages.

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

> And inspect make.txt for any errors.

Have done and no errors.

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

Nope this looks wrong did ls -la libcob/.libs and got

total 212
drwxr-xr-x 2 vince vince   4096 Feb  7 19:33 ./
drwxr-xr-x 4 vince vince   4096 Feb  7 19:33 ../
-rw-r--r-- 1 vince vince 198974 Feb  7 19:33 libcob.a
lrwxrwxrwx 1 vince vince     12 Feb  7 19:33 libcob.la -> ../libcob.la
-rw-r--r-- 1 vince vince    781 Feb  7 19:33 libcob.lai


Ie, no libcob.so

>
> 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)

/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games:/usr/lib/qt3//bin:/home/vince/bin:.:/usr/lib/qt3//bin



> 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.

Will attach both.
Vince.

Attachment: config.log
Description: Text Data

Attachment: make.txt
Description: Text document


reply via email to

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