I am trying to a project using mysql libraries and discovered
that the library isn't actually linked properly:
- If I add a library of link a library directory the line "LIB+="
appears in the makefiles on the same line as and after the variable
OBJECTS_DIR;
- There are no double quotes (\") for the paths for the "LIB+=" line;
- I don't know whether all variables have to be in a separate lines in
a makefile or whether the "LIB+=" line has to appear before
OBJECTS_DIR (I am guessing the former;
- I can move the "LIB+=" line to after "LIB=" and add the (\")
manually, but then I will have to compile it on command prompt...
Original issue reported on code.google.com by y.pag...@gmail.com on 28 Nov 2008 at 2:52
Original issue reported on code.google.com by
y.pag...@gmail.com
on 28 Nov 2008 at 2:52