python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can I set a default "Active Solution Platform" in Visual Studio?
The Question
In Visual Studio, in the "Configuration Manager" under the Build tab, there is an option called the "Active Solution Platform." This causes problems with one of my com...
user589321
Votes: 0
Answers: 1
Strange linking error while compiling mlpack
mlpack was perfectly compiling on my systems a few days back. I don't know what I did that's causing the following strange linking error:
[ 37%] Linking CXX shared library ../../lib/libmlpack.so
/usr/...
Anwaar Khalid
Votes: 0
Answers: 0
can't create dynamic relocation R_AARCH64_ADD_ABS_LO12_NC against symbol
OS: Ubuntu 20.04
MlPack(branch): master
I am trying to build a program which is dependent on mlpack for android. For that I am using ndk-build. To make the library compatible for arm64 architecture, I...
Niaz Palak
Votes: 0
Answers: 1
How to build MLPack library as a static library using NDK-build?
Can I build a library like mlpack which has only .hpp file as a shared library using NDK-Build?
I am trying to build an API using ndk-build from linux for android arm64 and armeabi-v7a. But my API has...
Niaz Palak
Votes: 0
Answers: 0