[PolyORB-users] GNAT.Perfect_Hash missing on HEAD

Jerome Hugues hugues at infres.enst.fr
Thu Feb 3 19:21:36 CET 2005


Martin Krischik (krischik at users.sourceforge.net):

> Am Donnerstag, 3. Februar 2005 17:19 schrieb Jerome Hugues:
> > Hello Martin
> >
> > Martin Krischik (krischik at users.sourceforge.net):
> > > From time to time I have a try with the HEAD gcc release - see how well
> > > it goes - and I found a potentional future problem: The GNAT.Perfect_Hash
> > > packages is missing in the HEAD release. And PolyORB depends on it:
> >
> > Humm, did you rerun the support/reconfig and configure scripts when
> > switching your version of GNAT ?
> 
> Sure! I have a new improved polyorb batch (attached).

Interresting ;)

> build-polyorb cache   -- files deleted
> build-polyorb get     -- 4 files downloaded
> build-polyorb dist    -- clean distribution
> build-polyorb reconf  -- reconf and configure
> build-polyorb comp    -- failed

> Do you want me to clean act.x86_64-unknown-linux-gnu completly and try again?

Note yet, first can you provide more information on the different logs
you have ?

In config.log, you should read something like

configure:4467: checking whether you have GNAT.Perfect_Hash_Generators
configure:4479: cd conftest && gnatchop -q src.ada && gnatmake check.adb > /dev/
null 2>../conftest.out
configure:4482: $? = 0
configure:4485: result: yes

In config.status

s, at GNAT_PERFECT_HASH_GENERATORS@,GNAT.Perfect_Hash_Generators,;t t

What are your outputs ? 

Can you test the following with your compiler ?

with GNAT.Perfect_Hash_Generators;
procedure Check is begin null; end Check;

This is the test compiled to check you have the correct file.

-- 
Jerome


More information about the PolyORB-users mailing list