From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9960fa51a4a478af X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-06 13:36:37 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: karlran1234@yahoo.com (Karl Ran) Newsgroups: comp.lang.ada Subject: Re: ACT announces availability of GNAT 3.14p Date: 6 Feb 2002 13:36:36 -0800 Organization: http://groups.google.com/ Message-ID: References: <5ee5b646.0201301849.4e951bcb@posting.google.com> NNTP-Posting-Host: 217.227.70.223 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1013031397 14084 127.0.0.1 (6 Feb 2002 21:36:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 6 Feb 2002 21:36:37 GMT Xref: archiver1.google.com comp.lang.ada:19683 Date: 2002-02-06T21:36:37+00:00 List-Id: dewar@gnat.com (Robert Dewar) wrote in message news:<5ee5b646.0201301849.4e951bcb@posting.google.com>... > GNAT 3.14p NEW FEATURES LIST [tons of cool features deleted] I just installed 3.14p, but I'm still getting the (old)linker warnigs: gnatlink -L/usr/local/include/gtkada -L/usr/local/lib -lgtkada -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm project5.ali /usr/gnat/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/adalib/libgnat.a(a-adaint.o): In function `__gnat_tmp_name': a-adaint.o(.text+0x504): the use of `tmpnam' is dangerous, better use `mkstemp' /usr/gnat/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/adalib/libgnat.a(g-os_lib.o): In function `gnat__os_lib__create_temp_file': g-os_lib.o(.text+0x2ed): the use of `mktemp' is dangerous, better use `mkstemp' ---------------------------------------------------------------------- gnatlink -v -v ... says: GNATLINK 3.14p (20010503) Copyright 1996-2001 Free Software Foundation, Inc. gnatbind -v says: GNATBIND 3.14p (20010503) Copyright 1995-2001 Free Software Foundation, Inc. What did I do wrong? I thought I completely removed the old version(3.13) Karl, who tends to ignore (new)warnings when warnings are present all the time :(