From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id JAA29404; Mon, 23 Dec 2002 09:16:11 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id JAA29235 for ; Mon, 23 Dec 2002 09:16:10 +0100 (MET) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from sm203.163.com ([202.108.44.203]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id gBN8G7H13308 for ; Mon, 23 Dec 2002 09:16:08 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by sm203.163.com (Postfix) with SMTP id 978AE1CD6B109 for ; Mon, 23 Dec 2002 16:16:02 +0800 (CST) Received: from 163.com (unknown [159.226.149.121]) by 192.168.1.203 (Coremail) with SMTP id qAQAAEHGBj79Y5V5.1 for ; Mon, 23 Dec 2002 16:16:02 +0800 (CST) Message-ID: <3E0736C0.1000902@163.com> Date: Mon, 23 Dec 2002 16:16:00 +0000 From: onlyclimb User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021005 X-Accept-Language: en-us, en MIME-Version: 1.0 To: caml-list@inria.fr Subject: [Caml-list] warning of ocamlgsl Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk i have used ocamlgsl why i use gmake it produce such warnings /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mkstemp() however i use gmake nc to compile native no warnings is it normal ? ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners