discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: subproject


From: Yves de Champlain
Subject: Re: subproject
Date: Mon, 30 Apr 2007 10:55:13 -0400


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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]