Le 07-04-30 à 00:57, Yves de Champlain a écrit :

Hi

subproject have a merge command to create subproject.o

on MacOSX it is

OBJ_MERGE_CMD = \
        $(CC) -nostdlib -r -d ...

Is -nostdlib really necessary ?

That command creates an unsusable subproject.o with g++ (in PopplerKit)

Let me be more precise ...

The only way I can link the Popplerkit framework is to avoid bindings/ subproject.o :

rm bindings/obj/subproject.o

ADDITIONAL_LDFLAGS += bindings/obj/*.o

Is there a way to patch the GNUmakefile in order to get the same result ?

thanks

yves




_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to