Closed sagargp closed 8 years ago
can you show me your directory structure? also, does your library have the same name as your folder?
if you have a github repository with everything, that would be even better for me to take a look.
They do have the same name, although the directory/file names are in all-lowercase while the class name is in CamelCase. I don't know if that matters. Here's a link to the code I'm talking about.
this exemple works
you need to change the makefile a bit
@sagargp any news on that?
I'm closing the issue, feel free to reopen it if needed.
I have some custom libraries under the lib/ directory, similar to FooLib and BarLib. When building, the compiler is invoked with -I.../FooLib properly, but a FooLib.o is never built and linked into the final executable. Therefore, the final linker step fails with "undefined references" errors.