Mail Archives: djgpp/2003/08/31/07:33:08
the faq said the winnt can't support the LFN.so,i want to know what
about the windows 2000 and windows xp?if not,must i need the ntlfn TSR
to support?or another method?
i want to bootstrap gcc in the win2000 dos box ,but alwayes failed in
the linking time at stage 3 ,it alwayes can't find the symbols in the
libstdcxx.a
then i use the ntlfn TSR to bootstrap again,it stop again and erros as
follows:
F:\gcc7\gnu\build.gcc>more 1
c:/djgpp/bin/rm: cannot change to directory
.libs/libstdcxx.lax/libmath.a: No su
ch file or directory (ENOENT)
c:/djgpp/bin/rm: cannot remove directory `.libs/libstdcxx.lax':
Directory not em
pty (ENOTEMPTY)
c:/djgpp/bin/rm: cannot change to directory
.libs/libstdcxx.lax/libmath.a: No su
ch file or directory (ENOENT)
c:/djgpp/bin/rm: cannot remove directory `.libs/libstdcxx.lax':
Directory not em
pty (ENOTEMPTY)
c:/djgpp/bin/mkdir: cannot make directory `.libs/libstdcxx.lax': File
exists (EE
XIST)
c:/djgpp/bin/rm: cannot change to directory
.libs/libstdcxx.lax/libmath.a: No su
ch file or directory (ENOENT)
c:/djgpp/bin/mkdir: cannot make directory
`.libs/libstdcxx.lax/libmath.a': File
exists (EEXIST)
../libtool: cd: .libs/libstdcxx.lax/libmath.a: No such file or
directory (ENOENT
)
make.exe[4]: *** [libstdcxx.la] Error 1
make.exe[3]: *** [all-recursive] Error 1
make.exe[2]: *** [all] Error 2
make.exe[1]: *** [all-target-libstdc++-v3] Error 2
make.exe: *** [bootstrap] Error 2
F:\gcc7\gnu\build.gcc>ls
F:\gcc7\gnu\build.gcc\i586-pc-msdosdjgpp\libstdc++-v3\s
rc\.libs\libstdcxx.lax -l
total 0
drwxr-xr-x 2 dosuser root 0 Aug 31 18:59 libmath.a
???
I found that the directory is just there,but it said it not and then
stop sombody who konw how to bootstrap a djgpp's gcc (yes,i read
readme.djgpp in the gcc3.21s.zip )
- Raw text -