verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
govg has joined #mlpack
govg has quit [Ping timeout: 244 seconds]
mentekid has joined #mlpack
iamgroot has joined #mlpack
brainwreck has joined #mlpack
mentekid has quit [Ping timeout: 276 seconds]
cheetos has joined #mlpack
brainwreck has quit [Quit: Page closed]
iamgroot has quit [Ping timeout: 264 seconds]
< cheetos> hello i am trying to compile a simple mlpack program using g++-5. but i am getting a lot of compilation errors. These errors are shown in the hpp files of mlpack,boost and armadillo libraries. i am using "g++-5 -o" to compile. please guide me on how to successfully compile the program.
< zoq> cheetos: Hello, did you link against armadillo, boost and mlpack? Something like:
< zoq> g++ -std=c++11 -lmlpack -larmadillo -lboost_serialization -lboost_program_options test.cpp -o test
< cheetos> zoq: thank you for your input. i am not getting any of those errors now. but i am getting compilation errors of the form " undefined reference to `mlpack::Log::Debug' " when trying to compile the program given here: http://mlpack.org/docs/mlpack-2.0.3/doxygen.php?doc=iodoc.html
< cheetos> i have set LD_LIBRARY_PATH=/usr/local/lib/ but it didnt help
< cheetos> i am compiling with "g++-5 -std=c++11 -lmlpack -larmadillo -lboost_serialization -lboost_program_options test.cpp -o test"
< rcurtin> cheetos: if you installed mlpack in /usr/local/lib/, maybe it is not on the linker search path, so you should add -L/usr/local/lib/
< cheetos> rcurtin: i have installed mlpack in /usr/local/lib. Doesn't setting LD_LIBRARY_PATH=/usr/local/lib/ essentially do what you said?
< rcurtin> LD_LIBRARY_PATH sets the search path for the runtime dynamic linker, not for compilation
< rcurtin> so once you compile your program with -L/usr/local/lib/, then in order to run it you will need to set LD_LIBRARY_PATH (since when you run it the runtime dynamic linker must find all the dependencies that are needed to run the program)
mentekid has joined #mlpack
cheetos has quit [Ping timeout: 264 seconds]
kwikadi has joined #mlpack
mentekid has quit [Ping timeout: 240 seconds]
lozhnikov has joined #mlpack
zoq has joined #mlpack
jenkins-mlpack has joined #mlpack
K4k has joined #mlpack
keonkim has joined #mlpack
kwikadi has joined #mlpack
gtank has joined #mlpack
gtank has quit [Ping timeout: 260 seconds]
gtank has joined #mlpack
mentekid has joined #mlpack
mentekid has quit [Remote host closed the connection]
mentekid has joined #mlpack
mentekid has quit [Ping timeout: 244 seconds]