comp.lang.ada
 help / color / mirror / Atom feed
From: "Nasser M. Abbasi" <nma@12000.org>
Subject: what to use in place of old gnatbl in newer GNAT ?
Date: Wed, 04 Jul 2012 19:44:01 -0500
Date: 2012-07-04T19:44:01-05:00	[thread overview]
Message-ID: <jt2o0j$lds$1@speranza.aioe.org> (raw)

I am trying to build some tests for the ada lapack binding that I
obtained from

ftp://ftp.cs.kuleuven.be/pub/Ada-Belgium/mirrors/gnu-ada/OLD/contrib/lapack-ada/

One of the tests (in the folder lapada/test/interf/ after extracting
the above tar file) uses a Makefile which uses an old GNAT command
which is no longer available in newer gnat 2012.

This command is gnatbl as described here

http://www.adahome.com/Resources/Compilers/GNAT-info.html#3

The makefile does this:

------------------
cxbi: cxbi.ali ifinc.o
	gnatbl cxbi.ali ifinc.o $(LIBF)
-------------------

So, I need to replace the above command based on what I
understood gnatbl did. But my attempts to that all are
not working (trying gnatbind/gnatlink, gnatmake, etc...) I
am not sure how to duplicate what the above line is supposed
to be doing.  My $(LIBF) is

LIBF = -lgfortran -lm -static

I am not really familiar with details of these commands. I only use
gnatmake.

I was wondering if someone knows what is the correct sequence of
gnat 2012 commands to replace gnatbl with? Or better, is there a way
to download gnatbl to use with gnat 2012? I googled and not able
to find one.

thanks,
--Nasser



             reply	other threads:[~2012-07-05  0:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05  0:44 Nasser M. Abbasi [this message]
2012-07-05  8:38 ` what to use in place of old gnatbl in newer GNAT ? Simon Wright
2012-07-05 10:47 ` Simon Wright
2012-07-05 11:39   ` Nasser M. Abbasi
2012-07-05 11:41   ` Simon Wright
2012-07-05 12:02     ` Nasser M. Abbasi
replies disabled

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