我的configure是: ./configure --host=arm-soft-float-linux-gnu --with-softfloat=yes 然后make 编了好久,编到这里就编不过了 /home/valkyrie/arm-softfloat-linux-gnu/bin/../lib/gcc/arm-softfloat-linux-gnu/3.4.5/../../../../arm-softfloat-linux-gnu/bin/ld: cannot find -lpython2.5 collect2: ld returned 1 exit status make[3]: ***[smixer-python.la] Error 1 make[2]: ***[all-recursive] Error 1 make[1]: ***[al...
by freedom108 - 驱动开发 - 2009-03-28 12:44:24 阅读(2686) 回复(2)
本帖最后由 wcy471972852 于 2013-08-20 10:04 编辑 最近在mips架构下交叉编译alsa-lib-1.0.24.1,make的时候出现: parser.c: In function 'uc_mgr_scan_master_configs': parser.c:1138: error: 'versionsort' undeclared (first use in this function) parser.c:1138: error: (Each undeclared identifier is reported only once parser.c:1138: error: for each function it appears in.) make[2]: *** [parser.lo] Error 1 ...
编译PHP希望使用/oracle/product/9.2/lib32而不是/oracle/product/9.2/lib export LD_libRARY_PATH=/oracle/product/9.2/lib32 可实际编译时还是使用了lib下的 该如何处理? 以下是GCC信息 Reading specs from /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.3.0.0/3.3.2/specs Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable...
freebsd amd64 不想装lib32 请问如何不编译安装lib32和game [ 本帖最后由 bluebinary 于 2006-9-27 17:55 编辑 ]
我想用test.h和test.c编译一个test.lib,应该怎么做? 编译出test.lib后,如果在aaa.c中调用test.lib中的函数,因该如何把test.lib链到aaa.c中呢?即test.lib库如何引用?
alsa交叉编译 1, 下载alsa-lib-1.0.15rc2.tar.bz2。 http://download.chinaunix.net/download/0001000/358.shtml 或者 http://www.alsa-project.org/main/index.php/Main_Page 2, tar jxvf alsa-lib-1.0.15rc2.tar.bz2 cd alsa-lib-1.0.15rc2 ./configure --host=arm-none-linux-gnueabi --prefix=/home/part2/alsa-lib make & make install 这时在/home/part2/alsa-lib目录下就产生了一些头...
在其它的机子上有alsa命令,但是我的Debian上没有此命令,我想安装alsa,请问应该安装哪个包? alsa-driver?alsa-lib?alsa-util?alsa-plugin?alsa-tools? 或者是其它的?
请问unix中g++编译连接是用到的lib*.so库文件是如何生成的?\r\n是用g++ 命令还是 ar 命令 ? 最好有个例子说明。