caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: onlyclimb <onlyclimb@163.com>
To: caml-list@inria.fr
Subject: [Caml-list] Re: warning of ocamlgsl
Date: Mon, 23 Dec 2002 20:16:22 +0000	[thread overview]
Message-ID: <3E076F16.9060706@163.com> (raw)
In-Reply-To: <3E0736C0.1000902@163.com>

> 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 ?


I give the detailed situation

Here is the Makefile
OCAMLMAKEFILE = ../OCamlMakefile
SOURCES = 1
LIBS = bigarray gsl pcre
INCDIRS = +contrib +ocamlgsl
RESULT = try
include $(OCAMLMAKEFILE)


if only pcre or bigarray gsl set in LIBS and INCDIRS
no warning showed when gmake

however when both this two lib pcre and (bigarray gsl)
set in LIBS , then warning will appear
and at the same time if gmake nc , neither of the situation will show 
warnning

so why ?

Thanks




-------------------
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


      reply	other threads:[~2002-12-23 12:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-23 16:16 [Caml-list] " onlyclimb
2002-12-23 20:16 ` onlyclimb [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E076F16.9060706@163.com \
    --to=onlyclimb@163.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).