feat(clusterApp): initial version run in Ubuntu.

change fb to DRM
This commit is contained in:
2026-04-17 18:49:03 +08:00
parent 2774b26f8b
commit 0108dbb67f
2827 changed files with 859 additions and 19860 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.
--------------------