Package: src:libgtkada Followup-For: Bug #695055 Adding -lm is only a work-around, as Gtkada does not directly use the missing symbols. See #680292 for a similar situation. If the following scenario fails on m68k, the bug should be reassigned to the faulty build system. I would need to apt-get on an m68k machine to check that by myself.
# apt-get install gnat gprbuild # cat > proj.gpr <<EOF project Proj is for Library_Name use "lib"; for Library_Version use "lib.so.1"; for Library_Kind use "dynamic"; for Source_Dirs use ("."); for Library_Dir use "lib"; end Proj; EOF # cat > lib.ads <<EOF with Ada.Numerics.Generic_Elementary_Functions; package Lib is new Ada.Numerics.Generic_Elementary_Functions (Long_Float); EOF # mkdir lib # gnatclean -Pproj.gpr && gnatmake -Pproj.gpr # If this fails, gnat is faulty. # gprclean && gprbuild # If this fails, gprbuild is faulty. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org