[Top][All Lists]
[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
| ...
- Re: Pretest, (continued)
- Message not available
- Re: Pretest, Alfred M. Szmidt, 2006/10/28
- Re: Pretest, Chong Yidong, 2006/10/28
- Re: Pretest, Alfred M. Szmidt, 2006/10/28
- Re: Pretest, Chong Yidong, 2006/10/28
- Re: Pretest, Alfred M. Szmidt, 2006/10/28
- Re: Pretest, Chong Yidong, 2006/10/29
- Re: Pretest, Alfred M. Szmidt, 2006/10/29
- Re: Pretest, Chong Yidong, 2006/10/30
- Re: Pretest, Alfred M. Szmidt, 2006/10/30
- Re: Pretest, Chong Yidong, 2006/10/30
- Re: Pretest,
Alfred M. Szmidt <=
- Re: Pretest, Chong Yidong, 2006/10/30
- Re: Pretest, Alfred M. Szmidt, 2006/10/30
- Re: Pretest, Richard Stallman, 2006/10/31
Re: Pretest, Richard Stallman, 2006/10/28
Re: Pretest, Paul Jarc, 2006/10/30