<[EMAIL PROTECTED]> writes:
> When trying to checkout the sources using cvs on top of MSYS running on
> Windows NT 5.1, I get an error saying "cvs [server aborted]: can't chdir
> (/home/empty): No such file or directory". Mkdir'ing /home/empty doesn't
> help anything. What should I do now?
Tr
When trying to checkout the sources using cvs on top of MSYS running on
Windows NT 5.1, I get an error saying "cvs [server aborted]: can't chdir
(/home/empty): No such file or directory". Mkdir'ing /home/empty doesn't
help anything. What should I do now?
Lucas
__
> When I look at elf/ld.so with `readelf -a' the plt section contains:
>
> 000168a4 5107 R_386_JUMP_SLOT __stpncpy
My hurd cross-build doesn't have that reference.
> Should the sym. value really be ?
>
> I'm not sure because:
>
> 00016884 4307 R_386_JUMP_SLOT 0
Details on the bug that I ran into in December on i386-gnu:
(http://sources.redhat.com/ml/libc-alpha/2002-12/msg00202.html)
Program received signal EXC_BAD_ACCESS, Could not access memory
0x in ?? ()
The problem seems to be this line:
73 return __stpnpy (__dst, __src, __len) - __dst;