comp.lang.ada
 help / color / mirror / Atom feed
From: Wilhelm.Spickermann@t-online.de (Wilhelm Spickermann)
To: comp.lang.ada@ada.eu.org
Subject: Re: Simple Producer/Consumer with Annex E
Date: Tue, 10 Jul 2001 14:02:27 +0200 (CEST)
Date: 2001-07-10T14:02:27+02:00	[thread overview]
Message-ID: <mailman.994766713.27331.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: <Lvy27.4455$Jp5.68321@news1.oke.nextra.no>


On 10-Jul-01 Frank wrote:
> Hi!
> 
> I have noe sent my executables (generated in the same way as Nowak did-
> static linking),
> to and Nowak has tested them. The result is that they do not work on his
> installation.

Ok. So now look at the libraries which were used. For the dynamically linked
version you can do it as shown below (this is for my version under SuSE 7.1
with the present ALT-RPMs and it behaves like your one):

wilhelm@beatrice:~/scratch/cla_glade_problem_2 > ldd part_receiver
        libgarlic-3.13p.so.1 => /usr/lib/libgarlic-3.13p.so.1 (0x40025000)
        libgnarl-3.13p.so.1 => /usr/lib/libgnarl-3.13p.so.1 (0x40100000)
        libgnat-3.13p.so.1 => /usr/lib/libgnat-3.13p.so.1 (0x40130000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x402a0000)
        libc.so.6 => /lib/libc.so.6 (0x402b6000)
        libz.so.1 => /lib/libz.so.1 (0x403c9000)
        libm.so.6 => /lib/libm.so.6 (0x403d8000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
wilhelm@beatrice:~/scratch/cla_glade_problem_2 > ldd part_sender  
        libgarlic-3.13p.so.1 => /usr/lib/libgarlic-3.13p.so.1 (0x40025000)
        libgnarl-3.13p.so.1 => /usr/lib/libgnarl-3.13p.so.1 (0x40100000)
        libgnat-3.13p.so.1 => /usr/lib/libgnat-3.13p.so.1 (0x40130000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x402a0000)
        libc.so.6 => /lib/libc.so.6 (0x402b6000)
        libz.so.1 => /lib/libz.so.1 (0x403c9000)
        libm.so.6 => /lib/libm.so.6 (0x403d8000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
wilhelm@beatrice:~/scratch/cla_glade_problem_2 > ldd part_server
        libgarlic-3.13p.so.1 => /usr/lib/libgarlic-3.13p.so.1 (0x40025000)
        libgnarl-3.13p.so.1 => /usr/lib/libgnarl-3.13p.so.1 (0x40100000)
        libgnat-3.13p.so.1 => /usr/lib/libgnat-3.13p.so.1 (0x40130000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x402a0000)
        libc.so.6 => /lib/libc.so.6 (0x402b6000)
        libz.so.1 => /lib/libz.so.1 (0x403c9000)
        libm.so.6 => /lib/libm.so.6 (0x403d8000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
wilhelm@beatrice:~/scratch/cla_glade_problem_2 > rpm -qf /lib/libc.so.6
glibc-2.2-7
wilhelm@beatrice:~/scratch/cla_glade_problem_2 > rpm -qf /lib/libz.so.1
libz-1.1.3-284
wilhelm@beatrice:~/scratch/cla_glade_problem_2 > rpm -qf /lib/libm.so.6
glibc-2.2-7
wilhelm@beatrice:~/scratch/cla_glade_problem_2 > rpm -qf /lib/libpthread.so.0
glibc-2.2-7

Wilhelm








  reply	other threads:[~2001-07-10 12:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E15F7Ws-00038J-00@beatrice.spick.nowhdus>
2001-07-03 17:02 ` Simple Producer/Consumer with Annex E Michal Nowak
2001-07-07  9:13   ` Frank
2001-07-10  7:52     ` Frank
2001-07-10 12:02       ` Wilhelm Spickermann [this message]
2001-07-10 15:04         ` Frank
2001-07-15 12:45           ` Michal Nowak
2001-07-16 17:26             ` Ted Dennison
2001-07-16 21:16               ` David C. Hoos
2001-07-16 21:41                 ` Ted Dennison
     [not found]               ` <094701c10e3c$917512c0$453ab4d8@sy.com>
2001-07-17 18:33                 ` Michal Nowak
     [not found] <E15KOgZ-0001Jc-00@beatrice.spick.nowhdus>
2001-07-11 20:13 ` Michal Nowak
     [not found] <200107111927240390.00071225@smtp-po.inetia.pl>
2001-07-11 18:26 ` Wilhelm Spickermann
     [not found] <E15JwDj-00077I-00@beatrice.spick.nowhdus>
2001-07-11 17:27 ` Michal Nowak
2001-06-19 20:00 Frank
2001-06-26 20:45 ` Frank
2001-06-27  5:06   ` Wilhelm Spickermann
2001-06-28  7:07     ` Frank
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox