comp.lang.ada
 help / color / mirror / Atom feed
From: Pascal Obry <obry@act-europe.fr>
Subject: Re: Newbie need your help,thanks
Date: 08 Sep 2004 20:01:53 +0200
Date: 2004-09-08T18:01:55+00:00	[thread overview]
Message-ID: <un000ljvy.fsf@act-europe.fr> (raw)
In-Reply-To: chk79e$7fk$1@netnews.hinet.net


"bubble" <bubble@bubble.d2g.com> writes:

> I use GPS 1.4 and this is my project source code.
> 
> 
> project T is
>    for Languages use ("Ada");
>    for Source_Dirs use (".");
>    for Object_Dir use "obj";
>    for Main use ("test.adb");
>    package Naming is
>       for Specification_Suffix ("gesql") use ".gpq";
>       for Specification_Suffix ("sql") use ".sql";
>    end Naming;
> 
>    package Linker is
>       for Default_Switches ("ada") use ("-g");

Here you probably need some ODBC libraries. Try using:
        for Default_Switches ("ada") use ("-g", "-lodbc");

Probably some other libraries are needed but I have not used GNADE on Windows
since a very long time :)

BTW, if latest GNADE version comes with a project file you could alternatively
with the GNADE project and it should be sufficient.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|              http://www.obry.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595



  parent reply	other threads:[~2004-09-08 18:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-07  9:37 Newbie need your help,thanks bubble
2004-09-07 11:41 ` bubble
2004-09-08  3:00   ` Steve
2004-09-09  7:02     ` bubble
2004-09-08 18:01   ` Pascal Obry [this message]
2004-09-08 18:06   ` Pascal Obry
replies disabled

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