Re: Make error: undefined reference to openCV functions (error: ld returned 1 exit status)

2014-06-24 Thread Baurzhan Ismagulov
Hello Alessandro, On Tue, Jun 24, 2014 at 01:19:02PM +0200, Alessandro Salatiello wrote: > lib_LTLIBRARIES = libnavigation.la > include_HEADERS = \ > some_headers.h > > libnavigation_la_SOURCES = \ > some_sources.cpp > > libnavigation_la_LDFL

Make error: undefined reference to openCV functions (error: ld returned 1 exit status)

2014-06-24 Thread Alessandro Salatiello
Hello, I'm totally new to Make and Automake but I need to build a project which uses Automake. I'm using Ubuntu 12.04 and I've installed with succes the openCV library (version 2.4.3) which I had used in several small projects which I built using: g++ sourcefile.cpp `pkg-config opencv --cflags -

Make error: undefined reference to openCV functions (error: ld returned 1 exit status)

2014-06-24 Thread msid
Hello, I'm totally new to Make and Automake but I need to build a project which uses Automake. I'm using Ubuntu 12.04 and I've installed with succes the openCV library (version 2.4.3) which I had used in several small projects which I built using: g++ sourcefile.cpp `pkg-config opencv --cflags -