bug-gnustep
[Top][All Lists]
Advanced

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

Bug in library.make on windows?


From: Wim Oudshoorn
Subject: Bug in library.make on windows?
Date: Tue, 23 Mar 2004 11:31:48 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (darwin)

It seems that ADDITIONAL_LDFLAGS is ignored on the windows platform.

I think it is caused by the fact that in make rules of the target

$(GNUSTEP_OBJ_DIR)/$(DLL_NAME): $(OBJ_FILES_TO_LINK) \ ....

the flag $(ALL_LDFLAGS) is not mentioned at all.

The following patch shows what I mean.  But I do feel
really comfortable in the make system, so this is just
a stab in the dark.

Wim Oudshoorn.

P.S.: Bug will also be entered in savannah.

Attachment: make-library.patch
Description: Fix LD_FLAGS on MinGW


reply via email to

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