【发布时间】:2017-07-02 17:28:01
【问题描述】:
我正在尝试使用自动工具在 Tiny Core Linux 下编译 fbsplash。在编译过程中它崩溃说“LD:尝试静态链接到动态对象/usr/local/lib/libpng16.so” 我已经摆脱了这一点,在 Makefile 中注释掉选项“-all-static”。现在它在
之后崩溃/bin/bash: O2: not found
/bin/bash: w: not found
/bin/bash: DTARGET_KERNEL: not found
所有这些选项前面都有破折号。它看起来像:
fbcondecor_helper_CFLAGS = -O2 -w \...
fbcondecor_helper_CPPFLAGS = $(AM_CPPFLAGS) -DTARGET_KERNEL
但不知何故,我的 shell 将它们解释为没有破折号的命令。 怎么了?
【问题讨论】:
标签: linux compiler-errors tiny-core-linux