feat():initial version

This commit is contained in:
2026-04-17 18:22:45 +08:00
commit ebc372aa44
2824 changed files with 445824 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
--------------------
./configure
Fri Mar 9 16:59:49 2018
Checking for gcc...
=== ztest11968.c ===
extern int getchar();
int hello() {return getchar();}
===
gcc -c ztest11968.c
... using gcc
Please use win32/Makefile.gcc instead.
** ./configure aborting.
--------------------
--------------------
./configure
Fri Mar 9 17:10:15 2018
Checking for gcc...
=== ztest7180.c ===
extern int getchar();
int hello() {return getchar();}
===
gcc -c ztest7180.c
... using gcc
Please use win32/Makefile.gcc instead.
** ./configure aborting.
--------------------
--------------------
./configure --help
Fri Mar 9 17:19:11 2018
usage:
configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]
[--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]
[--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]
--------------------
./configure --static
Fri Mar 9 17:19:53 2018
Checking for gcc...
=== ztest13004.c ===
extern int getchar();
int hello() {return getchar();}
===
gcc -c ztest13004.c
... using gcc
Please use win32/Makefile.gcc instead.
** ./configure aborting.
--------------------