Anbang LI

Results 10 comments of Anbang LI

I modified gdb64\bin\gdbinit as you said. But it doesn't solve the problem. The Installation directory of TDM-GCC 9.2.0 is **d:\我的文档\GitHub\devcpp\TDM-GCC-64-9.2.0\** When I run GDB, it displays at startup: d:\我的文档\GitHub\devcpp\TDM-GCC-64-9.2.0\bin>gdb Python...

> Microsoft Windows [版本 6.1.7601] > 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 > > d:\我的文档\GitHub\devcpp\TDM-GCC-64-9.2.0\gdb64\bin>gdb > Python Exception 'utf-8' codec can't decode byte 0x > ce in position 3: invalid continuation...

Would you please provide a download link (not the installer) of TDM-GCC 8.x or 7.x? I would like to check if these versions have the similar problem.

@CyanoHao 请您协助解决下面的问题 (please help to solve the following bug) If the installation directory of MinGW-w64 contains Chinese Characters, then compilation will fail. For example, MinGW-w64 is installed in directory "C:\编译器MinGW64"...

I also tested v12.2 and v11.2. Compiling command with v12.2: C:\编译器MinGW64\bin\g++.exe "C:\myprogs\hello.cpp" -o "C:\编译器hello.exe" -Wextra -g3 -pipe -I"C:\编译器MinGW64\include" -I"C:\编译器MinGW64\x86_64-w64-mingw32\include" -I"C:\编译器MinGW64\lib\gcc\x86_64-w64-mingw32\12.2.0\include" -I"C:\编译器MinGW64\lib\gcc\x86_64-w64-mingw32\12.2.0\include\c++" -L"C:\编译器MinGW64\lib" -L"C:\编译器MinGW64\x86_64-w64-mingw32\lib" -g3 Output message: C:/编译器MinGW64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find C:/编译器MinGW64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/lib/../lib/crt2.o:...

We have a build with --enable-nls . On Windows 7 of Chinese version, we got the following results: Running command "gcc" or "gcc -v" or "gcc --help", the output message...

I have just read LIU Hao's comment in https://gcc.gnu.org/pipermail/gcc-help/2024-January/143172.html . I guess that we have got the reason as following. For command "gcc -v" and "gcc --help", the message is...

> That was only a presumption. Please try copying the locale directory so it may be found, and see whether it solves the issue for you. Good advice. I copied...

I have got an article in which fixed the problem: https://blog.csdn.net/hackpascal/article/details/15222083 @lhmouse , would you please merge the upper source code to GCC?

To my limited personal knowledge, Terminfo is a database used in Linux and maybe used by curses lib or vi. I noticed there is some files in `opt\lib` with "ncurses"...