linker

    -1熱度

    1回答

    我想了解Objective-C是如何工作的,我發現的最簡單的例子是從https://codeseekah.com/2012/09/12/compiling-objective-c-without-a-gui/;不幸的是,我無法完成它的編譯(實際上,鏈接)。 首先,我使用Ubuntu 14.04(64位),在這裏我已經安裝: sudo apt-get install clang-3.5 libobj

    -1熱度

    1回答

    我得到了很多的不確定參考錯誤在連接階段,尋找類似這樣使用的庫鏈接階段: libQt5Sql.so.5: undefined reference to `QAbstractTableModel::~QAbstractTableModel()@Qt_5' 問題是,我甚至沒有在我的項目中使用Qt。與Qt唯一可能的聯繫是我正在使用Vtk和PCL,它們在編譯期間與Qt鏈接。並添加路徑libQt5Sql,

    4熱度

    1回答

    如何使用最近(使用PIC啓用)gcc創建不可重定位符號? 我基本上要具備以下C程序打印NULL: #include <stdio.h> extern int mem_; int main(void) { printf("%p\n", &mem_); return 0; } 我想什麼是一個小的彙編文件: .data .globl mem_ .ty

    1熱度

    1回答

    調試步驟: brew uninstall qscintilla2 brew install qscintilla2 如果沒有工作,我再次卸載,然後從SRC手動內置: curl -OL 'https://nchc.dl.sourceforge.net/project/pyqt/QScintilla2/QScintilla-2.10.1/QScintilla_gpl-2.10.1.tar.gz'

    0熱度

    2回答

    這是我的代碼和我有問題[鏈接器錯誤]未定義參考`須磨(INT,INT)' #include<iostream> #include<conio.h> using namespace std; int Suma(int,int); int main() { int n,x[1],i; cout<<"Numero de elementos del arreglo?: ";

    0熱度

    1回答

    我試圖編譯this git-repository遇到錯誤「與-fPIC編譯」:與 option(BUILD_PYTHON_BINDINGS "Whether or not a binary python module should be built" ON) This is the output of the compilation(分支功能pybind),但最有趣的部分是: [100%] L

    0熱度

    1回答

    與"ld: 32-bit RIP relative reference out of range" on Mac OSX相關但尚未解決且處於更復雜的上下文中。相關的計算機具有> 32GB的RAM。 static const int K=1024; static const int M=K*K; static const int G=K*M; const int MC = G; void

    0熱度

    1回答

    我通常在C#中工作,並在這個我的智慧。我使用創建動態鏈接庫。 如下所示 DeveloperConsoleManager.h #pragma once #include "atlstr.h" #ifdef DEVCONSOLEMANAGER_EXPORTS #define DEVCONSOLEMANAGER_API __declspec(dllexport) #else

    1熱度

    2回答

    我想編譯一個需要SFML 2.41+的程序。 Ubuntu 16.04的回購版沒有足夠新的版本,所以我通過遵循this page(有點稀疏)的說明安裝了SFML 2.4.2。具體來說,我將Linux版本從this page下載,解壓縮,直到找到lib,share和include文件夾,並將這些文件夾複製到/usr/local/中相同名稱的文件夾上。 當運行包含Makefile中,我得到了以下錯誤:

    2熱度

    2回答

    我正在嘗試使用openssl庫提供的哈希算法。 我安裝了openssl和libssl-dev。版本是1.1.0f。 我嘗試運行openssl.org站點的示例代碼: #include <stdio.h> #include <openssl/evp.h> int main(int argc, char *argv[]){ EVP_MD_CTX *mdctx; const EVP_MD *