emacs-devel
[Top][All Lists]
Advanced

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

Re: Pretest


From: Alfred M. Szmidt
Subject: Re: Pretest
Date: Mon, 30 Oct 2006 21:34:33 +0100 (CET)

   > I did some digging, the values are from `libsrc_libs' in
   > configure.in (they get pulled in from C_SWITCH_SYSTEM which is
   > defined in netbsd.h; which OpenBSD uses).  The following patch
   > works for me.
   >
   > -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.
>From src/s/openbsd.h:

| ...
| #undef LD_SWITCH_SYSTEM_TEMACS
| #undef LD_SWITCH_SYSTEM
| ...




reply via email to

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