From: AIKO_sex AT hotmail DOT com (mike) Newsgroups: comp.os.msdos.djgpp Subject: about the gcc bootstrap Date: 31 Aug 2003 04:15:29 -0700 Organization: http://groups.google.com/ Lines: 52 Message-ID: <70f1c48a.0308310315.6e9d846f@posting.google.com> NNTP-Posting-Host: 219.138.137.205 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1062328530 23784 127.0.0.1 (31 Aug 2003 11:15:30 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 31 Aug 2003 11:15:30 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 )