53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
|
|
--------------------
|
||
|
|
./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.
|
||
|
|
--------------------
|
||
|
|
|
||
|
|
|