* [Caml-list] warning of ocamlgsl
@ 2002-12-23 16:16 onlyclimb
2002-12-23 20:16 ` [Caml-list] " onlyclimb
0 siblings, 1 reply; 2+ messages in thread
From: onlyclimb @ 2002-12-23 16:16 UTC (permalink / raw)
To: caml-list
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Caml-list] Re: warning of ocamlgsl
2002-12-23 16:16 [Caml-list] warning of ocamlgsl onlyclimb
@ 2002-12-23 20:16 ` onlyclimb
0 siblings, 0 replies; 2+ messages in thread
From: onlyclimb @ 2002-12-23 20:16 UTC (permalink / raw)
To: caml-list
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-23 12:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-23 16:16 [Caml-list] warning of ocamlgsl onlyclimb
2002-12-23 20:16 ` [Caml-list] " onlyclimb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox