質問編集履歴
1
ユーザー名が含まれていたため、修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
### 発生している問題・分からないこと
|
5
5
|
C言語でlibgdを使ったコードを実行したところ、
|
6
6
|
```shell
|
7
|
-
(base)
|
7
|
+
(base) (ユーザー名)@MacBook-Air libgd % gcc gray.c -lgd
|
8
8
|
ld: warning: ignoring file '/usr/local/lib/libgd.3.dylib': found architecture 'x86_64', required architecture 'arm64'
|
9
9
|
Undefined symbols for architecture arm64:
|
10
10
|
"_gdImageColorExact", referenced from:
|