comp.lang.ada
 help / color / mirror / Atom feed
From: David Sauvage <pariakaman@gmail.com>
Subject: Re: Shared Ada Library to be Used in a Non-Ada Context
Date: Fri, 12 Aug 2005 01:26:28 +0200
Date: 2005-08-12T01:26:28+02:00	[thread overview]
Message-ID: <v6RKe.23922$hV3.8739@nntpserver.swip.net> (raw)
In-Reply-To: <1123747721.859778.146490@g43g2000cwa.googlegroups.com>

Ludovic Brenta wrote:
> Strange, /usr/lib/gcc-lib/i486-linux/2.8.1/adalib/libgnat.so should be
> a symbolic link to /usr/lib/libgnat-3.15p.so.1.12, is that not the
> case?

ye it is, well, i was doing :
gcc -g -fPIC -Wall -shared -Wl,-soname,libservices.so.0 -o
libservices.so.0.0 b~libservices.o libservices.o
instead of :
gnatlink -g -fPIC -Wall -shared -Wl,-soname,libservices.so.0 -o
libservices.so.0.0 libservices.ali
May be that's why my lib was not linked to libgnat properly

I've try your Makefile and all work fine, thanks.

--
David



  parent reply	other threads:[~2005-08-11 23:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-08 23:35 Shared Ada Library to be Used in a Non-Ada Context David Sauvage
2005-08-09  2:50 ` Jeffrey Carter
2005-08-09 21:51   ` David Sauvage
2005-08-10  0:14     ` Georg Bauhaus
2005-08-10  7:53     ` Ludovic Brenta
2005-08-10 22:02       ` David Sauvage
2005-08-11  8:08         ` Ludovic Brenta
2005-08-11 10:41           ` Ludovic Brenta
2005-08-11 11:27             ` Georg Bauhaus
2005-08-11 23:26           ` David Sauvage [this message]
2005-08-10  7:38 ` Ludovic Brenta
replies disabled

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