commit a4bb3b6
chld
·
2026-08-22 07:37:33 +0000 UTC
parent 7a7e4bf
typooo
3 files changed,
+6,
-1
A
a.out
+0,
-0
A
hi.c
+5,
-0
1@@ -0,0 +1,5 @@
2+#include<stdio.h>
3+
4+int main(void){
5+ printf("hello\n");
6+}
+1,
-1
1@@ -4,7 +4,7 @@ VERSION=3.0.11
2 RELEASE=1
3 SOURCE="https://ftp.gnu.org/pub/gnu/guile/guile-3.0.11.tar.xz"
4 build(){
5- static_cc=$HOME/bin/cc
6+ static_cc=$HOME/bin/CC
7 CC=$static_cc CFLAGS='-static' GCC_CFLAGS='-static' LDFLAGS='-static' ./configure \
8 --prefix=/ \
9 --bindir=/bin \