Subject: Re: Problems with CFLAGS inheritance
To: None <Julian.H.Stacey@regent.e-technik.tu-muenchen.de>
From: Phil Nelson <phil@steelhead.cs.wwu.edu>
List: port-pc532
Date: 10/18/1994 20:25:11
>Phil, I'd welcome you posting your printenv & alias stuff 
>re CFLAGS LDFLAGS MFLAGS MAKEFLAGS etc.

Here is my envrionment.  None of my aliases talk about any of the tools
in the make.   

By the way, it looks like you have some dynamic stuff floating around!
(You are on you own if you are trying to use shared libs :)

>ld.so: ld.so: warning: non pure code in /usr/lib/libc.so.12.0 at 2243b ()

I don't have *any* dynamic stuff right now.  I hope to get it after 1.0,
but for 1.0, it is a completely static system.  Get rid of ALL of your
/usr/lib/lib*.so.* files and remake the libraries, install them and 
then try to remake the world.  I think you will find things will work
better.  

/usr/share/mk/* files should NOT make dynamic stuff.  Even with the
-DDYNAMIC in lib/csu/ns32k..., you should not have problems with the
__DYNAMIC.

I just made the world after a "make cleandir".  It had no problems.

Script started on Tue Oct 18 20:11:41 1994

---->~
steelhead[1]$ printenv
LOGNAME=phil
TERMCAP=tvi950-rv|950-rv:is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee\040^O	\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200	\Ex3\200\200\Ex4\r\200:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:ct=\E3:st=\E1:do=^J:is=\EDF\EC\Ed\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee\040^O	\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200	\Ex3\200\200\Ex4\r\200\Ef\r:if=/usr/share/tabset/stdcrt:al=\EE:am:le=^H:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+\040%+\040:co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:kh=^^:kl=^H:ko=ic\054dc\054al\054dl\054cl\054bt\054ce\054cd:kr=^L:ku=^K:li#24:ma=^Vj^Kk^Hh^Ll^^H:mi:ms:nd=^L:pt:se=\EG0:sg#1:so=\EG4:sr=\Ej:ue=\EG0:ug#1:up=^K:us=\EG8:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:xn:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
TERM=tvi950-rv
HOSTTYPE=pc532
PATH=/home/phil/.bin:/bin:/usr/bin:/usr/games:/sbin:/usr/sbin:/usr/local/bin:/usr/gnu/bin:.
HOME=/home/phil
MAILPATH=/var/mail/phil
SHELL=/usr/local/bin/bash
PS1=\n---->\w\n\h[\#]\$ 
USER=phil
EXPORTABLE_SYSTEM=yes
_=/usr/bin/printenv
SHLVL=2
BASH=/bin/sh
EDITOR=emacs

---->~
steelhead[2]$ exit
exit

Script done on Tue Oct 18 20:11:45 1994