emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs with GNUstep


From: Andreas Schwab
Subject: Re: Emacs with GNUstep
Date: Sat, 29 Dec 2012 09:02:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.91 (gnu/linux)

Germán "A. Arias" <address@hidden> writes:

> So, I solved the problem adding "-Wl,--no-as-needed" at line 4360 in 
> configure.ac:
>
> LD_SWITCH_SYSTEM_TEMACS="${LD_SWITCH_SYSTEM_TEMACS} -L
> ${GNUSTEP_SYSTEM_LIBRARIES} ${GNUSTEP_LOCAL_LIBRARIES}
> -Wl,--no-as-needed -lgnustep-gui -lgnustep-base -lobjc -lpthread"
>
> Could be possible add this flag in trunk? Thanks.

No, that is wrong.  The bug is that the libraries are added to
LD_SWITCH_SYSTEM_TEMACS, when they are supposed to be added to LIBES.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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