Hi all,
I am trying to link in shared objects but when i do I get undefined symbols
with my LDFLAGS += -L $(PLATFORM_LIBS)
I am can overcome this by using -shared however I don't want a shared object
Does anyone know what flag i can use so that I don't get undefined symbols with the GNU ld version 2.15.92.0.2
Thanks