sudo gcc test.c -I <usr/local/bin>/include/ -L <usr/local/bin>/lib/ -lavutil -lavformat -lavcodec -lavutil -lm -g -lswscale bash: usr/local/bin: No such file or directory
时间: 2023-08-21 13:06:35 浏览: 167
你的命令中`<usr/local/bin>`应该是`/usr/local/bin`,而不是带有`<>`符号的字符串。此外,为了避免路径中的空格对命令产生影响,建议将路径用引号括起来。你可以使用以下命令来编译你的代码:
```bash
sudo gcc test.c -I "/usr/local/include/" -L "/usr/local/lib/" -lavutil -lavformat -lavcodec -lm -g -lswscale
```
其中,`-I`选项指定头文件的路径,`-L`选项指定库文件的路径,`-lavutil`、`-lavformat`、`-lavcodec`、`-lswscale`等选项指定需要链接的库文件,`-lm`选项指定需要链接的数学库。这个命令会使用sudo权限编译你的代码,并链接ffmpeg的库文件。
相关问题
usr/local/python3/Python-3.5.0/Modules/nismodule.c:17:10: fatal error: rpc/rpc.h: 没有那个文件或目录 17 | #include <rpc/rpc.h> | ^~~~~~~~~~~ compilation terminated. building '_curses' extension gcc -pthread -fPIC -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -DHAVE_NCURSESW=1 -I/usr/include/ncursesw -I./Include -I. -IInclude -I/usr/include/x86_64-linux-gnu -I/usr/local/include -I/usr/local/python3/Python-3.5.0/Include -I/usr/local/python3/Python-3.5.0 -c /usr/local/python3/Python-3.5.0/Modules/_cursesmodule.c -o build/temp.linux-x86_64-3.5/usr/local/python3/Python-3.5.0/Modules/_cursesmodule.o gcc -pthread -shared build/temp.linux-x86_6
这个错误看起来是因为缺少 rpc/rpc.h 文件,可能是由于您的系统中没有安装相应的开发库导致的。您可以尝试安装相应的开发库来解决这个问题。
在 Ubuntu 或 Debian 系统中,您可以使用以下命令安装所需的开发库:
```
sudo apt-get install libtirpc-dev
```
在 CentOS 或 RHEL 系统中,您可以使用以下命令安装所需的开发库:
```
sudo yum install libtirpc-devel
```
完成安装后,重新编译 Python3 即可。
sudo make install Making install in libfcgi make[1]: Entering directory '/home/yk/fcgi-2.4.1-SNAP-0910052249/libfcgi' make[2]: Entering directory '/home/yk/fcgi-2.4.1-SNAP-0910052249/libfcgi' test -z "/home/yk/fcgi/lib" || mkdir -p -- "/home/yk/fcgi/lib" /bin/bash ../libtool --mode=install /usr/bin/install -c 'libfcgi.la' '/home/yk/fcgi/lib/libfcgi.la' /usr/bin/install -c .libs/libfcgi.so.0.0.0 /home/yk/fcgi/lib/libfcgi.so.0.0.0 (cd /home/yk/fcgi/lib && { ln -s -f libfcgi.so.0.0.0 libfcgi.so.0 || { rm -f libfcgi.so.0 && ln -s libfcgi.so.0.0.0 libfcgi.so.0; }; }) (cd /home/yk/fcgi/lib && { ln -s -f libfcgi.so.0.0.0 libfcgi.so || { rm -f libfcgi.so && ln -s libfcgi.so.0.0.0 libfcgi.so; }; }) /usr/bin/install -c .libs/libfcgi.lai /home/yk/fcgi/lib/libfcgi.la /usr/bin/install -c .libs/libfcgi.a /home/yk/fcgi/lib/libfcgi.a chmod 644 /home/yk/fcgi/lib/libfcgi.a arm-xilinx-linux-gnueabi-ranlib /home/yk/fcgi/lib/libfcgi.a ../libtool: line 6556: arm-xilinx-linux-gnueabi-ranlib: command not found /bin/bash ../libtool --mode=install /usr/bin/install -c 'libfcgi++.la' '/home/yk/fcgi/lib/libfcgi++.la' libtool: install: warning: relinking `libfcgi++.la' (cd /home/yk/fcgi-2.4.1-SNAP-0910052249/libfcgi; /bin/bash ../libtool --tag=CXX --mode=relink arm-xilinx-linux-gnueabi-g++ -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/yk/sdk/sysroots/cortexa9t2hf-neon-xilinx-linux-gnueabi -O2 -pipe -g -feliminate-unused-debug-types -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -o libfcgi++.la -lfcgi -rpath /home/yk/fcgi/lib fcgio.lo ) arm-xilinx-linux-gnueabi-g++ -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 --sysroot=/home/yk/sdk/sysroots/cortexa9t2hf-neon-xilinx-linux-gnueabi -shared -nostdlib /home/yk/sdk/sysroots/cortexa9t2hf-neon-xilinx-linux-gnueabi/usr/lib/crti.o /home/yk/sdk/sysroots/cortexa9t2hf-neon-xilinx-linux-gnueabi/usr/lib/arm-xilinx-linux-gnueabi/8.2.0/crtbeginS.o .libs/fcgio.o -Wl,--rpath -Wl,/home/yk/fcgi/lib -L/home/yk/fcgi/lib -lfcgi -L/home/yk/sdk/sysroots/x86_64-petalinux-linux/usr/lib/arm-xilinx-linux-gnueabi/gcc/arm-xilinx-linux-gnueabi/8.2.0 -L/home/yk/sdk/sysroots/cortexa9t2hf-neon-xilinx-linux-gnueabi/lib -L/home/yk/sdk/sysroots/cortexa9t2hf-neon-xilinx-linux-gnueabi/usr/lib/arm-xilinx-linux-gnueabi/8.2.0 -L/home/yk/sdk/sysroots/cortexa9t2hf-neon-xilinx-linux-gnueabi/usr/lib -lstdc++ -lm -lc -lgcc_s /home/yk/sdk/sysroots/cortexa9t2hf-neon-xilinx-linux-gnueabi/usr/lib/arm-xilinx-linux-gnueabi/8.2.0/crtendS.o /home/yk/sdk/sysroots/cortexa9t2hf-neon-xilinx-linux-gnueabi/usr/lib/crtn.o -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-soname -Wl,libfcgi++.so.0 -o .libs/libfcgi++.so.0.0.0 ../libtool: line 4501: arm-xilinx-linux-gnueabi-g++: command not found libtool: install: error: relink `libfcgi++.la' with the above command before installing it Makefile:256: recipe for target 'install-libLTLIBRARIES' failed make[2]: *** [install-libLTLIBRARIES] Error 1 make[2]: Leaving directory '/home/yk/fcgi-2.4.1-SNAP-0910052249/libfcgi' Makefile:459: recipe for target 'install-am' failed make[1]: *** [install-am] Error 2 make[1]: Leaving directory '/home/yk/fcgi-2.4.1-SNAP-0910052249/libfcgi' Makefile:373: recipe for target 'install-recursive' failed make: *** [install-recursive] Error 1
根据您提供的信息,安装过程中出现了一些错误。错误信息显示缺少 arm-xilinx-linux-gnueabi-ranlib 和 arm-xilinx-linux-gnueabi-g++ 命令。
这些命令是交叉编译工具链的一部分,可能需要先安装适当的工具链并将其添加到环境变量中,以便正确编译和安装 libfcgi。
您可以尝试以下步骤来解决此问题:
1. 确保已正确安装交叉编译工具链,并将其添加到系统的 PATH 环境变量中。您可以通过运行以下命令来验证是否已正确配置工具链:
```
arm-xilinx-linux-gnueabi-g++ --version
arm-xilinx-linux-gnueabi-ranlib --version
```
如果命令成功执行并显示版本信息,则说明工具链已正确安装和配置。
2. 如果工具链未正确安装,请根据您的系统和需求安装适当的工具链。在安装工具链时,请确保将其正确配置,并将工具链的 bin 目录添加到 PATH 环境变量中。
3. 如果已正确安装工具链但仍然出现问题,请检查 Makefile 文件中的相关配置。可能需要根据您的系统环境进行调整。
请按照上述步骤操作,并确保您的系统满足所需的依赖项和配置,然后重新运行 `sudo make install` 命令来尝试安装 libfcgi。如果问题仍然存在,请提供更多信息,以便我们能够更好地帮助您解决问题。
阅读全文