comp.lang.ada
 help / color / mirror / Atom feed
* what to use in place of old gnatbl in newer GNAT ?
@ 2012-07-05  0:44 Nasser M. Abbasi
  2012-07-05  8:38 ` Simon Wright
  2012-07-05 10:47 ` Simon Wright
  0 siblings, 2 replies; 6+ messages in thread
From: Nasser M. Abbasi @ 2012-07-05  0:44 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-05 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-05  0:44 what to use in place of old gnatbl in newer GNAT ? Nasser M. Abbasi
2012-07-05  8:38 ` 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

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