Mail Archives: cygwin-developers/1998/12/24/02:09:52
Hi,
if compiling with -D_MT_SAFE=1:
-----------
In file included from winsup.h:37,
from assert.cc:11:
thread.h:99: field `_localtime_buf' has incomplete type
make: *** [assert.o] Error 1
-----------
This is corrected by additional #include <time.h>
While linking:
-----------
undefined symbol from libc.a(execvp.o): posix_path_list_p
-----------
The function now is named 'cygwin_posix_path_list_p',
which I have corrected by changing the call in libc::execvp.c
Now it's compilable and linkable, but
- if it's compiled with -D_MT_SAFE=1, starting e.g. tcsh from
cmd results in immediate exit of tcsh without any error output.
- if it's compiled without thread safeness, it doesn't run correct
in tty mode. The telnet session suddenly outputs `ogin:' instead
of `login:' and the first key press results in lost connection
to telnetd.
Regards,
Corinna
- Raw text -