search for: o_tim

Displaying 3 results from an estimated 3 matches for "o_tim".

Did you mean: optim
2003 Sep 29
1
openssh-3-7-1p2 compiling problems on Reliant UNIX
...o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib > -L/usr/local/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen -lcrypto > Undefined first referenced > symbol in file > gmtime_r /usr/local/ssl/lib/libcrypto.a(o_time.o) > cma_sigaction > /usr/local/ssl/lib/libcrypto.a(ui_openssl.o) > ld: ssh: fatal error: Symbol referencing errors. No output written to ssh > make: *** Error code 1 That looks like your libcrypto is compiled with the re-entrant (threaded) C library. Try adding "-lc_r" to...
2008 Apr 28
0
(no subject)
Hi R users Here is an example of my data (only a small part) Year Season A_Time R_Time O_Time All_Time AandR_Time A_number R_number O_number AandR_number all_number 1999 Winter 9.590741 35.312963 42.759524 23.228431 18.164815 18 9 7 27 34 2000 Winter 9.899537 47.945000 59.744444 20.301333 18.170290 36 10 3...
2008 Apr 28
0
Two graphs on one using barchart
> Hi R users > Here is an example of my data (only a small part) > > Year Season A_Time R_Time O_Time All_Time AandR_Time > A_number R_number O_number AandR_number all_number > 1999 Winter 9.590741 35.312963 42.759524 23.228431 18.164815 > 18 9 7 27 > 34 > 2000 Winter 9.899537 47.945000 59.744444 20.301333 18.170290 > 36...