<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2002/12/92beeff2aa9449d9d9619da5b4f29b2d"
  from="onlyclimb &lt;onlyclimb@1...&gt;"
  author="onlyclimb"
  date="2002-12-23T12:20:49"
  subject="[Caml-list] Re: warning of ocamlgsl"
  prev="2002/12/3e970e2f840009aa76fa39ca1546430a"
  next="2002/12/1796de68cfcbbd8f2333e041a2d913ac"
  prev-in-thread="2002/12/85b645315511ed17dcc3577d643c66b4"
  prev-thread="2002/12/760539af03625c1d2af3b423714355e5"
  next-thread="2002/12/21630feed7c539b7d0681b465c79f97b"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] warning of ocamlgsl">
<msg 
  url="2002/12/85b645315511ed17dcc3577d643c66b4"
  from="onlyclimb &lt;onlyclimb@1...&gt;"
  author="onlyclimb"
  date="2002-12-23T08:16:11"
  subject="[Caml-list] warning of ocamlgsl">
<msg 
  url="2002/12/92beeff2aa9449d9d9619da5b4f29b2d"
  from="onlyclimb &lt;onlyclimb@1...&gt;"
  author="onlyclimb"
  date="2002-12-23T12:20:49"
  subject="[Caml-list] Re: warning of ocamlgsl">
</msg>
</msg>
</thread>

<contents>
&gt; i have used ocamlgsl
&gt; why i use gmake it produce such warnings
&gt; /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system!
&gt; /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe.
&gt; /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider 
&gt; using mkstemp()
&gt; /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system!
&gt; /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system!
&gt; /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider 
&gt; using mkstemp()
&gt; /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is 
&gt; not recommended.
&gt; /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system!
&gt; /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; 
&gt; consider using mkstemp()
&gt;
&gt; however i use gmake nc to compile native
&gt; no warnings
&gt;
&gt; 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

</contents>

</message>

