comp.lang.ada
 help / color / mirror / Atom feed
From: "Ludovic Brenta" <ludovic.brenta@insalien.org>
Subject: Re: Shared Ada Library to be Used in a Non-Ada Context
Date: 10 Aug 2005 00:38:17 -0700
Date: 2005-08-10T00:38:17-07:00	[thread overview]
Message-ID: <1123659497.572153.209920@g47g2000cwa.googlegroups.com> (raw)
In-Reply-To: cZRJe.23159$hV3.8375@nntpserver.swip.net

David Sauvage wrote:
> main : libservices.so main.c
>        gcc -L. -lservices -o main

You don't seem to be compiling main.c, are you?

You probably need "$(CC) -o main main.c $(CFLAGS) -L. -lservices".

-- 
Ludovic Brenta.




      parent reply	other threads:[~2005-08-10  7:38 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
2005-08-10  7:38 ` Ludovic Brenta [this message]
replies disabled

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