emacs-devel
[Top][All Lists]
Advanced

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

Re: Pretest


From: Chong Yidong
Subject: Re: Pretest
Date: Mon, 30 Oct 2006 17:18:45 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

"Alfred M. Szmidt" <address@hidden> writes:

>    > -X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
>    > +X11_LDFLAGS = C_SWITCH_SYSTEM LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
>
>    I think it should be LD_SWITCH_SYSTEM, not C_SWITCH_SYSTEM.  Does
>    using LD_SWITCH_SYSTEM instead work?
>
> No.  LD_SWITCH_SYSTEM won't work because it isn't set on OpenBSD.

In that case, does the following change work?

*** emacs/src/s/openbsd.h.~1.6.~        2005-03-21 12:33:04.000000000 -0500
--- emacs/src/s/openbsd.h       2006-10-30 17:12:53.000000000 -0500
***************
*** 23,29 ****
  
  /*  Han Boetes <address@hidden> says this
      is necessary,  otherwise Emacs dumps core on elf systems.  */
! #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z
  
  #else
  
--- 23,29 ----
  
  /*  Han Boetes <address@hidden> says this
      is necessary,  otherwise Emacs dumps core on elf systems.  */
! #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z -L/usr/pkg/lib 
-L/usr/local/lib
  
  #else




reply via email to

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