01、MySys バッチファイル 使うまでもなく コマントラインの、ショーカット作られて、つかえる。
プロファイル設定ファイルも、\\/etc~にあった。 しかも、Win らしく 。ピリオドファイルではない。
落とし穴とか、言いたくないけど、 ~インストールしたらドキュメントを、読むのが時間の無駄を
減らすことになるんだ。 て、感じた
エイリアス 設定して、 使い方学習してみる。
++++++++
2/include
c:\mingw\bin\../lib/gcc/mingw32/6.3.0/../../../../mingw32/include
End of search list.
GNU C11 (MinGW.org GCC-6.3.0-1) version 6.3.0 (mingw32)
compiled by GNU C version 6.3.0, GMP version 6.1.2, MPFR version 3.1.5, MPC version 1.0.3, isl version 0.15
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 384cad586f05ed581a9c068b2f18b408
COLLECT_GCC_OPTIONS='-v' '-mtune=generic' '-march=i586'
as -v -o C:\Users\ob\AppData\Local\Temp\ccWJgCaB.o C:\Users\ob\AppData\Local\Temp\ccFJqNal.s
gcc.exe: error: CreateProcess: No such file or directory
++++++++++
#include <stdio.h>
int main(void)
{
printf("Hello world!\n");
return 0;
}
++++++++
マウントコマンドの情報、
C:\Users\ob\AppData\Local\Temp on /tmp type user (binmode,noumount)
C:\MinGW\msys\1.0 on /usr type user (binmode,noumount)
C:\MinGW\msys\1.0 on / type user (binmode,noumount)
C:\MinGW on /mingw type user (binmode)
c: on /c type user (binmode,noumount)
e: on /e type user (binmode,noumount)
++++++++++++
マウント、設定ファイル サンプル
# /etc/fstab.sample -- sample mount table configuration for MSYS.
# Lines with a "#" in column one are interpreted as comment lines;
# with the exception of comments described as "magic", neither these
# lines, nor any blank lines, are interpreted as configuration.
# Comment lines which are described as "magic" should neither be
# deleted, nor edited manually; ignoring this advice may cause your
# MSYS installation to malfunction.
# When running MSYS from a portable device, such as a USB thumb drive,
# the following "magic" comment is used to track changes in host drive
# letter assignment, so allowing MSYS-Portable start-up hooks to remap
# mount table entries which refer to the relocated device:
#
# MSYSROOT=C:/MinGW/msys/1.0
# The mount table configuration follows below. The line format is
# simple: you specify the Win32 path, followed by one or more space or
# tab delimiters, followed by the mount point name. In a typical UNIX
# installation, each mount point must exist as a named directory on a
# physically accessible device, before it can actually be used as a
# mount point. For this implementation the "must exist" requirement
# is not enforced; however, it will assist programs such as find, and
# readline's tab completion if each does physically exist.
# Win32_Path Mount_Point
#------------------------------------- -----------
C:/MinGW /mingw