libtool

    0熱度

    1回答

    我想建立一個項目,它將引發我一個錯誤: autoreconf: running: /usr/bin/autoconf --force configure.ac:19: error: possibly undefined macro: AC_SUBST If this token and others are legitimate, please use m4_pattern_allo

    2熱度

    1回答

    我想在OS X上構建Git。Git依賴於libidn2。 libidn2 2.0.0失敗: make all-am make[3]: Entering directory '/Users/jwalton/Build-Scripts/libidn2-2.0.0/lib' CC idna.lo CC lookup.lo CC decode.lo CC

    0熱度

    1回答

    我試圖安裝脈衝聲音,但出現以下錯誤: # ./configure checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether stripping libraries is

    0熱度

    1回答

    我試圖跨建立在Linux使用M Cross Environment窗口的應用程序,它僅僅是一個生成文件的系統,幫助使用的MinGW-W64工具。該應用程序的構建系統是autotools。 項目鏈接libltdt,但在節目的最後環節命令,無論是系統libltdt.so和libltdt 的交叉編譯版本MXE我配置是這樣的: ./configure --host=x86_64-w64-mingw32.s

    1熱度

    1回答

    我叫從C++源編譯的靜態庫。但是,這是累人寫依賴庫和我發現的libtool剛做的非常好,例如,我的libfoo.la都會有這樣的事情: dependency_libs=‘ /Users/roger/example/lib/bar/libbar.la -lm’ 現在我打電話golang libfoo.a,但依賴性可能很複雜。 libfoo.a取決於libbar.a,libbar.a取決於libh

    1熱度

    1回答

    在mpich GEN lib/libmpi.la libtool: error: only absolute run-paths are allowed 正在使用編譯器 期間「使」獲得該錯誤鐺(代碼構建精細用gcc)。任何想法這個錯誤可能是由於? 下面是configure命令: ./configure '--prefix=$PWD/BIN' '--with-device=ch3:nemes

    1熱度

    1回答

    能重現問題的腳本: #!/bin/bash set -ex rm -rf /tmp/x cd /tmp mkdir x cd x mkdir lib cat > lib/f.c << EOF #include <stdio.h> void f(void){puts("hello");} EOF mkdir exe cat > exe/main.c << EOF void

    0熱度

    2回答

    長話短說:我曾在relative rpath linking與this script(即uses的automake,autoconf的,libtool的)。 的問題是,在二進制可執行文件或so文件最終rpath/runpath條目仍具有絕對路徑: 原來的libtool默認情況下,像這樣與hardcode_libdir_flag_spec配置爲包括任何-L值,如果它被設置在LDFLAGS 唯一的問題

    1熱度

    4回答

    我想通過使用go build建立鏈代碼。當我運行去打造命令其報告 .\hyperledger\fabric\vendor\github.com\miekg\pkcs11\pkcs11.g‌​o:29:18: fatal error:ltdl.h: No such file or directory compilation terminated 我安裝libtools從這個link。但我得到

    0熱度

    1回答

    我想建立使用go build一個chaincode。 環境:安裝 去1.8.3窗口/ AMD 的Windows 10 當我運行go build我收到以下錯誤: # github.com/hyperledger/fabric/vendor/github.com/miekg/pkcs11 ..\..\github.com\hyperledger\fabric\vendor\github.com\mi