On 02-May-01 Bobby D. Bryant wrote: >> Hmm, I�ve made distributed programs using GtkAda -- I don�t remember doing >> any recompilations of GtkAda. > > That's odd. Using gnat-glade's gnatdist command for compilation, I always > got > errors demanding that s-stratt be recompiled, apparently since the > precompiled > version of GtkAda had been compiled against the s-stratt provided by GNAT, > whereas GLADE was checking the .ali for its own copy of s-stratt. > > Could I have just reorderd my ld stuff? > Oh, sorry. When I looked into the makefile I found the "-a"-switch in the gnatdist commands. So the recompilations are in fact done. Wilhelm