Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!SUN.COM!peck From: peck@SUN.COM (Jeff Peck) Newsgroups: gnu.emacs.bug Subject: 18.54: src/m-sun386.h and linking X11 Message-ID: <8908231841.AA05024@denali.sun.com> Date: 23 Aug 89 18:41:52 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 src/m-sun386.h redefines C_SWITCH_MACHINE and LD_SWITCH_MACHINE which means it lose the default X11 links set by ymakefile. While not necessarily a bug, it does make multi architecture builds asymetrical What is the correct way to fix this? should one modify m-sun386, or is there something one can do in config.h? ! #define C_SWITCH_MACHINE -Bstatic /* avoid dynamic linking */ ! #define LD_SWITCH_MACHINE -n -Bstatic