Undefined reference for functions in same cpp.o file?

I have a large amount of code, so I have tried to only include the relevant parts of the code here

Last edited on
> I have a header file called "ASp.h", another header file "ms.h", and a cpp file "ms.cpp".
> Those files compiled with no problems when they were included in another cpp file.
You don't compile *.h
You don't include *.cpp
¿what are you trying to say?


> in the same cpp.o file, and I am unable to open that file and see its contents with gedit
if you want to see the symbols of a *.o file, use nm
SET(NegativeEnergy_LINK_LIBS
NegativeEnergyAPI
..
split
LB
)

SET(NegativeEnergy_LINK_LIBS ${NegativeEnergy_LINK_LIBS}
Blue
..
)
Topic archived. No new replies allowed.