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/
kingpinlz_ has joined #mlpack
kingpinlz_ has quit [Read error: Connection reset by peer]
kingpinlz_ has joined #mlpack
kingpinl_ has joined #mlpack
kingpinlz_ has quit [Read error: Connection reset by peer]
kingpinl_ has quit [Quit: Leaving...]
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#1528 (master - 839c25e : Ryan Curtin): The build was broken.
< cheetos>
but i am getting compilation errors of the form : "test.cpp:(.text+0x30a): undefined reference to `mlpack::Log::Debug' " and similar
< cheetos>
i am compiling with "g++-5 -L/usr/local/lib/ -std=c++11 -lmlpack -larmadillo -lboost_serialization -lboost_program_options test.cpp -o test"
< cheetos>
i have also set LD_LIBRARY_PATH=/usr/local/lib/
< zoq>
cheetos: Hello, can you check that there is an libmlpack.so in /usr/local/lib?
< cheetos>
zoq: Yes there is a libmlpack.so in the path /usr/local/lib
< zoq>
okay, can you test: g++-5 test.cpp -std=c++11 -L/usr/local/lib/ -lboost_serialization -lboost_program_options -larmadillo -lmlpack
< cheetos>
zoq: it compiled. Thank you for your help.
< cheetos>
is there any way to avoid the explicit inclusion though?
< zoq>
Great that it worked out, sometimes the order in which libraries are linked matters, can I ask you what OS do you use? Do you mean '-L/usr/local/lib/'?
< cheetos>
i am using ubuntu 12.04LTS. and yes i am referring to '-L/usr/local/lib/'
< zoq>
cheetos: can you test it without '-L/usr/local/lib/'
< cheetos>
compiled without it as well! So it is the just the order of the lebraries that matters
< zoq>
sounds great
< cheetos>
zoq: Thank you once again for your inputs :)
< zoq>
You're welcome, we are here to help.
cheetos has quit [Ping timeout: 240 seconds]
govg has quit [Quit: leaving]
topology has joined #mlpack
topology has quit [Ping timeout: 240 seconds]
sumedhghaisas has joined #mlpack
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#1531 (master - 310e72d : Ryan Curtin): The build was broken.