> Attached is a zip file with three short Ada files in it. They have a > similar structure to the problematic example 19 but do not call or link > to any PLplot stuff (despite the names of some things looking PLplot-y). > > Alan (or someone else with a 64-bit Ada compiler), if you would, please > unzip, cd to the directory, and type > > gnatmake ./x19a_temp.adb > > You should see two warnings but no errors. If it compiles, the > executable will be called x19a_temp. Try to run it and see what happens. > It should print out 10 lines of floats. > > I think there is a low probability that this will point to a compiler > error but we need to try it anyway. > > This compiles and runs OK on my system.
FWIW, I also compiled it on my Windows XP SP3, 32bit system with gcc/gnat 4.3.1 and it worked ok: Z:\DevZone\Temp PLplot Ada Example 19>gnatmake x19a_temp.adb gcc -c x19a_temp.adb x19a_temp.adb:10:38: warning: type of argument "mapform19.x" is unconstrained array x19a_temp.adb:10:38: warning: foreign caller must pass bounds explicitly gcc -c type_declaration.adb gnatbind -x x19a_temp.ali gnatlink x19a_temp.ali Z:\DevZone\Temp PLplot Ada Example 19>ls Type_Declaration.adb type_declaration.ali x19a_temp.adb x19a_temp.exe Type_Declaration.ads type_declaration.o x19a_temp.ali x19a_temp.o Z:\DevZone\Temp PLplot Ada Example 19>x19a_temp.exe 0.00000000000000E+00 1.00000000000000E+00 2.00000000000000E+00 3.00000000000000E+00 4.00000000000000E+00 5.00000000000000E+00 6.00000000000000E+00 7.00000000000000E+00 8.00000000000000E+00 9.00000000000000E+00 If this is of any help :) Werner -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469 (laboratory) fax: +43-(0)1-58801-13499 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel